Bug 1942895 - Move FilterAdult into shared browser/modules folder r=home-newtab-reviewers,mconley

Differential Revision: https://phabricator.services.mozilla.com/D235259
This commit is contained in:
Punam Dahiya
2025-01-23 23:07:57 +00:00
parent 8719f47313
commit a7b627a8a4
16 changed files with 131 additions and 163 deletions

View File

@@ -219,17 +219,6 @@ const TEST_GLOBAL = {
return {};
},
},
"@mozilla.org/security/hash;1": {
createInstance() {
return {
init() {},
updateFromStream() {},
finish() {
return "0";
},
};
},
},
"@mozilla.org/updates/update-checker;1": { createInstance() {} },
"@mozilla.org/widget/useridleservice;1": {
getService() {