Skip to content

Commit

Permalink
security.dialog_enable_delay -> 1000
Browse files Browse the repository at this point in the history
This is the default value
  • Loading branch information
pyllyukko committed Feb 20, 2017
1 parent f37fceb commit e6592f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ user_pref("browser.display.use_document_fonts", 0);
* *
******************************************************************************/

// Ensure you have a security delay when installing add-ons (milliseconds)
// http://kb.mozillazine.org/Disable_extension_install_delay_-_Firefox
// http://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/
user_pref("security.dialog_enable_delay", 1000);

// Require signatures
//user_pref("xpinstall.signatures.required", true);

Expand Down

1 comment on commit e6592f9

@pyllyukko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.