diff --git a/1.7-Setting-Extension-Permission-Exceptions.md b/1.7-Setting-Extension-Permission-Exceptions.md index 547977d..ab7979f 100644 --- a/1.7-Setting-Extension-Permission-Exceptions.md +++ b/1.7-Setting-Extension-Permission-Exceptions.md @@ -9,6 +9,7 @@ Extensions 1 that use local dom storage and/or indexedDB **will break :exclamation: Note: Private Browsing mode (currently) does not allow IndexedDB 1 `Extensions` = Web Extensions API, `Legacy Extensions` = legacy APIs or the Add-on SDK. + 2 Some extensions have built in fallbacks to limit or resolve breakage, but the best solution is to allow IndexedDB, which is faster. ### :small_orange_diamond: Strategy @@ -28,7 +29,7 @@ You have two choices ![](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/wikipiki/exceptions01.png) -### :small_orange_diamond: Notes +### :small_orange_diamond: Note - The exception uses the extension's `Internal UUID`, which is a random unique value generated on each install of the extension. So be aware of that if you uninstall and reinstall. - You can view cookie exceptions under Options > Privacy & Security > History > custom settings > Accept cookies from websites > Exceptions