diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index db95c29ec..65c06c534 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,6 +20,10 @@ "ms-python.python" ] } + }, + + "containerEnv": { + "CSRF_TRUSTED_ORIGINS": "http://localhost:8000,http://localhost:8080" } // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.