Skip to content

Commit f051573

Browse files
authored
allow Referer header to be passed to youtube (#314)
1 parent fb99bc7 commit f051573

File tree

1 file changed

+1
-1
lines changed
  • pointercrate-core-pages/src

1 file changed

+1
-1
lines changed

pointercrate-core-pages/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl PageConfiguration {
3636
head: Head::new(default_head_html)
3737
.meta("og:site_name", site_name)
3838
.meta("og:type", "website")
39-
.meta("referrer", "no-referrer")
39+
.meta("referrer", "strict-origin-when-cross-origin")
4040
.meta("viewport", "initial-scale=1, maximum-scale=1")
4141
.script("https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js")
4242
.script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js")

0 commit comments

Comments
 (0)