diff options
author | David Lawrence <dkl@mozilla.com> | 2016-03-15 16:35:13 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-03-15 16:35:13 +0100 |
commit | d8e47b769c98f2fb582b8bcf8773a034e53a3ded (patch) | |
tree | 9cd4577248615a1809d0ea2191bec8985021d116 /template/en | |
parent | 6ac0cd80c8271bf2d0f150aec860ffae682d0cc4 (diff) | |
download | bugzilla-d8e47b769c98f2fb582b8bcf8773a034e53a3ded.tar.gz bugzilla-d8e47b769c98f2fb582b8bcf8773a034e53a3ded.tar.xz |
Bug 1256954 - Multiple Selenium cases are failing after the commit of bug 1253914
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 382c72f1d..1ef96a553 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -268,7 +268,7 @@ [% IF allow_mobile && is_mobile_browser %] <meta name="viewport" content="width=device-width, initial-scale=1"> [% END %] - <meta name="referrer" content="origin"> + <meta name="referrer" content="origin-when-crossorigin"> [% Hook.process("additional_header") %] </head> |