SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit f6fb07a0 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Re-add www.gstatic.com to script-src to enable reg recaptcha

parent 86ea4b99
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ CSP_SCRIPT_SRC = ("'self'", 'scipost.org', "'report-sample'", ...@@ -203,7 +203,7 @@ CSP_SCRIPT_SRC = ("'self'", 'scipost.org', "'report-sample'",
'ajax.googleapis.com', 'cdn.mathjax.org', 'ajax.googleapis.com', 'cdn.mathjax.org',
'cdnjs.cloudflare.com', 'cdnjs.cloudflare.com',
'crossmark-cdn.crossref.org', 'crossmark-cdn.crossref.org',
'www.recaptcha.net', 'www.recaptcha.net', 'www.gstatic.com',
'code.jquery.com', 'code.jquery.com',
'static.mendeley.com') 'static.mendeley.com')
CSP_STYLE_SRC = ("'self'", 'scipost.org', "'report-sample'", CSP_STYLE_SRC = ("'self'", 'scipost.org', "'report-sample'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment