Skip to content

Commit

Permalink
Bump default Firefox compatversion to 115.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Feb 4, 2025
1 parent 1421e32 commit 5d8d58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pref("general.useragent.locale", "chrome://global/locale/intl.properties");
// Platform User-agent compatibility mode default settings
pref("general.useragent.compatMode.gecko", false);
pref("general.useragent.compatMode.firefox", false);
pref("general.useragent.compatMode.version", "102.0");
pref("general.useragent.compatMode.version", "115.0");
pref("general.useragent.appVersionIsBuildID", false);

// In order to disable all overrides by default, don't initialize
Expand Down

0 comments on commit 5d8d58f

Please sign in to comment.