From ad3d999c401b7906e6b1bec294dcb45570090433 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Wed, 8 Jul 2015 12:19:40 +0300 Subject: [PATCH] Readme: add workaround to blocked 3rd-party cookies Per suggestion in the issue #8: https://github.com/facebook/react-devtools/issues/8#issuecomment-117789730 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7698458e69..06d96985d9 100644 --- a/README.md +++ b/README.md @@ -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