23 lines
901 B
YAML
23 lines
901 B
YAML
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
|
# via config.load_autoconfig(). For more information, see:
|
|
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
|
# Instead, create a config.py - see :help for details.
|
|
|
|
config_version: 2
|
|
settings:
|
|
content.javascript.enabled:
|
|
'*://*.127.0.0.1/*': true
|
|
'*://*.crontab.guru/*': true
|
|
'*://*.framatube.org/*': true
|
|
'*://*.github.com/*': true
|
|
'*://*.onlinebanking.becu.org/*': true
|
|
'*://*.protesilaos.com/*': true
|
|
'*://*.register.be.xfinity.com/*': false
|
|
'*://*.seattle.craigslist.org/*': true
|
|
'*://*.vid.puffyan.us/*': true
|
|
'*://*.www.astound.com/*': true
|
|
'*://*.www.knoll.com/*': true
|
|
'*://*.www.startpage.com/*': true
|
|
'*://*.www.xfinity.com/*': true
|