Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Readme: add workaround to blocked 3rd-party cookies #100

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ or by inspecting [Facebook](https://www.facebook.com/).
Due to a [bug in Chrome](https://code.google.com/p/chromium/issues/detail?id=319328),
devtools extensions are unable to use `localStorage` if the "Block third-party
cookies and site data" option is checked in the Chrome content settings. Until
this bug is fixed, please make sure this preference is unchecked.
this bug is fixed, you can work around by adding React tools to your whitelist.
Open `chrome://settings/contentExceptions#cookies`, add `fmkadmapgofadopljbjfkapdkoienihi`
as a hostname pattern, and press `Enter`.

## Usage

Expand Down