Improved Elmah access control

This commit is contained in:
2025-06-15 20:50:11 +02:00
parent 1da78b8356
commit b448c2c071
3 changed files with 31 additions and 7 deletions

View File

@@ -5,5 +5,13 @@
"Microsoft.AspNetCore": "Warning"
}
},
"EmbeddingsearchIndexer": {
"Elmah": {
"AllowedHosts": [
"127.0.0.1",
"::1"
]
}
},
"AllowedHosts": "*"
}