-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wayback machine being used when website uses CloudFlare DDoS protection #8401
Comments
cc: @tomlowenthal @simonhong I don't think we should be showing Wayback machine prompt in this case (503) |
I think that 503 (service unavailable) is generally an HTTP status code for which we should show the Wayback prompt. It's a little odd that Cloudflare serves that response in this case, but the Wayback prompt goes away as soon as Cloudflare's check succeeds and you're directed to the site in question with a 200 response. I think that this is working as intended. |
This is a little annoying when visiting a page even if it's temporary. Instead of looking at the HTTP status code, is it possible to look at the 503 as well as the page title? It seems to be static. Either that or add an option to disable the popup on certain HTTP statuses but then again that's an entirely different issue. |
Description
When visiting a website that has CloudFlares DDoS protection, Brave will display the
Wayback Machine
until the website completes loading after passing CloudFlares checks. Technically, this isn't a404
and the website does exists.Note
: I'm not really sure if this is an issue as it recovers and loads the website without any issues. I guess the question is if Brave should be displaying theWayback Machine
when it runs into a website using CloudFlares DDoS protection service.Steps to Reproduce
1.4.95 CR: 80.0.3987.122
in this case)Actual result:
Expected result:
Wayback shouldn't be displayed if a website is using CloudFlares DDoS protection or other services that re-routes traffic.
Reproduces how often:
100% reproducible using the above STR.
Brave version (brave://version info)
Version/Channel Information:
Yes, reproducible
Yes, reproducible
Yes, reproducible
Yes, reproducible
Other Additional Information:
N/A
N/A
N/A
Miscellaneous Information:
CCing @rebron @brave/legacy_qa
The text was updated successfully, but these errors were encountered: