Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move X-Frame-Options header to .htaccess #142

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed 'X-Frame-Options' meta tag
  • Loading branch information
GeekJosh authored Oct 3, 2016
commit a461b228d355c8de922b38aa5a4c57eb2c85a853
1 change: 0 additions & 1 deletion app/View/Layouts/default_admin.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ header("Pragma: no-cache");
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-Frame-Options" content="deny">
<?php echo $this->element('metadata'); ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php
Expand Down