This commit is contained in:
Chris Cochrun 2025-09-15 15:19:02 -05:00
parent cbef02af34
commit d8eed44b44

View file

@ -1050,7 +1050,7 @@ c.content.headers.do_not_track = True
## The file `~/.config/qutebrowser/blocked-hosts` is always read if it ## The file `~/.config/qutebrowser/blocked-hosts` is always read if it
## exists. ## exists.
## Type: List of Url ## Type: List of Url
c.content.host_blocking.lists = ['https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts', 'https://www.nytimes.com/vi-assets/static-assets/main*'] # c.content.host_blocking.lists = ['https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts']
## A list of patterns that should always be loaded, despite being ad- ## A list of patterns that should always be loaded, despite being ad-
## blocked. Note this whitelists blocked hosts, not first-party URLs. As ## blocked. Note this whitelists blocked hosts, not first-party URLs. As