You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
* Added default validation function to disallow loopback and private IP ranges in discovered URIs, to mitigate SSRF attacks.
17
17
* Added override on `ToString()` on `AtProtoCredential` to return a redacted string in case of accidental logging.
18
18
* 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`.
20
20
* Added `AllowLoopback` parameter to `BuildOAuth2LoginUri` to allow loopback addresses in discovered URIs for testing and development purposes. This is disabled by default.
0 commit comments