summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-03-10 04:16:56 +0100
committerDylan Hardison <dylan@mozilla.com>2016-03-10 04:17:15 +0100
commit844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5 (patch)
treef8dfdac10f166934fcf22c01d44e66b8df873577 /template
parent9cc89d34f79d1a326e5c792722163d5908a97c13 (diff)
downloadbugzilla-844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5.tar.gz
bugzilla-844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5.tar.xz
Bug 1253914 - Cross domain referer leakage when resetting the user password
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 23634ed43..382c72f1d 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -268,6 +268,7 @@
[% IF allow_mobile && is_mobile_browser %]
<meta name="viewport" content="width=device-width, initial-scale=1">
[% END %]
+ <meta name="referrer" content="origin">
[% Hook.process("additional_header") %]
</head>