Add CSRF trusted origins to support github codespaces.

This commit is contained in:
c0mputerguru
2024-03-18 17:33:02 +00:00
parent 57314c56c8
commit 5b3207bc24

View File

@@ -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.