X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=qutebrowser%2F.config%2Fqutebrowser%2Fconfig.py;h=c9627a74dd4d6e7b7158de4fbe80d1d62576fdfd;hb=76d396999dd71014121c48d899fc4e7ad7731303;hp=46e82990833524123845e02a2ce800d784d29052;hpb=ad6881023c6611b58b23504483db7b6848bd7561;p=max%2Fdotfiles.git diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 46e8299..c9627a7 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -2,6 +2,7 @@ config.load_autoconfig() c.auto_save.session = True c.content.cookies.store = False +c.content.javascript.enabled = False c.content.images = True c.editor.command = ['urxvt', '-e', 'vim', '{file}'] c.tabs.position = 'left' @@ -14,3 +15,8 @@ config.bind(',dj', 'spawn --userscript noscript_disable') # Allow JS and cookies on own domain config.set('content.javascript.enabled', True, '*.friedersdorff.com') + +# Fingerprinting protection +c.content.headers.accept_language = 'en-US,en;q=0.5' +c.content.headers.user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0' +c.content.headers.custom = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'}