Skip to content

Commit e1034fa

Browse files
readme: extension cookie exceptions
1 parent d4cfd1e commit e1034fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
3. If you skipped steps 1 and 2 above (shame on you), then here is the absolute minimum
2020
* Auto-installing updates for Firefox and extensions are disabled (section 0302's)
2121
* Some user data is erased on close (section 2800), namely history (browsing, form, download)
22-
* Cookies (and thus logins) are denied by default (2701). Use site exceptions or an extension
22+
* Cookies are denied by default (2701), we use site exceptions. This breaks extensions
23+
that use IndexedDB, so you need to allow exceptions for those as well: see [1] below
24+
[1] https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.7-Setting-Extension-Permission-Exceptions
2325
* EACH RELEASE check:
2426
- 4600s: reset prefs made redundant due to privacy.resistFingerprinting (RPF)
2527
or enable them as an alternative to RFP or for ESR users

0 commit comments

Comments
 (0)