1
0

Update home/.config/qutebrowser/config.py

This commit is contained in:
Jeff Lance 2024-03-07 21:38:12 +01:00
parent 5b20c3dc50
commit 52d96c4d7f

@ -606,7 +606,7 @@ c.content.headers.do_not_track = True
## Type: String
# c.content.headers.user_agent = None
c.content.headers.user_agent = (
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/115.2"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0"
)
## Enable host blocking.