зеркало из https://github.com/mozilla/gecko-dev.git
Bug 714299 - Manifest fetched on install shouldn't be cached [r=mayhemer]
This commit is contained in:
Родитель
b0a3cbdea8
Коммит
b03a459610
|
@ -125,6 +125,7 @@ WebappsRegistry.prototype = {
|
|||
let requestID = this.getRequestId(request);
|
||||
let xhr = Cc["@mozilla.org/xmlextras/xmlhttprequest;1"].createInstance(Ci.nsIXMLHttpRequest);
|
||||
xhr.open("GET", aURL, true);
|
||||
xhr.channel.loadFlags |= Ci.nsIRequest.VALIDATE_ALWAYS;
|
||||
|
||||
xhr.addEventListener("load", (function() {
|
||||
if (xhr.status == 200) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче