File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ More information can be found in the [Documentation](https://django-rest-durin.r
454
454
[ basicauth ] : https://tools.ietf.org/html/rfc2617
455
455
[ permission ] : permissions.md
456
456
[ throttling ] : throttling.md
457
- [ csrf-ajax ] : https://docs.djangoproject.com/en/stable/ref /csrf/#ajax
457
+ [ csrf-ajax ] : https://docs.djangoproject.com/en/stable/howto /csrf/#using-csrf-protection-with- ajax
458
458
[ mod_wsgi_official ] : https://modwsgi.readthedocs.io/en/develop/configuration-directives/WSGIPassAuthorization.html
459
459
[ django-oauth-toolkit-getting-started ] : https://django-oauth-toolkit.readthedocs.io/en/latest/rest-framework/getting_started.html
460
460
[ django-rest-framework-oauth ] : https://jpadilla.github.io/django-rest-framework-oauth/
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The best way to deal with CORS in REST framework is to add the required response
35
35
36
36
[ cite ] : https://blog.codinghorror.com/preventing-csrf-and-xsrf-attacks/
37
37
[ csrf ] : https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)
38
- [ csrf-ajax ] : https://docs.djangoproject.com/en/stable/ref /csrf/#ajax
38
+ [ csrf-ajax ] : https://docs.djangoproject.com/en/stable/howto /csrf/#using-csrf-protection-with- ajax
39
39
[ cors ] : https://www.w3.org/TR/cors/
40
40
[ adamchainz ] : https://github.com/adamchainz
41
41
[ django-cors-headers ] : https://github.com/adamchainz/django-cors-headers
You can’t perform that action at this time.
0 commit comments