Fix AllowedHosts configuration (#452)

Addresses #451
This commit is contained in:
Jass Bagga 2018-04-05 10:08:40 -07:00 committed by GitHub
parent 8a368b5610
commit 4236f0e51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -36,5 +36,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}

View File

@ -36,5 +36,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}

View File

@ -23,5 +23,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}

View File

@ -4,5 +4,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}

View File

@ -4,5 +4,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}

View File

@ -4,5 +4,5 @@
"Default": "Warning"
}
},
"AllowedHosts": [ "*" ]
"AllowedHosts": "*"
}