Skip to content

Commit dabf221

Browse files
author
Jaap Roes
authored
Update django-cors-headers links (encode#8176)
1 parent 380ac8e commit dabf221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/ajax-csrf-cors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ In order to make AJAX requests, you need to include CSRF token in the HTTP heade
3131

3232
The best way to deal with CORS in REST framework is to add the required response headers in middleware. This ensures that CORS is supported transparently, without having to change any behavior in your views.
3333

34-
[Otto Yiu][ottoyiu] maintains the [django-cors-headers] package, which is known to work correctly with REST framework APIs.
34+
[Adam Johnson][adamchainz] maintains the [django-cors-headers] package, which is known to work correctly with REST framework APIs.
3535

3636
[cite]: https://blog.codinghorror.com/preventing-csrf-and-xsrf-attacks/
3737
[csrf]: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)
3838
[csrf-ajax]: https://docs.djangoproject.com/en/stable/ref/csrf/#ajax
3939
[cors]: https://www.w3.org/TR/cors/
40-
[ottoyiu]: https://github.com/ottoyiu/
41-
[django-cors-headers]: https://github.com/ottoyiu/django-cors-headers/
40+
[adamchainz]: https://github.com/adamchainz
41+
[django-cors-headers]: https://github.com/adamchainz/django-cors-headers

0 commit comments

Comments
 (0)