summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-28 22:28:39 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-28 22:28:39 -0400
commitf4c3ca999145ad7a9428cbadd609fad7d02df2c1 (patch)
tree03f7bf9bb539e0253fdb8d18d8c0c8b3a7ff3313 /app/Template/layout.php
parentfe3504d8a2c7739df74735e54109403c3dd75619 (diff)
Add no referrer policy in meta tags
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index fcdc23a0..3e883fbf 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -6,6 +6,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="referrer" content="no-referrer">
<?php if (isset($board_public_refresh_interval)): ?>
<meta http-equiv="refresh" content="<?= $board_public_refresh_interval ?>">