warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 10 forks source link

Fetch unknown remote contexts on-demand #100

Closed warriordog closed 10 months ago

warriordog commented 1 year ago

Accurate conversion of a JSON-LD document requires all remote contexts to be recursively downloaded. This will be very tricky to implement and needs to expose extensive options, including a global disable flag.

Blocked by #99, #98, #97, and #95.

warriordog commented 10 months ago

Upon further thought, fuck this. It's not worth the extreme effort and complex security concerns. It can be implemented as a plugin / extension if needed.