disable forward secrecy for now, fix autocomplete for to address in mail
This commit is contained in:
parent
3ab8681b24
commit
2601263b87
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ def accept_upload(request):
|
|||
resp = 'failure'
|
||||
data = request.get_data()
|
||||
data_size = sys.getsizeof(data)
|
||||
print(data)
|
||||
|
||||
if data_size < 30:
|
||||
resp = 'size'
|
||||
elif data_size < 100000000:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue