diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-17 16:52:05 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-17 16:52:05 +0100 |
commit | 9280212d7ade452a735af96a0ed225f54193ae4e (patch) | |
tree | 359c7ae993083f5121ba45349e08cd14908e1533 /qutebrowser/autoconfig.yml | |
parent | 0727ac1e74c56efe0899617d0f46af86945edffb (diff) |
quitebrowser autoconfig preventing 3rd party cookies
Diffstat (limited to '')
-rw-r--r-- | qutebrowser/autoconfig.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 6f0f144..a245137 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -1,11 +1,13 @@ # If a config.py file exists, this file is ignored unless it's explicitly loaded # via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. config_version: 2 settings: + content.cookies.accept: + global: no-3rdparty content.headers.user_agent: https://accounts.google.com/*: Mozilla/5.0 ({os_info}; rv:90.0) Gecko/20100101 Firefox/90.0 |