summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
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 ?>">