зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 89f98c8c01d4 (bug 1748506) as per whimboo's request.
This commit is contained in:
Родитель
20271059cf
Коммит
9abf7bc324
|
@ -3381,13 +3381,6 @@ void CheckForBrokenChromeURL(nsILoadInfo* aLoadInfo, nsIURI* aURI) {
|
|||
return;
|
||||
}
|
||||
|
||||
#ifdef ANDROID
|
||||
// See bug 1748506
|
||||
if (StringEndsWith(filePath, "/built_in_addons.json"_ns)) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Ignore fetches/xhrs, as they are frequently used in a way where
|
||||
// non-existence is OK (ie with fallbacks). This risks false negatives (ie
|
||||
// files that *should* be there but aren't) - which we accept for now.
|
||||
|
|
Загрузка…
Ссылка в новой задаче