зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1201535 - Disable view source tabs for Beta / Release. r=bz
This commit is contained in:
Родитель
1fc875df31
Коммит
250a63a5ad
|
@ -1931,7 +1931,12 @@ pref("browser.pocket.oAuthConsumerKey", "40249-e88c401e1b1f2242d9e441c4");
|
|||
pref("browser.pocket.useLocaleList", true);
|
||||
pref("browser.pocket.enabledLocales", "cs de en-GB en-US en-ZA es-ES es-MX fr hu it ja ja-JP-mac ko nl pl pt-BR pt-PT ru zh-CN zh-TW");
|
||||
|
||||
// View source tabs are only enabled by default for Dev. Ed and Nightly.
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("view_source.tab", false);
|
||||
#else
|
||||
pref("view_source.tab", true);
|
||||
#endif
|
||||
|
||||
// Enable ServiceWorkers for Push API consumers.
|
||||
// Interception is still disabled.
|
||||
|
|
Загрузка…
Ссылка в новой задаче