Skip to content
Snippets Groups Projects
Commit f1ee6d38 authored by nimrod's avatar nimrod
Browse files

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

parent d86c058d
No related branches found
No related tags found
No related merge requests found
Pipeline #3176 passed
...@@ -12,7 +12,7 @@ app.config["MAX_CONTENT_LENGTH"] = 128 ...@@ -12,7 +12,7 @@ app.config["MAX_CONTENT_LENGTH"] = 128
client = docker.from_env() 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") CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud-nextcloud-1")
NAME = os.getenv("NC_NAME", "Nimrod Adar") NAME = os.getenv("NC_NAME", "Nimrod Adar")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment