Skip to content

Commit

Permalink
shorten short_description
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Jan 19, 2024
1 parent 71400bb commit b8e7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/cors/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
topic: cors
display_name: Cross-origin resource sharing (CORS)
short_description: CORS is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served.
short_description: CORS is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain.
related: xhr, ajax, jsonp, content-security-policy
wikipedia_url: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
url: https://fetch.spec.whatwg.org/#http-cors-protocol
Expand Down

0 comments on commit b8e7d64

Please sign in to comment.