fix: (temp) disable xframe check and set same-site cookie to none

This commit is contained in:
Sonny
2024-07-07 19:59:17 +02:00
parent 136fcfac5d
commit 5d083327a8
3 changed files with 8 additions and 9 deletions

View File

@@ -27,9 +27,7 @@ const shieldConfig = defineConfig({
* iFrames
*/
xFrame: {
enabled: true,
action: 'ALLOW-FROM',
domain: '*',
enabled: false,
},
/**