From f26db6d2c82bcbbad449f328be7284e2b6232894 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 6 Oct 2017 23:00:24 +1300 Subject: [PATCH] Updated 1.7 Extension Exceptions (markdown) --- 1.7-Extension-Exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.7-Extension-Exceptions.md b/1.7-Extension-Exceptions.md index 96eae92..1db277c 100644 --- a/1.7-Extension-Exceptions.md +++ b/1.7-Extension-Exceptions.md @@ -1,4 +1,4 @@ -Cookies control access to **local storage** and **indexedDB**. The `ghacks user.js` denies cookies by default. This is the pref `network.cookie.cookieBehavior` (2701). A value of `2` denies all cookies, a value of `1` allows first party only. +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. Extensions 1 that use local dom storage and/or indexedDB **will break** if they are not allowed a cookie, even though they do not actually set any. Extensions that use such storage include uBlock Origin, uMatrix, Stylus and Violentmonkey.