From e1902a0072376790e26d5c866169b117e4d71fcc Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 21 Aug 2024 10:38:40 +0100 Subject: [PATCH] change `checkOrigin` --- packages/astro/test/fixtures/actions/astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/astro/test/fixtures/actions/astro.config.mjs b/packages/astro/test/fixtures/actions/astro.config.mjs index fc6477578bdf..9cbd6883a46a 100644 --- a/packages/astro/test/fixtures/actions/astro.config.mjs +++ b/packages/astro/test/fixtures/actions/astro.config.mjs @@ -6,4 +6,7 @@ export default defineConfig({ experimental: { actions: true, }, + security: { + checkOrigin: false + } });