blob: e426c515fec109e9c001b02582a87449711a0f86 (
plain)
1
2
3
4
5
6
7
|
[DEFAULT]
["test_SpecialPowersSandbox.js"]
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https
["test_SpecialPowersSpawn.js"]
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https
|