summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-04 21:32:03 +0200
committerGitHub <noreply@github.com>2018-05-04 21:32:03 +0200
commit32783c128899521fafe0f6b6b915255082f318ed (patch)
tree216e0b38fc31fe040275184552a24a30344f47e9 /template/en
parentba53123f4d6f5d3911ca013eb6801e1a11c3fccd (diff)
downloadbugzilla-32783c128899521fafe0f6b6b915255082f318ed.tar.gz
bugzilla-32783c128899521fafe0f6b6b915255082f318ed.tar.xz
no bug - fix typo in meta referer directive
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/global/header.html.tmpl2
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 cf1c8b991..6b56a5d30 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -101,7 +101,7 @@
[% IF Bugzilla.cgi.should_block_referrer %]
<meta name="referrer" content="origin">
[% ELSE %]
- <meta name="referrer" content="origin-when-crossorigin">
+ <meta name="referrer" content="origin-when-cross-origin">
[% END %]
[%- js_BUGZILLA = {