Skip to content

Commit

Permalink
Firefox: Bumping up the max version
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 1, 2016
1 parent 1a2b40c commit 75b9300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>45.0</em:maxVersion>
<em:maxVersion>47.0</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
4 changes: 3 additions & 1 deletion javascript/firefox-driver/webdriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"dom.disable_open_during_load": false,
"extensions.autoDisableScopes": 10,
"extensions.blocklist.enabled": false,
"extensions.checkCompatibility.nightly": false,
"extensions.logging.enabled": true,
"extensions.update.enabled": false,
"extensions.update.notifyUser": false,
Expand All @@ -53,7 +54,8 @@
"toolkit.telemetry.prompted": 2,
"toolkit.telemetry.enabled": false,
"toolkit.telemetry.rejected": true,
"xpinstall.signatures.required": false
"xpinstall.signatures.required": false,
"xpinstall.whitelist.required": false
},
"mutable": {
"browser.dom.window.dump.enabled": true,
Expand Down

0 comments on commit 75b9300

Please sign in to comment.