Skip to content

Commit 0a3ddc0

Browse files
Fix referrer typo
This was introduced in c837bff and was most likely suggested to me by Mozilla's Observatory [1]. See Mozilla's bug tracker [2]. [1]: https://observatory.mozilla.org/ [2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1163743
1 parent 3ffd52b commit 0a3ddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<head>
22
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' d3js.org unpkg.com; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; manifest-src 'self'; frame-src 'self'" />
33
<meta charset="utf-8" />
4-
<meta name="referrer" content="origin-when-crossorigin" />
4+
<meta name="referrer" content="origin-when-cross-origin" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66

77
{%- assign title = page.title | strip_html | default: site.title -%}

0 commit comments

Comments
 (0)