Skip to content

Commit

Permalink
Make integrity violation behaviour compliant with RFC 2119
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwhittleton committed Jul 16, 2021
1 parent 5d4fc2a commit e806583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ spec: SHA2; urlPrefix: http://csrc.nist.gov/publications/fips/fips180-4/fips-180

## Handling integrity violations ## {#handling-integrity-violations}

The user agent will refuse to render or execute responses that fail an integrity
The user agent MUST refuse to render or execute responses that fail an integrity
check, instead returning a network error as defined in Fetch [[!Fetch]].

Note: On a failed integrity check, an `error` event is fired. Developers
Expand Down

0 comments on commit e806583

Please sign in to comment.