From 5ad71a19d8e87be41c42410b9fad5ce17484ce50 Mon Sep 17 00:00:00 2001 From: Fatimah Date: Thu, 30 Nov 2023 10:58:57 +0100 Subject: [PATCH] config: updated csp for mathtype plugin --- invenio.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/invenio.cfg b/invenio.cfg index 77949aa5..aef0db99 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -108,6 +108,9 @@ APP_DEFAULT_SECURE_HEADERS = { "ajax.googleapis.com", # For CERN Matomo "webanalytics.web.cern.ch", + # For MathType - (TinyMCE Plugin) + "https://www.wiris.net", + "https://data.wiris.cloud", ], }, 'content_security_policy_report_only': False,