Private
Public Access
1
0

passes tests!

This commit is contained in:
Sander Roosendaal
2019-03-22 15:48:06 +01:00
parent 41f739726e
commit 8e29b616b1
6 changed files with 2539 additions and 16 deletions

View File

@@ -349,7 +349,7 @@ def upload_options(body):
uploadoptions = {}
body = cleanbody(body)
try:
yml = (yaml.load(body))
yml = (yaml.safe_load(body))
if yml and 'fromuploadform' in yml:
return yml
try: