]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: accept no-3rd-party cookies
authorSamir Benmendil <me@rmz.io>
Thu, 7 Oct 2021 10:52:11 +0000 (11:52 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 14 Dec 2021 22:25:46 +0000 (22:25 +0000)
Setting this to never just breaks way to many things.

qutebrowser/config.py

index 187bf0fb77da234691a886c882bfcd4c5822b2fd..599b419c6b0ce63b28bdf6f8b81de0907e37f945 100644 (file)
@@ -358,7 +358,7 @@ c.confirm_quit = ['downloads']
 ##   - 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.
-c.content.cookies.accept = 'never'
+c.content.cookies.accept = 'no-3rdparty'
 
 ## Store cookies.
 ## Type: Bool