remove 'dom.popup_allowed_events'

This commit is contained in:
fxbrit 2023-01-27 01:22:58 +00:00
parent 197c45a312
commit 6fe09c63cb
2 changed files with 2 additions and 4 deletions

View file

@ -11,12 +11,14 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
- thumbnails are only used in privileged code to populate New Tab Page and Ctrl+Tab previews.
- the startup blank window doesn't break anything and the perceived performance boost is irrelevant on modern hardware.
- reset popup events to default as it's mostly a non-issue.
#### Removed preferences
```
defaultPref("browser.pagethumbnails.capturing_disabled", true);
defaultPref("browser.startup.blankWindow", false);
defaultPref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
```
# 7.4

View file

@ -284,10 +284,6 @@ defaultPref("browser.download.alwaysOpenPanel", false); // do not expand toolbar
defaultPref("media.autoplay.default", 5);
/** [SECTION] POP-UPS AND WINDOWS
* disable annoyin pop-ups and limit events that can trigger them.
*/
defaultPref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
/**
* prevent scripts from resizing existing windows and opening new ones, by forcing them into
* new tabs that can't be resized as well.
*/