Bug 1887712 - remove the unused prompts.modalType.httpAuth pref, r=pbz,necko-reviewers,credential-management-reviewers,sgalich,issammani,valentin

Differential Revision: https://phabricator.services.mozilla.com/D206684
This commit is contained in:
Gijs Kruitbosch
2024-04-08 13:46:38 +00:00
parent 596cecbf3d
commit 9c18cb7527
20 changed files with 22 additions and 85 deletions

View File

@@ -2,10 +2,6 @@ let { HttpServer } = ChromeUtils.importESModule(
"resource://testing-common/httpd.sys.mjs"
);
let authPromptModalType = Services.prefs.getIntPref(
"prompts.modalType.httpAuth"
);
let server = new HttpServer();
server.registerPathHandler("/file.html", fileHandler);
server.start(-1);