Skip to content

Commit 99caeca

Browse files
committed
disable signature checking requirement for new versions of firefox
1 parent 3f14462 commit 99caeca

File tree

1 file changed

+2
-0
lines changed
  • test/firefox/test_profile_skeleton

1 file changed

+2
-0
lines changed

test/firefox/test_profile_skeleton/prefs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ user_pref("browser.safebrowsing.malware.enabled", false);
1717
// Debugger, but the Browser Toolbox is just about as good).
1818
user_pref("devtools.chrome.enabled", true);
1919
user_pref("devtools.debugger.remote-enabled", true);
20+
// Disable signature requirement so we can run testing addons
21+
user_pref("xpinstall.signatures.required", false);

0 commit comments

Comments
 (0)