mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +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
|
||||
Options -Indexes
|
||||
|
||||
# Avoid clickjacking
|
||||
Header always append X-Frame-Options SAMEORIGIN
|
||||
|
||||
<Files ~ "\.log$">
|
||||
Order Allow,Deny
|
||||
Deny from All
|
||||
|
@ -220,8 +220,6 @@ echo '<head>'."\n";
|
||||
// This starts the page head. In the callback function,
|
||||
// $page['head'] array content will be processed into the head.
|
||||
ob_start('ui_process_page_head');
|
||||
// Avoid clickjacking.
|
||||
header('X-Frame-Options: SAMEORIGIN');
|
||||
// Enterprise main.
|
||||
enterprise_include_once('index.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user