2.home-manager/tests
HPsaucii 27ffa35178 firefox: add support for configuring extensions
This commit refactors programs.firefox.profiles.<name>.extensions in
order to support both installation of extensions (addons) and their
configuration. It does this by setting the
`extensions.webextensions.ExtensionStorageIDB.enabled` user_pref to
false.

When this preference is set to false, support for storing extension
settings in sqlite databases, also known as IndexedDB or IDB, is
reverted back to the JSON format present in firefox versions prior to
version 63, as seen here:
https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/

IndexedDB was made the default due to performance improvements, but had
the consequence of removing any possibility of declarative extension
configuration without the assistance of firefox's policy system. The
policy system is supported by a small amount of extensions, such as
uBlock Origin, but has to be explicitly supported. Even when supported,
it provides significantly less granular control when compared to the
JSON storage format.
2025-02-17 12:17:38 -08:00
..
integration home-manager: move profile management 2025-01-03 11:22:59 +01:00
lib senpai: switch to scfg format 2024-03-15 11:42:17 +01:00
modules firefox: add support for configuring extensions 2025-02-17 12:17:38 -08:00
asserts.nix tests: avoid unnecessary test script interpolation 2025-02-04 22:46:40 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix yubikey-agent: init service module (#6446) 2025-02-14 15:10:24 -06:00
flake.nix home-manager: move tests into new test flake 2025-01-24 22:31:22 +01:00
stubs.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00