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