-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Fix reCAPTCHA API URL #9079
Fix reCAPTCHA API URL #9079
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value is RECAPTCHA_URL = https://www.google.com/recaptcha/
so this will fail for those who have set this to something else.
@techknowlogick see this: #7870 (comment) |
You are right, there is bug, see: I recommended in review correct solution |
Codecov Report
@@ Coverage Diff @@
## master #9079 +/- ##
=========================================
Coverage ? 41.12%
=========================================
Files ? 548
Lines ? 71437
Branches ? 0
=========================================
Hits ? 29376
Misses ? 38346
Partials ? 3715
Continue to review full report at Codecov.
|
Oh damn. Mea culpa. Could we fix urljoin instead/aswell? It's crazy that it's doing this. It absolutely should not be doing this as it will likely be causing other bugs too. |
I found another fix. |
@zeripath it is doing everything correctly imho |
@BaxAndrei I think it comes from specs of ResolveReference() |
Fixes #7870