File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/frontendIntegration Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
# SECURITY WARNING: don't run with debug turned on in production!
29
29
DEBUG = True
30
30
31
- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
31
+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
32
32
33
33
CORS_ORIGIN_WHITELIST = [
34
34
"http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 27
27
# SECURITY WARNING: don't run with debug turned on in production!
28
28
DEBUG = True
29
29
30
- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30
+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
31
31
32
32
CORS_ORIGIN_WHITELIST = [
33
33
"http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 27
27
# SECURITY WARNING: don't run with debug turned on in production!
28
28
DEBUG = True
29
29
30
- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30
+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
31
31
32
32
CORS_ORIGIN_WHITELIST = [
33
33
"http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 27
27
# SECURITY WARNING: don't run with debug turned on in production!
28
28
DEBUG = True
29
29
30
- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30
+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
31
31
32
32
CORS_ORIGIN_WHITELIST = [
33
33
"http://localhost.org:8080" ,
You can’t perform that action at this time.
0 commit comments