Merge pull request #454 from aspnet/release/2.1
Fix AllowedHosts configuration (#452)
This commit is contained in:
Коммит
a56110bfab
|
@ -36,5 +36,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
|
@ -36,5 +36,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": [ "*" ]
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче