11 lines
499 B
TOML
11 lines
499 B
TOML
[DEFAULT]
|
|
|
|
["test_SpecialPowersForProcessSpawn.js"]
|
|
prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https
|
|
support-files = ["file_xorigin_frames.html"]
|
|
|
|
["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
|