aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-28 15:21:38 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-28 15:21:38 +0100
commit0ff69c458aece56a99c7979975bbeef5de28dd13 (patch)
treeabf34bc9be0d71aadef3d5eed85caa3f6e37f9fc /config/qutebrowser/config.py
parent16505aa4cd288d8c53fa0baff4f115f85ff8bb52 (diff)
downloaddotfiles-0ff69c458aece56a99c7979975bbeef5de28dd13.tar.gz
dotfiles-0ff69c458aece56a99c7979975bbeef5de28dd13.tar.bz2
dotfiles-0ff69c458aece56a99c7979975bbeef5de28dd13.zip
Changed qutebrowser user-agent to windows, Fixing some xdg-open stuff
Diffstat (limited to 'config/qutebrowser/config.py')
-rw-r--r--config/qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index 55da493..44c724d 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -71,6 +71,7 @@ c.content.autoplay = False
c.content.notifications = False
# c.content.cookies.accept = 'no-3rdparty'
+c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/{webkit_version} (KHTML, like Gecko) {qt_key}/{qt_version}"
c.auto_save.session = True
c.session.lazy_restore = True