We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(did not look into this too deep, filling issue so we dont forget to investigate at some point)
Right now (v4.3.0) in Chrome v128 every RPC call done cross origin (https://webui.ipfs.io/, https://bafybeiev6pghzkw7bnyt73sompnrszdwjfuvyzl5tg43v5bfwewqn7an4a.on.fleek.co/) triggers a preflight call (?):
We should see if we can avoid this, perhaps by adjusting cache control or Access-Control-Max-Age headers returned by Kubo.
Access-Control-Max-Age
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(did not look into this too deep, filling issue so we dont forget to investigate at some point)
Right now (v4.3.0) in Chrome v128 every RPC call done cross origin (https://webui.ipfs.io/, https://bafybeiev6pghzkw7bnyt73sompnrszdwjfuvyzl5tg43v5bfwewqn7an4a.on.fleek.co/) triggers a preflight call (?):
We should see if we can avoid this, perhaps by adjusting cache control or
Access-Control-Max-Age
headers returned by Kubo.The text was updated successfully, but these errors were encountered: