We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8cb95 commit 4249546Copy full SHA for 4249546
libs/constants/index.js
@@ -152,14 +152,24 @@ export const CSP_DIRECTIVES = {
152
"wikipedia.org",
153
"upload.wikimedia.org",
154
155
+ // Shared assets.
156
+ "https://mdn.github.io/shared-assets/",
157
+
158
// GA4.
159
"https://*.google-analytics.com",
160
"https://*.googletagmanager.com",
161
162
"www.gstatic.com",
163
],
164
"manifest-src": ["'self'"],
- "media-src": ["'self'", "archive.org", "videos.cdn.mozilla.net"],
165
+ "media-src": [
166
+ "'self'",
167
+ "archive.org",
168
+ "videos.cdn.mozilla.net",
169
170
171
172
+ ],
173
"child-src": ["'self'"],
174
"worker-src": ["'self'"],
175
};
0 commit comments