ipfs-postmsg-proxy
ipfs-postmsg-proxy copied to clipboard
Add support for post call hooks
trafficstars
Things like ACL or input sanitization can be performed in pre call hook, but we are missing post call hooks where we could do things like:
- sanitation of sensitive fields in returned API response (eg. limiting means for fingerprinting)
- peeking at response and executing gateway preload (https://github.com/ipfs-shipyard/ipfs-companion/issues/546)