Skip to content

Commit

Permalink
Allow Anaconda to override Firefox shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett committed Dec 5, 2024
1 parent 56dc52e commit 7b2e4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firefox-theme/live/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ user_pref("dom.disable_open_during_load", false);

// Disable built in Password Manager / Password Generation
user_pref("signon.generation.enabled", false);

// Allow overriding Firefox shortcuts from page JS
user_pref("permissions.default.shortcuts", "1");

0 comments on commit 7b2e4e5

Please sign in to comment.