Skip to content

Commit 3b0f633

Browse files
committed
update X-Frame-Options header to SAMEORIGIN
1 parent 027adc6 commit 3b0f633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerbuild/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
],
380380
*/
381381
'headers.security' => [
382-
'X-Frame-Options' => 'DENY',
382+
'X-Frame-Options' => 'SAMEORIGIN',
383383
'X-Content-Type-Options' => 'nosniff',
384384
],
385385

0 commit comments

Comments
 (0)