From 3dccbfb9520f6c423c96894441c7f2eeca1da626 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 7 Dec 2017 17:22:55 +1300 Subject: [PATCH] Updated 1.3 Implementation (markdown) --- 1.3-Implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 45c1276..c4eccdd 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -28,7 +28,7 @@ * Cookies control access to local storage and IndexedDB * Extensions (not Legacy Extensions) have more limited options for persistent storage, and many use IndexedDB * If you block all cookies by default, then you will need to allow a cookie exception for some Extensions, including uBlock Origin, uMatrix, Stylus, and Violentmonkey - * See [Setting Extension Permission Exceptions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.7-Setting-Extension-Permission-Exceptions) + * See [Setting Extension Permission Exceptions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Setting-Extension-Permission-Exceptions) - First Party Isolation (4001) is enabled by default * Cookie extensions currently cannot control persistent storage with FPI Origin Attributes [1381197](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197)