mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/firefox: add extension user.js test
This commit is contained in:
committed by
Austin Horstman
parent
1b25908d1d
commit
89af52d9a8
@@ -34,6 +34,10 @@ in
|
||||
assertFileContent \
|
||||
"home-files/${cfg.profilesPath}/extensions/browser-extension-data/uBlock0@raymondhill.net/storage.js" \
|
||||
${./expected-storage.js}
|
||||
|
||||
assertFileContent \
|
||||
"home-files/${cfg.profilesPath}/extensions/user.js" \
|
||||
${./expected-user.js}
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
// Generated by Home Manager.
|
||||
|
||||
|
||||
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.enabled", false);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user