bug 978072 update social activation domain, r=felipe

This commit is contained in:
Shane Caraveo 2014-02-28 13:28:00 -05:00
Родитель 78f54b2408
Коммит 5bb497da7e
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -4153,9 +4153,9 @@ pref("social.enabled", false);
// providers that can install from their own website without user warnings.
// entries are
pref("social.whitelist", "https://mozsocial.cliqz.com,https://now.msn.com,https://mixi.jp");
// omma separated list of domain origins (e.g. https://domain.com) for directory
// websites (e.g. AMO) that can install providers for other sites
pref("social.directories", "https://addons.mozilla.org");
// comma separated list of domain origins (e.g. https://domain.com) for
// directory websites (e.g. AMO) that can install providers for other sites
pref("social.directories", "https://activations.mozilla.org");
// remote-install allows any website to activate a provider, with extended UI
// notifying user of installation. we can later pref off remote install if
// necessary. This does not affect whitelisted and directory installs.