mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +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
|
| Set the appropriate headers so that iframe control and permissions are
|
||||||
| properly configured.
|
| properly configured.
|
||||||
|
|
|
|
||||||
|
| Enable this if you want to disable use of Easy!Appointments within an
|
||||||
|
| iframe.
|
||||||
|
|
|
||||||
| Options:
|
| Options:
|
||||||
|
|
|
|
||||||
| - DENY
|
| - 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