Skip to content

Commit

Permalink
cors.md: Add CORS spec link
Browse files Browse the repository at this point in the history
  • Loading branch information
xqq committed Oct 29, 2016
1 parent 0d70ea8 commit b1e6412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ Access-Control-Allow-Headers: range
[Preflight OPTIONS]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Preflighted_requests

## Reference
We strongly advise you to read [HTTP access control (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) document carefully.
We strongly advise you to read [HTTP access control (CORS)][] and [CORS spec][] document carefully.

[HTTP access control (CORS)]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
[CORS spec]: https://www.w3.org/TR/cors/

0 comments on commit b1e6412

Please sign in to comment.