X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f68dd46ab48fe4bd441e1ae4409b5851e76c282b..5818ee12d6d33f38bf5a530c81ffe54e2ec1b15d:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index fa173b3..c682c9c 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -490,6 +490,7 @@ c.content.headers.accept_language = 'en-UK;q=1.0, en;q=0.9, de;q=0.7, fr;q=0.7, ## JavaScript requires a restart. ## Type: FormatString # c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {qt_key}/{qt_version} {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version}' +config.set('content.headers.user_agent', "'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36", '*://*.slack.com/*') ## Enable hyperlink auditing (``). ## Type: Bool @@ -1814,7 +1815,7 @@ c.tabs.select_on_remove = 'prev' c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', 'cdda': 'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}', - 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', + 'std': 'https://duckduckgo.com/?sites=en.cppreference.com&q={}', 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', 'h': 'https://hoogle.haskell.org/?hoogle={}', 'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}',