mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Disable x-frame-options by default
This commit is contained in:
parent
b0f7dec795
commit
4c7696e877
1 changed files with 4 additions and 1 deletions
|
@ -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');
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue