Updated 1.7 Setting Extension Permission Exceptions (markdown)

Thorin-Oakenpants 2017-10-27 18:21:53 +13:00
parent ec43978e70
commit e75072f761

@ -16,7 +16,7 @@ Extensions <sup>1</sup> that use local dom storage and/or indexedDB **will break
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.
- 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 website cookies and storage if you want.
### :small_orange_diamond: How To Set Extension Cookie Exceptions