Set multiprocessCompatible to false
This is the default, but it looks like Mozilla may start enabling e10s for extensions that don't explicitly set this to false at some point [1] before they turn it on in all cases. [1] https://wiki.mozilla.org/Electrolysis#Add-ons_Schedule
This commit is contained in:
parent
c477d482bf
commit
90485087ed
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
|
||||
<em:iconURL>chrome://zotero/skin/zotero-new-z-48px.png</em:iconURL>
|
||||
<em:updateURL>https://www.zotero.org/download/update-source.rdf</em:updateURL>
|
||||
<em:multiprocessCompatible>false</em:multiprocessCompatible>
|
||||
<em:type>2</em:type> <!-- type=extension -->
|
||||
|
||||
<!-- Firefox -->
|
||||
|
|
Loading…
Reference in a new issue