summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
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 /qutebrowser/config/configdata.yml
parentc39c66aec4b9d9ab9571c315c45fada180fd5541 (diff)
downloadqutebrowser-05660ae429e4b3059185f0c597b155d41afc3067.tar.gz
qutebrowser-05660ae429e4b3059185f0c597b155d41afc3067.zip
Improve content.cookies.accept docs
See #6344
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index ddc17ec55..1c0f03d37 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -440,6 +440,16 @@ content.cookies.accept:
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.
+
content.cookies.store:
default: true
type: Bool