Disable x-frame-options by default

This commit is contained in:
Alex Tselegidis 2024-07-07 11:31:32 +02:00
parent b0f7dec795
commit 4c7696e877
1 changed files with 4 additions and 1 deletions

View File

@ -64,6 +64,9 @@ $route['translate_uri_dashes'] = false;
| Set the appropriate headers so that iframe control and permissions are
| properly configured.
|
| Enable this if you want to disable use of Easy!Appointments within an
| iframe.
|
| Options:
|
| - DENY
@ -71,7 +74,7 @@ $route['translate_uri_dashes'] = false;
|
*/
header('X-Frame-Options: SAMEORIGIN');
// header('X-Frame-Options: SAMEORIGIN');
/*
| -------------------------------------------------------------------------