This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
799 commits
to master
since this release
0.134.0 (2020-04-16)
Bug Fixes
- make http api only accept POST requests (#2977) (943d4a8)
- pass timeout arg to server (#2979) (049f085)
BREAKING CHANGES
-
Where we used to accept all and any HTTP methods, now only POST is
accepted. The API client will now only send POST requests too. -
test: add tests to make sure we are post-only
-
chore: upgrade ipfs-utils
-
fix: return 405 instead of 404 for bad methods
-
fix: reject browsers that do not send an origin
Also fixes running interface tests over http in browsers against
js-ipfs