Skip to content

Commit

Permalink
[AJP-2] Fix security vulnurability
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Grund authored and Anna Grund committed Sep 27, 2023
1 parent 5dcaa87 commit da756a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ajapaik/ajapaik_object_categorization/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def propose_alternative_category(request: HttpRequest) -> HttpResponse:
return response.success()


@csrf_exempt
def post_image_category_result_table(request: HttpRequest) -> HttpResponse:
if request.method != 'POST':
return response.not_supported()
Expand Down

0 comments on commit da756a2

Please sign in to comment.