This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
No CSRF check for /bounce endpoint
pull/117/head
Pēteris Caune
8 years ago
parent
0d24d650f2
commit
68d591c677
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hc/api/views.py
+ 1
- 0
hc/api/views.py
View File
@ -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
:
Write
Preview
Loading…
Cancel
Save