summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-23 13:54:13 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-23 13:54:13 -0500
commit11093ddb51a70622287aac20108be6c6aa2eb76d (patch)
tree75c8e0b59688d1e7230e82cc76164af733bbee89 /web/templates
parenteac022e75a2068d0553b523456dc0ee1e6f941a7 (diff)
parent9a0cb615e9425dcdaa576ea20b608f3b956452bb (diff)
downloadchat-11093ddb51a70622287aac20108be6c6aa2eb76d.tar.gz
chat-11093ddb51a70622287aac20108be6c6aa2eb76d.tar.bz2
chat-11093ddb51a70622287aac20108be6c6aa2eb76d.zip
Merge pull request #2230 from mattermost/plt-1466
PLT-1466 Add no-referrer meta tag to head.html
Diffstat (limited to 'web/templates')
-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>