SciPost Code Repository

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

Add code.jquery.com to STYLE_SRC

parent a5cb4f84
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ CSP_IMG_SRC = ("'self'", 'ajax.googleapis.com', 'assets.crossref.org', ...@@ -202,7 +202,7 @@ CSP_IMG_SRC = ("'self'", 'ajax.googleapis.com', 'assets.crossref.org',
'licensebuttons.net', 'crossmark-cdn.crossref.org') 'licensebuttons.net', 'crossmark-cdn.crossref.org')
CSP_SCRIPT_SRC = ("'self'", "'unsafe-inline'", 'ajax.googleapis.com', 'cdnjs.cloudflare.com', CSP_SCRIPT_SRC = ("'self'", "'unsafe-inline'", 'ajax.googleapis.com', 'cdnjs.cloudflare.com',
'crossmark-cdn.crossref.org', 'www.recaptcha.net', 'www.gstatic.com') 'crossmark-cdn.crossref.org', 'www.recaptcha.net', 'www.gstatic.com')
CSP_STYLE_SRC = ("'self'", "'unsafe-inline'", 'ajax.googleapis.com', CSP_STYLE_SRC = ("'self'", "'unsafe-inline'", 'ajax.googleapis.com', 'code.jquery.com',
'fonts.googleapis.com', 'cdnjs.cloudflare.com') 'fonts.googleapis.com', 'cdnjs.cloudflare.com')
ROOT_URLCONF = 'SciPost_v1.urls' ROOT_URLCONF = 'SciPost_v1.urls'
......
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