Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the X-Frame-Options
  • Loading branch information
patkon committed Oct 13, 2021
1 parent 40ea2c5 commit e1496ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -10,6 +10,7 @@
ini_set("url_rewriter.tags", '');
session_start();
error_reporting(0);
header("X-Frame-Options: SAMEORIGIN");

$fc_start_time = microtime(true);
require 'config.php';
Expand Down

0 comments on commit e1496ff

Please sign in to comment.