We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Referer
1 parent fb99bc7 commit f051573Copy full SHA for f051573
pointercrate-core-pages/src/lib.rs
@@ -36,7 +36,7 @@ impl PageConfiguration {
36
head: Head::new(default_head_html)
37
.meta("og:site_name", site_name)
38
.meta("og:type", "website")
39
- .meta("referrer", "no-referrer")
+ .meta("referrer", "strict-origin-when-cross-origin")
40
.meta("viewport", "initial-scale=1, maximum-scale=1")
41
.script("https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js")
42
.script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js")
0 commit comments