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

@@ -7,6 +7,7 @@ use PrivateBin\I18n;
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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/bootstrap/bootstrap-3.3.5.css" />
<link type="text/css" rel="stylesheet" href="css/bootstrap/bootstrap-theme-3.3.5.css" />