summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-06 19:14:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-06 19:14:53 +0200
commit05660ae429e4b3059185f0c597b155d41afc3067 (patch)
tree3c58719109e26c0dc20816343be7574107279beb /doc
parentc39c66aec4b9d9ab9571c315c45fada180fd5541 (diff)
downloadqutebrowser-05660ae429e4b3059185f0c597b155d41afc3067.tar.gz
qutebrowser-05660ae429e4b3059185f0c597b155d41afc3067.zip
Improve content.cookies.accept docs
See #6344
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index c4034255e..e747b0d75 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2092,6 +2092,8 @@ 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.
+With QtWebEngine 5.15.0+, paths will be stripped from URLs, so URL patterns using paths will not match. With QtWebEngine 5.15.2+, subdomains are additionally stripped as well, so you will typically need to set this setting for `example.com` when the cookie is set on `somesubdomain.example.com` for it to work properly.
+To debug issues with this setting, start qutebrowser with `--debug --logfilter network --debug-flag log-cookies` which will show all cookies being set.
This setting supports URL patterns.