We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bcf1a commit 357b32cCopy full SHA for 357b32c
index.html
@@ -51,6 +51,10 @@ <h2>Around the web</h2>
51
Another CORS guide -
52
{% include external-link.html href="https://javascript.info/fetch-crossorigin" %}
53
</li>
54
+ <li>
55
+ How to win at CORS -
56
+ {% include external-link.html href="https://jakearchibald.com/2021/cors/" %}
57
+ </li>
58
<li>
59
CORS on MDN -
60
{% include external-link.html href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" %}
0 commit comments