diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-03-10 04:16:56 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-03-10 04:17:15 +0100 |
commit | 844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5 (patch) | |
tree | f8dfdac10f166934fcf22c01d44e66b8df873577 /template/en/default/global | |
parent | 9cc89d34f79d1a326e5c792722163d5908a97c13 (diff) | |
download | bugzilla-844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5.tar.gz bugzilla-844c6238baf72dfa79ad7e33f2bc1947cbf5b3f5.tar.xz |
Bug 1253914 - Cross domain referer leakage when resetting the user password
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
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> |