storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

Set CORS headers on responses #47

Closed adamalton closed 2 years ago

adamalton commented 2 years ago

Currently we're not settings CORS headers on any of the responses, because I made the incorrect assumption when I set this up that the endpoints wouldn't be called from a browser.

We can copy over the stuff from we3.storage, see: