summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/help/settings.asciidoc4
-rw-r--r--qutebrowser/config/configdata.yml5
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 60257de62..269235ba4 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1566,11 +1566,11 @@ Type: <<types,String>>
Valid values:
* +all+: Accept all cookies.
- * +no-3rdparty+: Accept cookies from the same origin only.
+ * +no-3rdparty+: Accept cookies from the same origin only. This is known to break some sites, such as GMail.
* +no-unknown-3rdparty+: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty.
* +never+: Don't accept cookies at all.
-Default: +pass:[no-3rdparty]+
+Default: +pass:[all]+
On QtWebEngine, this setting requires Qt 5.11 or newer.
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 34b2d4923..7781a3430 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -327,7 +327,7 @@ content.cache.appcache:
ask the application cache for the contents, before hitting the network.
content.cookies.accept:
- default: no-3rdparty
+ default: all
backend:
QtWebKit: true
QtWebEngine: Qt 5.11
@@ -335,7 +335,8 @@ content.cookies.accept:
name: String
valid_values:
- all: "Accept all cookies."
- - no-3rdparty: "Accept cookies from the same origin only."
+ - no-3rdparty: "Accept cookies from the same origin only. This is known
+ to break some sites, such as GMail."
- no-unknown-3rdparty: "Accept cookies from the same origin only, unless
a cookie is already set for the domain. On QtWebEngine, this is the
same as no-3rdparty."