1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
|
[DEFAULT]
support-files = [
"head.js",
"discovery.html",
"moz.png",
"rich_moz_1.png",
"rich_moz_2.png",
"file_bug970276_favicon1.ico",
"file_generic_favicon.ico",
"file_with_favicon.html",
]
prefs = ["browser.chrome.guess_favicon=true"]
["browser_bug408415.js"]
["browser_bug550565.js"]
["browser_favicon_accept.js"]
support-files = [
"accept.html",
"accept.sjs",
]
["browser_favicon_auth.js"]
support-files = [
"auth_test.html",
"auth_test.png",
"auth_test.png^headers^",
]
["browser_favicon_cache.js"]
support-files = [
"cookie_favicon.sjs",
"cookie_favicon.html",
]
["browser_favicon_change.js"]
support-files = ["file_favicon_change.html"]
["browser_favicon_change_not_in_document.js"]
support-files = ["file_favicon_change_not_in_document.html"]
["browser_favicon_credentials.js"]
https_first_disabled = true
support-files = [
"credentials1.html",
"credentials2.html",
"credentials.png",
"credentials.png^headers^",
]
["browser_favicon_crossorigin.js"]
https_first_disabled = true
support-files = [
"crossorigin.html",
"crossorigin.png",
"crossorigin.png^headers^",
]
["browser_favicon_empty_data.js"]
support-files = [
"blank.html",
"file_favicon_empty.html",
]
["browser_favicon_load.js"]
https_first_disabled = true
support-files = [
"file_favicon.html",
"file_favicon.png",
"file_favicon.png^headers^",
"file_favicon_thirdParty.html",
]
["browser_favicon_nostore.js"]
https_first_disabled = true
support-files = [
"no-store.html",
"no-store.png",
"no-store.png^headers^",
]
["browser_favicon_referer.js"]
support-files = ["file_favicon_no_referrer.html"]
["browser_favicon_store.js"]
support-files = [
"datauri-favicon.html",
"file_favicon.html",
"file_favicon.png",
"file_favicon.png^headers^",
]
["browser_icon_discovery.js"]
["browser_invalid_href_fallback.js"]
https_first_disabled = true
support-files = ["file_invalid_href.html"]
["browser_missing_favicon.js"]
support-files = ["blank.html"]
["browser_mixed_content.js"]
support-files = [
"file_insecure_favicon.html",
"file_favicon.png",
]
["browser_multiple_icons_in_short_timeframe.js"]
["browser_oversized.js"]
support-files = [
"large_favicon.html",
"large.png",
]
["browser_preferred_icons.js"]
support-files = ["icon.svg"]
["browser_redirect.js"]
support-files = [
"file_favicon_redirect.html",
"file_favicon_redirect.ico",
"file_favicon_redirect.ico^headers^",
]
["browser_rich_icons.js"]
support-files = [
"file_rich_icon.html",
"file_mask_icon.html",
]
["browser_rooticon.js"]
https_first_disabled = true
support-files = ["blank.html"]
["browser_subframe_favicons_not_used.js"]
support-files = [
"file_bug970276_popup1.html",
"file_bug970276_popup2.html",
"file_bug970276_favicon2.ico",
]
["browser_title_flicker.js"]
https_first_disabled = true
support-files = [
"file_with_slow_favicon.html",
"blank.html",
"file_favicon.png",
]
|