unified extensions button about:config setting

This commit is contained in:
Emma Tebibyte 2023-02-08 22:07:52 -05:00
parent b016f869dd
commit 9466d3d34a
1 changed files with 11 additions and 2 deletions

View File

@ -97,9 +97,18 @@ with this website. If not, see https://www.gnu.org/licenses/. -->
<a href="#features">Disable or Enable Features</a>
</h3>
<ul>
<li><code>extensions.unifiedExtensions.enabled = false</code></li>
<p>
Disables the new
<a href="https://blog.mozilla.org/addons/2022/11/17/unified-extensions-button-and-how-to-handle-permissions-in-manifest-v3/">
unified extensions button</a>.
</p>
<li><code>browser.urlbar.trimURLs = false</code></li>
<p>Disables the automatic trimming of the URL scheme from the URL
bar.</p>
<p>
Disables the automatic trimming of the URL scheme from the URL bar.
</p>
<li><code>image.jxl.enabled = true</code></li>
<p>Enables <a href="https://jpegxl.info/">JPEG XL</a> support in
LibreWolf.</p>