mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
Tweaks to navigation
This commit is contained in:
@@ -16,12 +16,12 @@ export default {
|
||||
},
|
||||
csp: {
|
||||
directives: {
|
||||
'script-src': ['self', 'plausible.io'],
|
||||
'worker-src': ['self', 'blob:'],
|
||||
'style-src': ['self', 'unsafe-inline'],
|
||||
'frame-src': ['open.spotify.com', 'embed.tidal.com'],
|
||||
'child-src': ['none'],
|
||||
'form-action': ['none'],
|
||||
"script-src": ["self", "plausible.io"],
|
||||
"worker-src": ["self", "blob:"],
|
||||
"style-src": ["self", "unsafe-inline"],
|
||||
"frame-src": ["open.spotify.com", "embed.tidal.com"],
|
||||
"child-src": ["none"],
|
||||
"form-action": ["none"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user