We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc271e commit 0338f1dCopy full SHA for 0338f1d
django_site/settings.py
@@ -273,7 +273,6 @@ def domain():
273
"https://www.google-analytics.com/",
274
"https://region1.google-analytics.com/g/",
275
"https://crowdin.com/",
276
- "https://o2.mouseflow.com/",
277
"https://stats.g.doubleclick.net/",
278
)
279
CSP_FONT_SRC = (
@@ -295,7 +294,6 @@ def domain():
295
294
"https://code.iconify.design/2/2.0.3/iconify.min.js",
296
"https://www.googletagmanager.com/",
297
"https://www.google-analytics.com/analytics.js",
298
- "https://cdn.mouseflow.com/",
299
"https://www.recaptcha.net/",
300
"https://www.google.com/recaptcha/",
301
"https://www.gstatic.com/recaptcha/",
@@ -315,6 +313,7 @@ def domain():
315
313
316
314
CSP_FRAME_SRC = (
317
"https://storage.googleapis.com/",
+ "https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/",
318
"https://www.youtube-nocookie.com/",
319
320
0 commit comments