diff --git a/astro.config.mjs b/astro.config.mjs index deb4cfe..624d983 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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", }),