Backed out changeset a2f2005b8637 (bug 1943272) for causing xpcshell failures @ test_autofill_originsAndQueries.js CLOSED TREE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user