Skip to content

Commit

Permalink
Do not require extensions to be signed
Browse files Browse the repository at this point in the history
A pref to require installs be signed by a Mozilla-issued
add-on signing certificate is set to true by default in
Firefox 41, causing the WebDriver Firefox extension
to fail to install. Setting it to false allows WebDriver
to continue working on Firefox 41 in lieu of being
signed.

Signed-off-by: Luke Inman-Semerau <[email protected]>
  • Loading branch information
joshbruning authored and lukeis committed Aug 17, 2015
1 parent 55a2524 commit ca1e60e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/firefox-driver/webdriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"toolkit.networkmanager.disable": true,
"toolkit.telemetry.prompted": 2,
"toolkit.telemetry.enabled": false,
"toolkit.telemetry.rejected": true
"toolkit.telemetry.rejected": true,
"xpinstall.signatures.required": false
},
"mutable": {
"browser.dom.window.dump.enabled": true,
Expand Down

0 comments on commit ca1e60e

Please sign in to comment.