Skip to content

Commit

Permalink
Reference Fetch spec rather than CORS spec
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
sideshowbarker committed Feb 18, 2021
1 parent 550b2d9 commit 036402c
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 @@ -361,7 +361,7 @@ spec: SHA2; urlPrefix: http://csrc.nist.gov/publications/fips/fips180-4/fips-180
In order to mitigate an attacker's ability to read data cross-origin by
brute-forcing values via integrity checks, responses are only eligible for such
checks if they are same-origin or are the result of explicit access granted to
the loading origin via Cross Origin Resource Sharing [[!CORS]].
the loading origin via Cross Origin Resource Sharing [[!Fetch]].

Note: As noted in
<a href="https://tools.ietf.org/html/rfc6454#section-4">RFC6454, section 4</a>,
Expand Down

0 comments on commit 036402c

Please sign in to comment.