blob: 0c63b8317d383662e58661fa7df0ed9ca34726d5 (
plain)
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
|
[DEFAULT]
["browser_beforeunload_permit_http.js"]
support-files = ["file_beforeunload_permit_http.html"]
["browser_downgrade_mixed_content_auto_upgrade_console.js"]
support-files = [
"file_mixed_content_auto_upgrade.html",
"pass.png",
"test.ogv",
"test.wav",
]
["browser_downgrade_view_source.js"]
support-files = ["file_downgrade_view_source.sjs"]
["browser_download_attribute.js"]
support-files = [
"file_download_attribute.html",
"file_download_attribute.sjs",
]
["browser_httpsfirst.js"]
support-files = ["file_httpsfirst_timeout_server.sjs"]
["browser_httpsfirst_console_logging.js"]
["browser_httpsfirst_speculative_connect.js"]
support-files = ["file_httpsfirst_speculative_connect.html"]
["browser_mixed_content_console.js"]
support-files = ["file_mixed_content_console.html"]
["browser_mixed_content_download.js"]
support-files = [
"download_page.html",
"download_server.sjs",
]
["browser_navigation.js"]
support-files = ["file_navigation.html"]
["browser_schemeless.js"]
["browser_slow_download.js"]
support-files = [
"file_slow_download.html",
"file_slow_download.sjs",
]
["browser_superfluos_auth.js"]
["browser_upgrade_onion.js"]
|