Closed
Description
We've made the Origin check more prominent in #148:
- If you don't know why Origin isolation matters, a good primer is at https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy
- If you care about security of websites loaded via your gateway, consider converting it to subdomain gateway (see config docs and recipes for go-ipfs). Gateways without origin isolation are now marked with
⚠️ sign, indicating they are not safe for use cases that require origin isolation.- FYSA we will disable local storage, cookies and some Web APIs on the path gateway in the near future (Sandbox resources loaded via a path gateway in-web-browsers#157), effectively forcing use of subdomain gateways in situations where a dapp or website requires credentials, local storage persistence and/or access to web APIs.
- This is a heads-up to migrate before this becomes a problem for your use case.