Skip to content

Commit 6789dc7

Browse files
authored
fix typo
1 parent 5eaa819 commit 6789dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ user_pref("browser.contentblocking.category", "strict");
714714
/* 2710: enable state partitioning of service workers [FF96+] ***/
715715
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
716716
/* 2720: enable APS (Always Partitioning Storage) ***/
717-
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+] [DEFAULT: true FF109+}
717+
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+] [DEFAULT: true FF109+]
718718
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); // [FF105+] [DEFAULT: false FF109+]
719719

720720
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/

0 commit comments

Comments
 (0)