LemmyNet / activitypub-federation-rust

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

add a separate allow_http flag #54

Closed phiresky closed 1 year ago

phiresky commented 1 year ago

this adds a separate configuration to allow http connections. It defaults to debug, so this should be backwards-compatible.

I need this for local performance benchmarking that has to run in prod mode. But I also think this kind of functionality shouldn't be coupled to the build mode anyways.