LemmyNet / activitypub-federation-rust

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

Support fetches with redirect #76

Closed Nutomic closed 1 year ago

Nutomic commented 1 year 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.