mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-08 20:45:27 +00:00
Add more selectors to detect blocked access
This commit is contained in:
parent
a89679a52d
commit
2aa1744476
@ -3,9 +3,10 @@
|
|||||||
## v3.1.0 (upcoming)
|
## v3.1.0 (upcoming)
|
||||||
|
|
||||||
* Kill Chromium processes properly to avoid defunct/zombie processes
|
* Kill Chromium processes properly to avoid defunct/zombie processes
|
||||||
* Include procps (ps), curl and vim packages in the Docker image
|
|
||||||
* Update undetected-chromedriver
|
* Update undetected-chromedriver
|
||||||
* Disable Zygote sandbox in Chromium browser
|
* Disable Zygote sandbox in Chromium browser
|
||||||
|
* Add more selectors to detect blocked access
|
||||||
|
* Include procps (ps), curl and vim packages in the Docker image
|
||||||
|
|
||||||
## v3.0.0 (2023/01/04)
|
## v3.0.0 (2023/01/04)
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ import utils
|
|||||||
ACCESS_DENIED_SELECTORS = [
|
ACCESS_DENIED_SELECTORS = [
|
||||||
# Cloudflare
|
# Cloudflare
|
||||||
'div.cf-error-title span.cf-code-label span'
|
'div.cf-error-title span.cf-code-label span'
|
||||||
|
# Cloudflare http://bitturk.net/ Firefox
|
||||||
|
'#cf-error-details div.cf-error-overview h1'
|
||||||
]
|
]
|
||||||
CHALLENGE_TITLE = [
|
CHALLENGE_TITLE = [
|
||||||
# Cloudflare
|
# Cloudflare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user