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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user