You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2020. It is now read-only.
I mentioned this before when I wasn't sure how the code was Cloudflare related. The following code is for bypassing https://sucuri.net/website-firewall/
I think this should be mentioned in the README or removed.
+1 for keeping it around since it's still useful i.e. Anorov/cloudflare-scrape#277 where at least the site is using Cloudflare's DNS, at worst it's behind CF and using Sucuri which could be pretty confusing to users.
The text was updated successfully, but these errors were encountered:
I just realized a couple of problems with the current code.
We ignore the response because the server header starts with Sucuri instead of cloudflare.
The test fixture we're using is outdated. The most recent Sucuri WAF, cookie setting code, uses an un-nested location.reload whereas we only provide a fake document.location.reload. Nvm that... 😄
I mentioned this before when I wasn't sure how the code was Cloudflare related. The following code is for bypassing https://sucuri.net/website-firewall/
cloudscraper/index.js
Lines 453 to 475 in c65a953
I think this should be mentioned in the README or removed.
+1 for keeping it around since it's still useful i.e. Anorov/cloudflare-scrape#277 where at least the site is using Cloudflare's DNS, at worst it's behind CF and using Sucuri which could be pretty confusing to users.
The text was updated successfully, but these errors were encountered: