LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
409 stars 46 forks source link

Support fetches with redirect #76

Closed Nutomic closed 10 months ago

Nutomic commented 11 months ago

When fetching a URL with redirect, return the final URL and use that for verification instead of the original URL. Necessary for https://github.com/LemmyNet/lemmy/pull/4073. However this might cause some security problems, not sure.