forked from GithubBackups/healthchecks
No CSRF check for /bounce endpoint
This commit is contained in:
parent
0d24d650f2
commit
68d591c677
@ -177,6 +177,7 @@ def badge(request, username, signature, tag):
|
||||
return HttpResponse(svg, content_type="image/svg+xml")
|
||||
|
||||
|
||||
@csrf_exempt
|
||||
@uuid_or_400
|
||||
def bounce(request, code):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user