From 3ef4d611a3d6a6b5fdcd0871e86a221d12019a61 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 30 Jan 2020 17:58:58 +0100 Subject: [PATCH] docs: punt clearing cookies for now This removes note about Clear-Site-Data. Tracked in https://github.com/ipfs/in-web-browsers/issues/157 License: MIT Signed-off-by: Marcin Rataj --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index a592a98366d..43bf9d14ca2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 + #### Examples of common use cases