mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
Merge pull request #4120 from overleaf/jpa-captcha-other-domain
[misc] fetch re-captcha script from another domain: www.recaptcha.net GitOrigin-RevId: b8871af07be75e4f6ea01e7b791e877944753763
This commit is contained in:
@@ -105,7 +105,7 @@ html(
|
||||
|
||||
body(ng-csp=(cspEnabled ? "no-unsafe-eval" : false))
|
||||
if(settings.recaptcha && settings.recaptcha.siteKeyV3)
|
||||
script(type="text/javascript", nonce=scriptNonce, src="https://www.google.com/recaptcha/api.js?render="+settings.recaptcha.siteKeyV3)
|
||||
script(type="text/javascript", nonce=scriptNonce, src="https://www.recaptcha.net/recaptcha/api.js?render="+settings.recaptcha.siteKeyV3)
|
||||
|
||||
|
||||
if (typeof(suppressNavbar) == "undefined")
|
||||
|
||||
Reference in New Issue
Block a user