From 3457fe9b06494d1d955950face15121b1dc1cd13 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 6 Oct 2017 23:03:38 +1300 Subject: [PATCH] Updated 1.7 Extension Exceptions (markdown) --- 1.7-Extension-Exceptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.7-Extension-Exceptions.md b/1.7-Extension-Exceptions.md index f0e6806..b31a005 100644 --- a/1.7-Extension-Exceptions.md +++ b/1.7-Extension-Exceptions.md @@ -4,14 +4,14 @@ Cookies control access to **local storage** and **indexedDB**. The `ghacks user. 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. +1 `Extensions` = Web Extensions API, `Legacy Extensions` = legacy APIs or the Add-on SDK. + :small_orange_diamond: Strategy You have two choices - Allow first party cookies and use an extension to clean up and/or block cookies and storage - Deny all cookies and use site exceptions, **including** exceptions for extensions that need it. And you can still use an extension to clean up and control those cookies and storage if you want. -1 `Extensions` = Web Extensions API, `Legacy Extensions` = legacy APIs or the Add-on SDK. - :small_orange_diamond: How To Set Extension Cookie Exceptions - Open `about:debugging > Add-ons`