browse with tor by default and allow js for rust lib searching

This commit is contained in:
Felix Van der Jeugt 2018-08-31 15:00:03 +02:00
parent 9909047b19
commit 533aa609e2
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ config.load_autoconfig = False
c.completion.shrink = True
c.confirm_quit = ["downloads"]
# c.content.developer_extras = True
c.content.proxy = "socks://localhost:9050"
c.content.javascript.enabled = False
c.content.ssl_strict = True
c.content.headers.accept_language = "en-US,en;q=0.5"
@ -72,6 +73,7 @@ allowed = [ 'https://duckduckgo.com/*'
, 'https://web.whatsapp.com'
, 'https://chat.zeus.gent/*'
, 'https://posteo.de/*'
, 'https://doc.rust-lang.org/*'
]
for pattern in allowed: