firefox: more references for shortcuts

This commit is contained in:
Vincent Bernat 2025-01-21 08:48:35 +01:00
parent 289649e154
commit 47bf11caa8

View file

@ -94,7 +94,9 @@ user_pref("browser.tabs.firefox-view", false);
//Don't close on last tab
user_pref("browser.tabs.closeWindowWithLastTab", false);
// Don't allow sites to override shortcurs
// Don't allow sites to override shortcuts
// Also check https://www.math.cmu.edu/~gautam/sj/blog/20220329-firefox-disable-ctrl-w.html
// Also check commit 289649e15479
user_pref("permissions.default.shortcuts", 2);
// Disable safebrowsing malware (sends hash of each file to Google)