mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Fix the preference for e10s (enabled by default, disable if user wants to)
This commit is contained in:
parent
b386e2fed1
commit
498b121c86
3 changed files with 11 additions and 0 deletions
|
|
@ -55,6 +55,9 @@
|
|||
<preference id="browser.tabs.remote.force-enable"
|
||||
name="browser.tabs.remote.force-enable"
|
||||
type="bool"/>
|
||||
<preference id="browser.tabs.remote.force-disable"
|
||||
name="browser.tabs.remote.force-disable"
|
||||
type="bool"/>
|
||||
|
||||
<!-- Network tab -->
|
||||
<preference id="browser.cache.disk.capacity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue