summaryrefslogtreecommitdiff
path: root/themes/admin_wind
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-11-06 11:51:44 -0800
committerBharat Mediratta <bharat@menalto.com>2012-11-06 11:51:44 -0800
commit50f5286ffbc6a675f97faf629893d2e248382396 (patch)
tree1a4e0f5601d38fc5ab18d79e76bcc08fc4afedf0 /themes/admin_wind
parent7a53cebd29c00afbc53ab5c60f8980d8b6d204a0 (diff)
Elevate X-Frame-Options from all admin and user pages to all PHP
responses. Fixes #1922.
Diffstat (limited to 'themes/admin_wind')
-rw-r--r--themes/admin_wind/views/admin.html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index 0300f7af..9a149149 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -1,5 +1,4 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<?php header("X-Frame-Options: SAMEORIGIN"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?= $theme->html_attributes() ?> xml:lang="en" lang="en">