summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-23 11:42:19 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-23 11:42:19 -0500
commit9a0cb615e9425dcdaa576ea20b608f3b956452bb (patch)
tree4004f26d684297445e2cb0b24719c206c887978d /web
parente1bcac059db0ea63338465f28b0c8e904d8dc4b8 (diff)
downloadchat-9a0cb615e9425dcdaa576ea20b608f3b956452bb.tar.gz
chat-9a0cb615e9425dcdaa576ea20b608f3b956452bb.tar.bz2
chat-9a0cb615e9425dcdaa576ea20b608f3b956452bb.zip
Add no-referrer meta tag to head.html
Diffstat (limited to 'web')
-rw-r--r--web/templates/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index dadd148c1..c0bf2909b 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -2,6 +2,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="robots" content="noindex, nofollow">
+ <meta name="referrer" content="no-referrer">
<title>{{ .Props.Title }}</title>