Skip to content

Commit a210cdd

Browse files
committed
remove x-frame-options from cookie system. Wrong location.
1 parent 0f3e597 commit a210cdd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

config/cookies.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,5 @@
2424
|
2525
*/
2626
'same_site' => 'Lax',
27-
28-
/*
29-
|--------------------------------------------------------------------------
30-
| Timeout Period - Action Scheduler
31-
|--------------------------------------------------------------------------
32-
|
33-
| By default, WordPress adds `X-Frame-Options: SAMEORIGIN`. However, these
34-
| headers are often set by the web server instead. Set this option as
35-
| `false` to disable WordPress' x-frame-options.
36-
|
37-
*/
38-
'x_frame_options' => true,
3927
]
4028
];

0 commit comments

Comments
 (0)