Prevent referrer to be send

Uses both CSP and Referrer-Policy
Fixes #96
This commit is contained in:
rugk
2016-09-03 18:12:24 +02:00
parent b7184b92a3
commit 1a159c973f
9 changed files with 26 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ use PrivateBin\I18n;
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="referrer" content="no-referrer">
<title><?php echo I18n::_('PrivateBin'); ?></title>
<link type="text/css" rel="stylesheet" href="css/privatebin.css?<?php echo rawurlencode($VERSION); ?>" />
<?php