xpcshell.toml (499B)
1 [DEFAULT] 2 3 ["test_SpecialPowersForProcessSpawn.js"] 4 prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https 5 support-files = ["file_xorigin_frames.html"] 6 7 ["test_SpecialPowersSandbox.js"] 8 prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https 9 10 ["test_SpecialPowersSpawn.js"] 11 prefs = ["dom.security.https_first=false"] #Disable https-first because createHttpServer does not support https