summaryrefslogtreecommitdiffstats
path: root/testing/awsy/conf/tp6-prefs.json
blob: e7b84cc8562ea05d378f3000b0459224fc1c747d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "browser.newtabpage.enabled": true,
    "browser.tabs.remote.separatePrivilegedContentProcess": true,
    "javascript.options.asyncstack": false,
    "image.mem.surfacecache.min_expiration_ms": 10000,
    "network.proxy.http": "localhost",
    "network.proxy.http_port": 8080,
    "network.proxy.ssl": "localhost",
    "network.proxy.ssl_port": 8080,
    "network.proxy.no_proxies_on": "localhost",
    "network.proxy.type": 1,
    "plugin.disable": true,
    "startup.homepage_override_url": "",
    "startup.homepage_welcome_url": ""
}