blob: 08328fba3ec8069aa3be5610ecb059847126c710 (
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
|
[nosniff.sub.any.html]
prefs: [browser.opaqueResponseBlocking:true,
browser.opaqueResponseBlocking.filterFetchResponse:2]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[ORB should block opaque text/plain with nosniff]
expected: FAIL
[ORB should block opaque-response-blocklisted MIME type with nosniff]
expected: FAIL
[ORB should block opaque response with empty Content-Type and nosniff]
expected: FAIL
[nosniff.sub.any.worker.html]
prefs: [browser.opaqueResponseBlocking:true,
browser.opaqueResponseBlocking.filterFetchResponse:2]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[ORB should block opaque text/plain with nosniff]
expected: FAIL
[ORB should block opaque-response-blocklisted MIME type with nosniff]
expected: FAIL
[ORB should block opaque response with empty Content-Type and nosniff]
expected: FAIL
|