mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[palemoon] lock browser.tabs.remote.* to prevent crash if user tries to enable them.
This commit is contained in:
parent
102302fa48
commit
e578dccb6d
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
lock_pref("browser.tabs.remote", false);
|
||||
lock_pref("browser.tabs.remote.force-enable", false);
|
||||
lock_pref("extensions.e10sBlocksEnabling", true);
|
||||
#endif
|
||||
|
||||
pref("browser.chromeURL","chrome://browser/content/");
|
||||
pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindow.xul");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue