Fix: Astro checkOrigin aus (Admin-Form-POSTs hinter Basic-Auth) + robustere Directus-Bestellnummer

This commit is contained in:
2026-06-16 08:56:07 +00:00
parent 4f9a2cf512
commit a6c13a85a3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ export default defineConfig({
output: 'server',
adapter: node({ mode: 'standalone' }),
server: { host: '0.0.0.0', port: 4321 },
security: { checkOrigin: false },
});