SciPost Code Repository

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

Add www.mendeley.com to CSP_FRAME_SRC

parent 94b58528
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ REFERRER_POLICY = 'same-origin' ...@@ -198,7 +198,7 @@ REFERRER_POLICY = 'same-origin'
CSP_FONT_SRC = ("'self'", 'scipost.org', CSP_FONT_SRC = ("'self'", 'scipost.org',
'data:', 'fonts.gstatic.com', 'cdnjs.cloudflare.com', 'data:', 'fonts.gstatic.com', 'cdnjs.cloudflare.com',
'www.google.com', 'themes.googleusercontent.com') 'www.google.com', 'themes.googleusercontent.com')
CSP_FRAME_SRC = ('www.google.com', 'player.vimeo.com') CSP_FRAME_SRC = ('www.google.com', 'player.vimeo.com', 'www.mendeley.com')
CSP_IMG_SRC = ("'self'", 'scipost.org', CSP_IMG_SRC = ("'self'", 'scipost.org',
'data:', 'ajax.googleapis.com', 'assets.crossref.org', 'data:', 'ajax.googleapis.com', 'assets.crossref.org',
'licensebuttons.net', 'crossmark-cdn.crossref.org') 'licensebuttons.net', 'crossmark-cdn.crossref.org')
......
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