1
0

Added localhost to known networks on UseProxyHosting()

This commit is contained in:
2023-11-23 18:52:49 +01:00
parent 1576e78686
commit 3610f720ed
2 changed files with 15 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `ConfigureAwait(false)` to async calls where appropriate
- Added localhost and private IPv6 subnet to `UseProxyHosting()`
### Changed