Confirmed users
236
edits
m (→Firefox 31+) |
(Added dom.mozApps.signed_apps_installable_from to the instructions for Desktop) |
||
| Line 36: | Line 36: | ||
===Firefox 29 - 30=== | ===Firefox 29 - 30=== | ||
* Deprecated - its recommended to use Firefox 31 or higher instead (see below) | * Deprecated - its recommended to use Firefox 31 or higher instead (see below). If testing on these versions is necessary, an [https://addons.mozilla.org/en-US/android/addon/mkt-app-reviewer-certs/ add-on] can be installed to add reviewer certificates. | ||
===Firefox 31+=== | ===Firefox 31+=== | ||
No add-on needed. You just need to set the preference ''dom.mozApps.use_reviewer_certs'' to ''true''. | No add-on needed. You just need to set the preference ''dom.mozApps.use_reviewer_certs'' to ''true''. For Desktop, you also need to edit another pref to add the url for Marketplace-dev. | ||
====Android==== | ====Android==== | ||
| Line 49: | Line 46: | ||
# Launch the browser. | # Launch the browser. | ||
# In the URL field, type | # In the URL field, type <code>about:config</code> and hit enter. | ||
# Tap the big plus sign in the upper left corner to add a new preference. | # Tap the big plus sign in the upper left corner to add a new preference. | ||
# In the Name field, type | # In the Name field, type <code>dom.mozApps.use_reviewer_certs</code>. NOTE: this name is case sensitive, so make sure to type it exactly as shown. The lower case ''dom'' is often (mis-)corrected to ''Dom.'' | ||
# Tap the Toggle button to change the value shown under the name from ''false'' to ''true''. | # Tap the Toggle button to change the value shown under the name from ''false'' to ''true''. | ||
# Tap ''Create'' and you're done! | # Tap ''Create'' and you're done! | ||
====Desktop ==== | ====Desktop ==== | ||
# Launch the browser. | # Launch the browser. | ||
# In the URL field, type | # In the URL field, type <code>about:config</code> and hit enter. | ||
# Right-click on one of the preferences in the list to add a new boolean preference - New|Boolean. | # Right-click on one of the preferences in the list to add a new boolean preference - New|Boolean. | ||
# In the Name prompt, type | # In the Name prompt, type <code>dom.mozApps.use_reviewer_certs</code>. NOTE: this name is case sensitive, so make sure to type it exactly as shown. | ||
# For the next prompt chose ''true'' as the boolean value. | # For the next prompt chose ''true'' as the boolean value and click OK. | ||
# Once you press | # Search for <code>dom.mozApps.signed_apps_installable_from</code> and double click the line. | ||
# Change the text to <code>https://marketplace.firefox.com,https://marketplace-dev.allizom.org</code>. Make sure there's no space after the comma separating the two urls. | |||
# Once you press OK the preference is updated and you're done! | |||
<br style="clear:both;" /> | <br style="clear:both;" /> | ||