Skip to content
Snippets Groups Projects
Verified Commit d6f9de15 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

add new trusted dev path

parent 0b555013
No related branches found
No related tags found
1 merge request!338Fix guest import
Pipeline #144011 passed
......@@ -7,6 +7,7 @@ ENVIRONMENT = "dev"
ALLOWED_HOSTS += ["localhost", "127.0.0.1", "0.0.0.0"]
CSRF_TRUSTED_ORIGINS = [
"http://localhost:3000",
"http://0.0.0.0:3000",
"http://localhost:8000",
"http://127.0.0.1:3000",
"http://127.0.0.1:8000",
......
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