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 2828# SECURITY WARNING: don't run with debug turned on in production!
2929DEBUG = True
3030
31- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
31+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
3232
3333CORS_ORIGIN_WHITELIST = [
3434 "http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 2727# SECURITY WARNING: don't run with debug turned on in production!
2828DEBUG = True
2929
30- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
3131
3232CORS_ORIGIN_WHITELIST = [
3333 "http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 2727# SECURITY WARNING: don't run with debug turned on in production!
2828DEBUG = True
2929
30- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
3131
3232CORS_ORIGIN_WHITELIST = [
3333 "http://localhost.org:8080" ,
Original file line number Diff line number Diff line change 2727# SECURITY WARNING: don't run with debug turned on in production!
2828DEBUG = True
2929
30- ALLOWED_HOSTS = ["localhost.org" , "0.0.0.0" ]
30+ ALLOWED_HOSTS = ["localhost.org" , "localhost" , " 0.0.0.0" ]
3131
3232CORS_ORIGIN_WHITELIST = [
3333 "http://localhost.org:8080" ,
You can’t perform that action at this time.
0 commit comments