Skip to content

Commit

Permalink
Enable Content-Security-Policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Pike committed Feb 27, 2017
1 parent 7d8852d commit a7c9306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
##
$web_config = $this->get('web_config');
header('X-Frame-Options: DENY');
header("Content-Security-Policy: default-src 'self'");
?>
<!DOCTYPE html>
<meta charset="utf-8"/>
Expand Down

0 comments on commit a7c9306

Please sign in to comment.