Closed lidel closed 4 years ago
This PR adds a short section about diagnostic page at ipfs://bafkreiatfi5jmy2gzhjr5tixsqntof3pieuyibcbaz3riakaepx4ytoxfu
ipfs://bafkreiatfi5jmy2gzhjr5tixsqntof3pieuyibcbaz3riakaepx4ytoxfu
It should self-report an unique Origin based on the URL authority component (which in case of ipfs:// is CID: baf..), as stated in RFC 2396.
ipfs://
baf..
@autonome passing this is a prerequisite for secure sandbox provided by same-origin policy.
Closes #155
Deployed: https://ipfs.github.io/in-web-browsers/ipfs-protocol-handler-support-tests.html
Diagnostic page for Origin isolation provides examples now:
This PR adds a short section about diagnostic page at
ipfs://bafkreiatfi5jmy2gzhjr5tixsqntof3pieuyibcbaz3riakaepx4ytoxfu
It should self-report an unique Origin based on the URL authority component (which in case of
ipfs://
is CID:baf..
), as stated in RFC 2396.@autonome passing this is a prerequisite for secure sandbox provided by same-origin policy.
Closes #155