summaryrefslogtreecommitdiffstats
path: root/testing/awsy/conf/tp6-prefs.json
blob: 7b260f565ffc2b0a1da33aebcf9ec197934561c8 (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": ""
}