(function) def csrf_exempt(view_func: _F@csrf_exempt) -> _F@csrf_exempt
Mark a view function as being exempt from the CSRF view protection.
Make sure disabling CSRF protection is safe here. sonarlint(python:S4502)
How to fix this issue on sonarcloud?.
(function) def csrf_exempt(view_func: _F@csrf_exempt) -> _F@csrf_exempt
Mark a view function as being exempt from the CSRF view protection.
Make sure disabling CSRF protection is safe here. sonarlint(python:S4502)
siva k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.