Skip to content

Commit 4562dd4

Browse files
committed
Expand on ssrf protection opt-outs
1 parent 25b4cf8 commit 4562dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Added default validation function to disallow loopback and private IP ranges in discovered URIs, to mitigate SSRF attacks.
1717
* Added override on `ToString()` on `AtProtoCredential` to return a redacted string in case of accidental logging.
1818
* Added default SSRF protections to `AtProtoAgent`, `AtProtoHttpClient` and `AtProtoJetStream` with [idunno.Security.Ssrf](https://github.com/blowdart/idunno.Security.Ssrf/blob/main/src/idunno.Security.Ssrf/).
19-
This can be disabled by passing your own `HttpClient`.
19+
This can be disabled by passing your own `HttpClient` when creating an agent, or into `AtProtoHttpClient`.
2020
* Added `AllowLoopback` parameter to `BuildOAuth2LoginUri` to allow loopback addresses in discovered URIs for testing and development purposes. This is disabled by default.
2121

2222
### idunno.AtProto.Types

0 commit comments

Comments
 (0)