fix: add '*' wild card in common ALLOWED_HOSTS
This commit is contained in:
@@ -2258,6 +2258,10 @@ AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'
|
||||
def should_send_learning_badge_events(settings):
|
||||
return settings.BADGES_ENABLED
|
||||
|
||||
############################## ALLOWED_HOSTS ###############################
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
############################## Miscellaneous ###############################
|
||||
|
||||
COURSE_MODE_DEFAULTS = {
|
||||
|
||||
Reference in New Issue
Block a user