diff options
-rw-r--r-- | templates/web/fixmystreet.com/auth/form_extra.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/auth/form_extra.html b/templates/web/fixmystreet.com/auth/form_extra.html index 8e96b447c..92cc31050 100644 --- a/templates/web/fixmystreet.com/auth/form_extra.html +++ b/templates/web/fixmystreet.com/auth/form_extra.html @@ -1,4 +1,4 @@ [% IF c.cobrand.requires_recaptcha %] - <script src="https://www.google.com/recaptcha/api.js" async defer></script> + <script nonce="[% csp_nonce %]" src="https://www.google.com/recaptcha/api.js" async defer></script> <div class="g-recaptcha" data-sitekey="[% c.config.RECAPTCHA.site_key %]"></div> [% END %] |