summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-10 12:53:54 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-10 12:53:54 +0200
commit6c9b088834d10fd6861551bf8ede5f896706a1ac (patch)
treeedd9864810ce89eb6549ce642b6de5509fa48d70
parentb77891fce795c741f389d6e4080c1f68ab9b615c (diff)
downloadqutebrowser-6c9b088834d10fd6861551bf8ede5f896706a1ac.tar.gz
qutebrowser-6c9b088834d10fd6861551bf8ede5f896706a1ac.zip
Clarify how per-domain settings work for content.cookies.accept
-rw-r--r--doc/help/settings.asciidoc1
-rw-r--r--qutebrowser/config/configdata.yml3
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 218726f6a..926cdb164 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1946,6 +1946,7 @@ This setting is only available with the QtWebEngine backend.
Which cookies to accept.
With QtWebEngine, this setting also controls other features with tracking capabilities similar to those of cookies; including IndexedDB, DOM storage, filesystem API, service workers, and AppCache.
Note that with QtWebKit, only `all` and `never` are supported as per-domain values. Setting `no-3rdparty` or `no-unknown-3rdparty` per-domain on QtWebKit will have the same effect as `all`.
+If this setting is used with URL patterns, the pattern gets applied to the origin/first party URL of the page making the request, not the request URL.
This setting supports URL patterns.
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index e53db42b4..9c6a9a3b4 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -381,6 +381,9 @@ content.cookies.accept:
values. Setting `no-3rdparty` or `no-unknown-3rdparty` per-domain on
QtWebKit will have the same effect as `all`.
+ If this setting is used with URL patterns, the pattern gets applied to the
+ origin/first party URL of the page making the request, not the request URL.
+
content.cookies.store:
default: true
type: Bool