Update astro.config.mjs
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m20s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m20s
This commit is contained in:
@@ -34,7 +34,11 @@ export default defineConfig({
|
|||||||
: {
|
: {
|
||||||
algorithm: "SHA-512",
|
algorithm: "SHA-512",
|
||||||
scriptDirective: {
|
scriptDirective: {
|
||||||
resources: ["'self'", "https://analytics.atri.dad"],
|
resources: [
|
||||||
|
"'self'",
|
||||||
|
"https://analytics.atri.dad",
|
||||||
|
"https://cloud.umami.is",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
directives: [
|
directives: [
|
||||||
"connect-src 'self' https://analytics.atri.dad",
|
"connect-src 'self' https://analytics.atri.dad",
|
||||||
|
|||||||
Reference in New Issue
Block a user