mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 836016 - Cannot reinstall an app after uninstalling it. r=fabrice
This commit is contained in:
parent
c3fdb25c61
commit
2df4fee39a
@ -1630,7 +1630,7 @@ this.DOMApplicationRegistry = {
|
||||
|
||||
// Disallow reinstalls from the same origin for now.
|
||||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=821288
|
||||
if (this._appId(app.origin) !== null) {
|
||||
if (this._appId(app.origin) !== null && this._isLaunchable(app.origin)) {
|
||||
sendError("REINSTALL_FORBIDDEN");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user