Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v118 #1724

Merged
merged 25 commits into from Oct 18, 2023
Merged

v118 #1724

Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
tidy deprecated values
  • Loading branch information
Thorin-Oakenpants committed Sep 29, 2023
commit e286464c73d132a4cc543abcc55d4349aef7409b
6 changes: 3 additions & 3 deletions user.js
Expand Up @@ -1153,10 +1153,10 @@ user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is m
// user_pref("security.pki.sha1_enforcement_level", "");
/* 9999: deprecated FF116-128 ***/
Thorin-Oakenpants marked this conversation as resolved.
Show resolved Hide resolved
// user_pref("dom.webnotifications.serviceworker.enabled", "");
// user_pref("layout.css.font-visibility.private", 1);
// user_pref("layout.css.font-visibility.private", "");
// user_pref("layout.css.font-visibility.resistFingerprinting", "");
// user_pref("layout.css.font-visibility.standard", 1);
// user_pref("layout.css.font-visibility.trackingprotection", 1);
// user_pref("layout.css.font-visibility.standard", "");
// user_pref("layout.css.font-visibility.trackingprotection", "");
// user_pref("permissions.delegation.enabled", "");
// user_pref("security.family_safety.mode", "");

Expand Down