Skip to content

Commit

Permalink
docs: punt clearing cookies for now
Browse files Browse the repository at this point in the history
This removes note about Clear-Site-Data.
Tracked in ipfs/in-web-browsers#157

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Mar 4, 2020
1 parent d013df3 commit 14f0dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Options for changing behavior per hostname:
- requires respective `Paths` to be set
- requests for `http://{hostname}/ipfs/{cid}` will return redirect to `http://{cid}.ipfs.{hostname}`
- `false` – mount [path gateway](https://docs-beta.ipfs.io/how-to/address-ipfs-on-web/#path-gateway) at `http://{hostname}/ipfs/{cid}`
- **(not implemented yet)** due to the lack of Origin isolation, cookies and storage on `Paths` will be disabled by [Clear-Site-Data](https://github.com/ipfs/in-web-browsers/issues/157) header
<!-- **(not implemented yet)** due to the lack of Origin isolation, cookies and storage on `Paths` will be disabled by [Clear-Site-Data](https://github.com/ipfs/in-web-browsers/issues/157) header -->

#### Examples of common use cases

Expand Down

0 comments on commit 14f0dbd

Please sign in to comment.