tests/firefox: add extension user.js test

This commit is contained in:
Yiheng He
2025-07-03 00:45:26 +08:00
committed by Austin Horstman
parent 1b25908d1d
commit 89af52d9a8
2 changed files with 12 additions and 0 deletions

View File

@@ -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}
'';
}
);

View File

@@ -0,0 +1,8 @@
// Generated by Home Manager.
user_pref("extensions.webextensions.ExtensionStorageIDB.enabled", false);