[QB] Make localhost permanent JS enabled
This commit is contained in:
parent
3ebe8cfc2c
commit
7da8cfc7d2
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,6 @@ settings:
|
|||
content.javascript.enabled:
|
||||
'*://*.bernexskiclub.ch/*': true
|
||||
'*://*.brouter.de/*': true
|
||||
'*://*.localhost/*': true
|
||||
'*://*.login.infomaniak.com/*': true
|
||||
'*://*.manager.infomaniak.com/*': true
|
||||
'*://*.mastodon.zaclys.com/*': true
|
||||
|
@ -26,7 +25,9 @@ settings:
|
|||
'*://*.pixelfed.org/*': true
|
||||
'*://*.pixelfed.social/*': true
|
||||
'*://*.reddit.com/*': true
|
||||
'*://*.runalyze.com/*': true
|
||||
'*://*.searx.xyz/*': true
|
||||
'*://*.tooting.ch/*': true
|
||||
'*://*.trolliet.info/*': true
|
||||
'*://*.twitter.com/*': true
|
||||
'*://*.www.meteosuisse.admin.ch/*': true
|
||||
|
|
|
@ -51,6 +51,8 @@ config.set('content.javascript.enabled', True, '*://*.melvoridle.com')
|
|||
config.set('content.javascript.enabled', True, '*://*.raiffeisen.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.cmnet.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.inubo.ch')
|
||||
config.set('content.javascript.enabled', True, '*://*.localhost/*')
|
||||
|
||||
|
||||
c.url.default_page = 'https://searx.info'
|
||||
c.hints.mode = "number"
|
||||
|
|
Loading…
Reference in a new issue