mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201535 - Disable view source tabs for Beta / Release. r=bz
This commit is contained in:
parent
650b521caa
commit
39209e064f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user