blob: 7d9279030023a5b0c7fe405a0adf9bfbdb88072e (
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": ""
}
|