Bug 1165577 - Remove originatingURI check from the addon-install-blocked observer. r=dtownsend

This commit is contained in:
Dão Gottwald 2015-05-19 12:30:07 +02:00
Родитель 4ba25031c9
Коммит ba65b5c091
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -94,11 +94,6 @@ const gXPInstallObserver = {
action, null, options);
break; }
case "addon-install-blocked": {
if (!options.displayOrigin) {
// Need to deal with missing originatingURI and with about:/data: URIs more gracefully,
// see bug 1063418 - but for now, bail:
return;
}
messageString = gNavigatorBundle.getFormattedString("xpinstallPromptMessage",
[brandShortName]);