diff --git a/SciPost_v1/settings/base.py b/SciPost_v1/settings/base.py index a6bf5608d5191f1577db1eb2cc4d497b41291cc4..61425fc0d2709b1f2ddf6be1aaa6fe95ec59b393 100644 --- a/SciPost_v1/settings/base.py +++ b/SciPost_v1/settings/base.py @@ -204,7 +204,8 @@ CSP_SCRIPT_SRC = ("'self'", 'scipost.org', "'report-sample'", 'cdnjs.cloudflare.com', 'crossmark-cdn.crossref.org', 'www.recaptcha.net', - 'code.jquery.com') + 'code.jquery.com', + 'static.mendeley.com') CSP_STYLE_SRC = ("'self'", 'scipost.org', "'report-sample'", 'crossmark-cdn.crossref.org', "'unsafe-inline'", 'ajax.googleapis.com', 'code.jquery.com',