Commit f1ee6d38 authored by nimrod's avatar nimrod
Browse files

fixup! Improve security by restricting the usage of the response.

parent d86c058d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ app.config["MAX_CONTENT_LENGTH"] = 128
client = docker.from_env()


ALLOWED_ORIGIN = os.getent("ALLOWED_ORIGIN", "https://www.shore.co.il")
ALLOWED_ORIGIN = os.getenv("ALLOWED_ORIGIN", "https://www.shore.co.il")
CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud-nextcloud-1")
NAME = os.getenv("NC_NAME", "Nimrod Adar")