Skip to content

Commit

Permalink
(WF68) Disable the HTML about:addons page by default.
Browse files Browse the repository at this point in the history
Reason: The new design requires more clicks to achieve the same results, the former about:addons page is similar to the one in Waterfox 56, the former about:addons page is also desirable for Waterfox 68 since it is based on XUL / XBL instead of HTML. Not locking this pref, one may revert to the new HTML about:addons page if desired. No difference in functionality.
  • Loading branch information
Peacock365 authored Oct 13, 2019
1 parent 6d5be5f commit 0691113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5204,7 +5204,7 @@ pref("extensions.webextensions.enablePerformanceCounters", true);
pref("extensions.webextensions.performanceCountersMaxAge", 5000);

// The HTML about:addons page.
pref("extensions.htmlaboutaddons.enabled", true);
pref("extensions.htmlaboutaddons.enabled", false);
// Whether to allow the inline options browser in HTML about:addons page.
pref("extensions.htmlaboutaddons.inline-options.enabled", true);
// Show recommendations on the extension and theme list views.
Expand Down

0 comments on commit 0691113

Please sign in to comment.