From c3c23814a49ccc720b39878c48abcee369c47a17 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 21 Jan 2025 14:16:57 +0100 Subject: [PATCH] firefox: revert shortcut stuff This is too inconvenient. We can do that site by site manually first. --- dotfiles/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index b471604..a50a867 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -97,7 +97,7 @@ user_pref("browser.tabs.closeWindowWithLastTab", false); // 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); +// user_pref("permissions.default.shortcuts", 2); // Disable safebrowsing malware (sends hash of each file to Google) user_pref("browser.safebrowsing.malware.enabled", false);