qutebrowser: updated

This commit is contained in:
Tobias Schmidl 2021-11-23 17:23:34 +01:00
parent 090cf47b31
commit 5a27c5f071
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 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
# DO NOT edit this file by hand, qutebrowser will overwrite it. # DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details. # Instead, create a config.py - see :help for details.
@ -12,8 +15,16 @@ settings:
global: 15000 global: 15000
auto_save.session: auto_save.session:
global: false global: false
content.cookies.store: colors.webpage.prefers_color_scheme_dark:
global: true global: true
content.blocking.adblock.lists:
global:
- https://easylist.to/easylist/easylist.txt
- https://easylist.to/easylist/easyprivacy.tQQxt
content.blocking.method:
global: both
content.cookies.store:
global: false
content.default_encoding: content.default_encoding:
global: utf-8 global: utf-8
content.headers.accept_language: content.headers.accept_language:

View file

View file