refactor: change the WITH_ONION env var and use FORCE_HTTPS instead

This commit is contained in:
Eneko Illarramendi
2020-04-23 18:37:22 +02:00
parent e461e34fc0
commit 4bf93d36c6
7 changed files with 25 additions and 11 deletions
+1
View File
@@ -49,6 +49,7 @@ class Status:
FORBIDDEN = 403
NOT_FOUND = 404
METHOD_NOT_ALLOWED = 405
UPGRADE_REQUIRED = 426
TOO_MANY_REQUESTS = 429
INTERNAL_SERVER_ERROR = 500