Skip to content

Commit 314185e

Browse files
committed
Accepting untrusted certs for tests is no longer needed
1 parent 7552b6d commit 314185e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testSelenium.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ suite('selenium', function() {
4949
var profilePath = temp.mkdirSync('marco');
5050

5151
var profile = new firefox.Profile(profilePath);
52-
profile.acceptUntrustedCerts();
5352
profile.setPreference('security.turn_off_all_security_so_that_viruses_can_take_over_this_computer', true);
5453
profile.setPreference('extensions.checkCompatibility.nightly', false);
5554
// Only allow installation of third-party addons from the user's profile dir (needed to block the third-party

0 commit comments

Comments
 (0)