fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
27 stars 4 forks source link

Allow "data" URIs in webfinger results. (#197) #198

Closed mexon closed 1 week ago

mexon commented 3 weeks ago

Data URIs do not have a network location. Nevertheless they are fully valid URIs.

Fixes #197

jernst commented 1 week ago

Thank you!