Skip to content

Commit 0338f1d

Browse files
committed
Remove Mouseflow and add Gitbook to CSP
1 parent abc271e commit 0338f1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_site/settings.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ def domain():
273273
"https://www.google-analytics.com/",
274274
"https://region1.google-analytics.com/g/",
275275
"https://crowdin.com/",
276-
"https://o2.mouseflow.com/",
277276
"https://stats.g.doubleclick.net/",
278277
)
279278
CSP_FONT_SRC = (
@@ -295,7 +294,6 @@ def domain():
295294
"https://code.iconify.design/2/2.0.3/iconify.min.js",
296295
"https://www.googletagmanager.com/",
297296
"https://www.google-analytics.com/analytics.js",
298-
"https://cdn.mouseflow.com/",
299297
"https://www.recaptcha.net/",
300298
"https://www.google.com/recaptcha/",
301299
"https://www.gstatic.com/recaptcha/",
@@ -315,6 +313,7 @@ def domain():
315313
)
316314
CSP_FRAME_SRC = (
317315
"https://storage.googleapis.com/",
316+
"https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/",
318317
"https://www.youtube-nocookie.com/",
319318
"https://www.recaptcha.net/",
320319
"https://www.google.com/recaptcha/",

0 commit comments

Comments
 (0)