no more javascript due to per-url settings

This commit is contained in:
Felix Van der Jeugt 2018-02-26 11:56:44 +01:00
parent 057873981b
commit 067940da32
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 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.javascript.enabled = False
c.content.ssl_strict = True
c.downloads.location.directory = "/data/temporary"
c.downloads.location.suggestion = "both"