Skip to content

Commit

Permalink
Clickjacking fix and map progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kestasjk committed Jul 23, 2021
1 parent 8ac4b3b commit 01ca7e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Map2/testdata/board.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Map2/testdata/map.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions header.php
Expand Up @@ -186,6 +186,7 @@ function stripslashes_deep(&$value)
header("Last-Modified: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("X-Frame-Options: SAMEORIGIN"); //@ibarrionuevo

if( defined('FACEBOOKSCRIPT') ) {
require_once(l_r('facebook/facebook-platform/php/facebook.php'));
Expand Down

0 comments on commit 01ca7e3

Please sign in to comment.