Add no referrer policy in meta tags

This commit is contained in:
Frederic Guillot
2015-08-28 22:28:39 -04:00
parent fe3504d8a2
commit f4c3ca9991
5 changed files with 11 additions and 11 deletions

View File

@@ -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 ?>">