15 lines
518 B
JSON
15 lines
518 B
JSON
{
|
|
"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": ""
|
|
}
|