Skip to content

Commit

Permalink
Fix referrer typo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
guilhermesimoes committed Oct 18, 2024
1 parent 4e45f3d commit 1a146a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
<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'" />
<meta charset="utf-8" />
<meta name="referrer" content="origin-when-crossorigin" />
<meta name="referrer" content="origin-when-cross-origin" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

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

0 comments on commit 1a146a5

Please sign in to comment.