mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
Bug 878327 - Disable the Marketplace payment provider prefs in Beta and Release channels. r=wesj
This commit is contained in:
parent
327a300d21
commit
21b22ec691
@ -730,11 +730,13 @@ pref("browser.contentHandlers.types.3.type", "application/vnd.mozilla.maybe.feed
|
||||
pref("media.webaudio.enabled", true);
|
||||
#endif
|
||||
|
||||
#ifndef RELEASE_BUILD
|
||||
pref("dom.payment.provider.0.name", "Firefox Marketplace");
|
||||
pref("dom.payment.provider.0.description", "marketplace.firefox.com");
|
||||
pref("dom.payment.provider.0.uri", "https://marketplace.firefox.com/mozpay/?req=");
|
||||
pref("dom.payment.provider.0.type", "mozilla/payments/pay/v1");
|
||||
pref("dom.payment.provider.0.requestMethod", "GET");
|
||||
#endif
|
||||
|
||||
// This needs more tests and stability fixes first, as well as UI.
|
||||
pref("media.navigator.enabled", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user