summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-08-10 22:01:15 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-08-10 22:01:15 +0200
commitddcd11ff4e28299333115a9d1f62332e555cdd72 (patch)
treee81bbc90bffbd2dd248ff761fa48cd2d61b2b371
parent987becaa0b79b8b552f5189d79df8439cb39e836 (diff)
downloadqutebrowser-ddcd11ff4e28299333115a9d1f62332e555cdd72.tar.gz
qutebrowser-ddcd11ff4e28299333115a9d1f62332e555cdd72.zip
Clarify referer docs
Closes #6640
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--doc/qutebrowser.1.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml4
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index d993ddddd..9b896107f 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2254,7 +2254,7 @@ Default: +pass:[true]+
[[content.headers.referer]]
=== content.headers.referer
When to send the Referer header.
-The Referer header tells websites from which website you were coming from when visiting them.
+The Referer header tells websites from which website you were coming from when visiting them. Note that with QtWebEngine, websites can override this preference by setting the `Referrer-Policy:` header, so that any websites visited from them get the full referer.
No restart is needed with QtWebKit.
This setting requires a restart.
diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc
index 22803d46a..8db231add 100644
--- a/doc/qutebrowser.1.asciidoc
+++ b/doc/qutebrowser.1.asciidoc
@@ -32,7 +32,7 @@ show it.
Commands to execute on startup.
*'URL'*::
- URLs or search terms to open on startup (empty as a window separator).
+ URLs to open on startup (empty as a window separator).
=== optional arguments
*-h*, *--help*::
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 5f5a71b06..17f2013b9 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -649,7 +649,9 @@ content.headers.referer:
When to send the Referer header.
The Referer header tells websites from which website you were coming from
- when visiting them.
+ when visiting them. Note that with QtWebEngine, websites can override this
+ preference by setting the `Referrer-Policy:` header, so that any websites
+ visited from them get the full referer.
No restart is needed with QtWebKit.