-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
TOO MANY REDIRECTS caused by Brave's user agent behavior #6966
Comments
Is there a public test site that can be used to reproduce the problem? |
That's a great question. I have not encountered any issues with public sites -- only our internal sites. @drkancharla is there an easy way to demonstrate this behavior -- like a docker image that could be set up to make it easy to test? |
Definitely a bug with the custom user-agent logic we have: Appears it will always do a substitution, leading to multiple |
Marking as |
I've reproduced on netflix.com - it redirected me to the russian site :) After the redirect "Brave Brave" is visible in User-Agent in devtools |
@bsclifton I'm happy to test this with a pre-release version. |
Confirmed that the nightly works 🎉 Thank you all for getting this done! |
@mikegrima awesome! Thanks for confirming 😄👍 |
Is it possible to move this to an earlier release? I would really like to start using Brave at work again. I can confirm that it's working perfectly in the 1.4.x Dev release. |
Description
Hello:
With recent Brave releases, there was a change to the user-agent behavior that breaks authentication on sites that utilize zmartzone/mod_auth_openidc. Effectively, Brave now randomizes the number of
Brave
s in the user-agent, which some authentication systems rely on.The issue is documented in more detail here: OpenIDC/mod_auth_openidc#452
Can an option be added to disable this behavior? This currently breaks Brave for use on our internal sites.
Steps to Reproduce
ERR_TOO_MANY_REDIRECTS
Brave version (brave://version info)
The text was updated successfully, but these errors were encountered: