Mentioning same-origin protection.

This commit is contained in:
Dan 2017-12-23 22:33:57 -08:00
parent 04d2391f26
commit c79f41ac37
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ their content from the IPFS network before rendering in the browser. In other
words, Intergalactic serves as a translation layer between HTTP and IPFS
without needing to go through a central server.
Additionally, Intergalactic treats each IPFS base hash as its own separate
[origin](https://en.wikipedia.org/wiki/Same-origin_policy). This helps avoid
cross-site request forgery among IPFS pages, even if they're all served on the
same domain.
## Installation
```shell