mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 820120 - Remove the browser.privatebrowsing.dont_prompt_on_enter pref in per-window private browsing builds; r=jdm
This commit is contained in:
parent
5d87335565
commit
23d2534887
@ -862,8 +862,10 @@ pref("security.alternate_certificate_error_page", "certerror");
|
|||||||
// Whether to start the private browsing mode at application startup
|
// Whether to start the private browsing mode at application startup
|
||||||
pref("browser.privatebrowsing.autostart", false);
|
pref("browser.privatebrowsing.autostart", false);
|
||||||
|
|
||||||
|
#ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
|
||||||
// Whether we should skip prompting before starting the private browsing mode
|
// Whether we should skip prompting before starting the private browsing mode
|
||||||
pref("browser.privatebrowsing.dont_prompt_on_enter", false);
|
pref("browser.privatebrowsing.dont_prompt_on_enter", false);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Don't try to alter this pref, it'll be reset the next time you use the
|
// Don't try to alter this pref, it'll be reset the next time you use the
|
||||||
// bookmarking dialog
|
// bookmarking dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user