Information
This feature sets the amount of time in milliseconds that elapse before the buttons on security-sensitive dialog boxes are enabled.
Rationale:
This delay help prevents Firefox users from inadvertently installing malicious software.
Impact:
Buttons on security-sensitive dialog boxes will be delayed 2000 milliseconds.
Solution
To establish the recommended configuration, set security.dialog_enable_delay to 2000:
Type about:config in the address bar
Type security.dialog_enable_delay in the filter
Ensure the setting is set as prescribed.
OR
Open the mozilla.cfg file in the installation directory with a text editor
Add the following lines to mozilla.cfg:
lockPref('security.dialog_enable_delay', 2000);
Default Value:
1000