We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7552b6d commit 314185eCopy full SHA for 314185e
test/testSelenium.js
@@ -49,7 +49,6 @@ suite('selenium', function() {
49
var profilePath = temp.mkdirSync('marco');
50
51
var profile = new firefox.Profile(profilePath);
52
- profile.acceptUntrustedCerts();
53
profile.setPreference('security.turn_off_all_security_so_that_viruses_can_take_over_this_computer', true);
54
profile.setPreference('extensions.checkCompatibility.nightly', false);
55
// Only allow installation of third-party addons from the user's profile dir (needed to block the third-party
0 commit comments