Skip to content

Commit

Permalink
portal: add fonts gstatic to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Feb 24, 2022
1 parent ee749bb commit 3ae47af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' fonts.googleapis.com {{ API_CNAME }}">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' fonts.googleapis.com fonts.gstatic.com {{ API_CNAME }}">
<title>MPContribs</title>
<input id="api_key" type="hidden" value="{{ request.META.HTTP_X_CONSUMER_CUSTOM_ID }}">
<input id="api_cname" type="hidden" value="{{ API_CNAME }}">
Expand Down

0 comments on commit 3ae47af

Please sign in to comment.