Bug 878327 - Disable the Marketplace payment provider prefs in Beta and Release channels. r=wesj

This commit is contained in:
Chris Peterson 2013-06-06 16:02:49 -07:00
Родитель 327a300d21
Коммит 21b22ec691
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);