Bug 614642 - HTTP Auth Prompt fail. r=mfinkle a=blocking-the-web

--HG--
extra : rebase_source : d6cb93f63b2099164b485b688326f596e4d01487
This commit is contained in:
Doug Turner 2010-12-02 13:06:37 -08:00
Родитель 4bcdfb18dc
Коммит 6b5910eaeb
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -592,7 +592,6 @@ Prompt.prototype = {
if (username.value && password.value) {
PromptUtils.setAuthInfo(aAuthInfo, username.value, password.value);
return true;
}
let ok;