From 5296ca659b026b27c16b3e8d69dd6e9122165b08 Mon Sep 17 00:00:00 2001 From: WTMike24 Date: Thu, 26 May 2022 12:16:54 +0000 Subject: [PATCH] Added security.dialog_enable_delay --- apptweaks/firefox/about_config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apptweaks/firefox/about_config.md b/apptweaks/firefox/about_config.md index a853acc..867548e 100644 --- a/apptweaks/firefox/about_config.md +++ b/apptweaks/firefox/about_config.md @@ -3,4 +3,5 @@ browser.backspace\_action = 2 _This config option disables the backspace key from acting as the back button. Chrome disabled this a while ago and I feel it was a good move._ - +security.dialog\_enable\_delay = 0 +_This will disable the delay on the OK button when downloading files._