diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config.json b/config.json index 369ea15..b62e983 100644 --- a/config.json +++ b/config.json @@ -131,7 +131,6 @@ "frame-src": [ "'self'", "www.youtube-nocookie.com", - "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", "www.gutenberg.org" @@ -155,12 +154,10 @@ "'self'" ], "script-src-elem": [ - "'self'", - "platform.twitter.com" + "'self'" ], "script-src": [ - "'self'", - "platform.twitter.com" + "'self'" ], "style-src": [ "'self'", |