Skip to content

Commit ac98e17

Browse files
committed
Specify that non-matching media type responses should be rejected.
1 parent b0896f2 commit ac98e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,8 @@ <h2>Integrity of Related Resources</h2>
32093209
use the media type in the `Accept` HTTP Header, and
32103210
</li>
32113211
<li>
3212-
use the media type in the `Content-Type` HTTP Header.
3212+
reject the response if it includes a `Content-Type` HTTP Header with a different
3213+
media type.
32133214
</li>
32143215
</ul>
32153216

0 commit comments

Comments
 (0)