mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-8111-12549-R-WORKS-X-Frame-Options-Header-en-php' into 'develop'
Ent 8111 12549 r works x frame options header en php See merge request artica/pandorafms!4479
This commit is contained in:
commit
0a93d93701
@ -1,6 +1,9 @@
|
|||||||
# pandora disable listing
|
# pandora disable listing
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
# Avoid clickjacking
|
||||||
|
Header always append X-Frame-Options SAMEORIGIN
|
||||||
|
|
||||||
<Files ~ "\.log$">
|
<Files ~ "\.log$">
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Deny from All
|
Deny from All
|
||||||
|
@ -220,8 +220,6 @@ echo '<head>'."\n";
|
|||||||
// This starts the page head. In the callback function,
|
// This starts the page head. In the callback function,
|
||||||
// $page['head'] array content will be processed into the head.
|
// $page['head'] array content will be processed into the head.
|
||||||
ob_start('ui_process_page_head');
|
ob_start('ui_process_page_head');
|
||||||
// Avoid clickjacking.
|
|
||||||
header('X-Frame-Options: SAMEORIGIN');
|
|
||||||
// Enterprise main.
|
// Enterprise main.
|
||||||
enterprise_include_once('index.php');
|
enterprise_include_once('index.php');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user