From 609171435b9369b90578781cfddd65e1c80a5129 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 29 Jun 2022 13:07:03 +0000 Subject: [PATCH] tidy reference --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index d888fa7..cdffe23 100644 --- a/user.js +++ b/user.js @@ -770,7 +770,7 @@ user_pref("privacy.partition.serviceWorkers", true); user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!"); /** SANITIZE ON SHUTDOWN: ALLOWS COOKIES + SITE DATA EXCEPTIONS FF102+ ***/ /* 2810: enable Firefox to clear items on shutdown (2811) - * [NOTE] Exceptions: A "cookie" block permission also controls "offlineApps" (2811). + * [NOTE] Exceptions: A "cookie" block permission also controls "offlineApps" (see note in 2811). * serviceWorkers require an "Allow" permission. For cross-domain logins, add exceptions for * both sites e.g. https://www.youtube.com (site) + https://accounts.google.com (single sign on) * [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes