Skip to content

Commit

Permalink
support X-Forwarded-Host via core:hosting:forwardedHeadersOptions:all…
Browse files Browse the repository at this point in the history
…owedHosts setting
  • Loading branch information
alexeybannov committed Mar 21, 2024
1 parent 5eef518 commit f042f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
},
"forwardedHeadersOptions": {
"knownNetworks": [],
"knownProxies": ["127.0.0.1"]
"knownProxies": ["127.0.0.1"],
"allowedHosts": []
}
},
"themelimit": "9",
Expand Down

0 comments on commit f042f2b

Please sign in to comment.