blob: d2d3f0895e521175bed517b35924889ac80a9b24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"browser.newtabpage.enabled": true,
"browser.tabs.remote.separatePrivilegedContentProcess": true,
"javascript.options.asyncstack": false,
"image.mem.surfacecache.min_expiration_ms": 10000,
"network.proxy.socks": "localhost",
"network.proxy.socks_port": 90000,
"network.proxy.socks_remote_dns": true,
"network.proxy.type": 1,
"plugin.disable": true,
"startup.homepage_override_url": "",
"startup.homepage_welcome_url": ""
}
|