forked from mirrors/gecko-dev
Bug 1723729 - Remove tart.ico from broken chrome:// URI allowlist. r=Gijs,necko-reviewers,valentin
Depends on D122377 Differential Revision: https://phabricator.services.mozilla.com/D122378
This commit is contained in:
parent
33bebfc160
commit
7832d15b03
1 changed files with 0 additions and 5 deletions
|
|
@ -3386,11 +3386,6 @@ void CheckForBrokenChromeURL(nsILoadInfo* aLoadInfo, nsIURI* aURI) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bug 1723729
|
|
||||||
if (spec.EqualsLiteral("chrome://tart/content/tart.ico")) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (xpc::IsInAutomation()) {
|
if (xpc::IsInAutomation()) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (NS_IsMainThread()) {
|
if (NS_IsMainThread()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue