Backed out changeset a2f2005b8637 (bug 1943272) for causing xpcshell failures @ test_autofill_originsAndQueries.js CLOSED TREE

This commit is contained in:
Alexandru Marc
2025-01-24 09:37:55 +02:00
parent 634a499e17
commit 9596ea4d17

View File

@@ -209,7 +209,14 @@ export var UrlbarUtils = {
]),
// The favicon service stores icons for URLs with the following protocols.
PROTOCOLS_WITH_ICONS: ["about:", "http:", "https:", "file:"],
PROTOCOLS_WITH_ICONS: [
"chrome:",
"moz-extension:",
"about:",
"http:",
"https:",
"ftp:",
],
// Valid URI schemes that are considered safe but don't contain
// an authority component (e.g host:port). There are many URI schemes