ipfs-postmsg-proxy icon indicating copy to clipboard operation
ipfs-postmsg-proxy copied to clipboard

Add support for post call hooks

Open lidel opened this issue 7 years ago • 0 comments
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)

lidel avatar Jul 28 '18 16:07 lidel