mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
5bd973ddd2
commit
fd6a0dcb1d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue