Fuck it... right now we don't need CSP. I do nothing useful on this
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m19s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m19s
site.
This commit is contained in:
@@ -13,23 +13,6 @@ export default defineConfig({
|
||||
},
|
||||
integrations: [vue()],
|
||||
|
||||
security: {
|
||||
checkOrigin: true,
|
||||
|
||||
csp: isDev
|
||||
? undefined
|
||||
: {
|
||||
algorithm: "SHA-512",
|
||||
scriptDirective: {
|
||||
resources: ["'self'", "https://analytics.atri.dad"],
|
||||
},
|
||||
directives: [
|
||||
"connect-src 'self' https://analytics.atri.dad",
|
||||
"child-src 'self' blob:",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user