Skip to content

Commit 49388f2

Browse files
committed
Bug 1554304 [wpt PR 17006] - CORB should block event-stream, gzip and x-www-form-urlencoded., a=testonly
Automatic update from web-platform-tests CORB should block event-stream, gzip and x-www-form-urlencoded. This CL adds CORB coverage for: 1) text/event-stream, application/x-www-form-urlencoded, based on the code review discussion in a previous CL here: https://chromium-review.googlesource.com/c/chromium/src/+/1604244/4/services/network/cross_origin_read_blocking.cc#227 2) application/gzip, which wasn't mentioned explicitly in the CR discussion above, but which is ranked #212 in the spreadsheet mentioned in whatwg/fetch#860 (comment) and therefore probably should have been included in r659671 together with x-gzip (ranked #54) and zip (ranked #71). Bug: 802836 Change-Id: I8c10f900110a2cb471437a19425bfd5e38aed2fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628809 Reviewed-by: Charlie Reis <creischromium.org> Commit-Queue: Łukasz Anforowicz <lukaszachromium.org> Cr-Commit-Position: refs/heads/master{#663824} -- wp5At-commits: 4308b47e147274f6702a0c1add77488fbc75a309 wpt-pr: 17006 UltraBlame original commit: 2c70fb58e7267888692dce4121614c1240f470d4
1 parent 65c6af6 commit 49388f2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

testing/web-platform/tests/fetch/corb/script-resource-with-nonsniffable-types.tentative.sub.html

+23
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,11 @@
521521
"
522522
application
523523
/
524+
gzip
525+
"
526+
"
527+
application
528+
/
524529
x
525530
-
526531
gzip
@@ -535,8 +540,26 @@
535540
"
536541
application
537542
/
543+
x
544+
-
545+
www
546+
-
547+
form
548+
-
549+
urlencoded
550+
"
551+
"
552+
application
553+
/
538554
zip
539555
"
556+
"
557+
text
558+
/
559+
event
560+
-
561+
stream
562+
"
540563
/
541564
/
542565
TODO

0 commit comments

Comments
 (0)