From 90cc83eff2e48335144ba022c06436dfa2bd84a9 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 8 Dec 2017 03:12:31 +1300 Subject: [PATCH] Updated 1.5 Setting Extension Permission Exceptions (markdown) --- 1.5-Setting-Extension-Permission-Exceptions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1.5-Setting-Extension-Permission-Exceptions.md b/1.5-Setting-Extension-Permission-Exceptions.md index 5aa500b..7e4baa6 100644 --- a/1.5-Setting-Extension-Permission-Exceptions.md +++ b/1.5-Setting-Extension-Permission-Exceptions.md @@ -1,3 +1,7 @@ +:exclamation: This is supposedly fixed in FF59+ - see [1406675](https://bugzilla.mozilla.org/show_bug.cgi?id=1406675) + +--- + ### :small_orange_diamond: The Issue Cookies control access to **local storage** and **indexedDB**. The `ghacks user.js` denies cookies by default. This is the pref `network.cookie.cookieBehavior` (see `2701`). A value of `2` denies all cookies, a value of `1` allows first party only.