Tweaks to navigation

This commit is contained in:
Jon Staab
2024-10-23 09:45:06 -07:00
parent f0d53ebb39
commit a382facc70
21 changed files with 282 additions and 267 deletions

View File

@@ -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"],
},
},
},