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

Commit

Permalink
Merge pull request #1 from vitorgamer58/master
Browse files Browse the repository at this point in the history
improve security issues
  • Loading branch information
vitorgamer58 committed Jan 9, 2019
2 parents 12d7f76 + eda85bf commit a5e7d5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion view/header.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php if (!defined("IN_WALLET")) { die("Auth Error!"); } ?>
<?php if (!defined("IN_WALLET")) { die("Auth Error!"); }
header("X-XSS-Protection: 1; mode=block");
header("X-Content-Type-Options: nosniff");
?>
<!DOCTYPE HTML>

<html>
Expand Down

0 comments on commit a5e7d5a

Please sign in to comment.