fix: allow iframe

This commit is contained in:
Sonny
2024-07-06 03:27:07 +02:00
parent 73752aed32
commit 8b9e74bfe1

View File

@@ -28,7 +28,8 @@ const shieldConfig = defineConfig({
*/
xFrame: {
enabled: true,
action: 'DENY',
action: 'ALLOW-FROM',
domain: '*',
},
/**