remove 'dom.popup_allowed_events'
This commit is contained in:
parent
197c45a312
commit
6fe09c63cb
2 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
- 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.
|
- 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
|
#### Removed preferences
|
||||||
|
|
||||||
```
|
```
|
||||||
defaultPref("browser.pagethumbnails.capturing_disabled", true);
|
defaultPref("browser.pagethumbnails.capturing_disabled", true);
|
||||||
defaultPref("browser.startup.blankWindow", false);
|
defaultPref("browser.startup.blankWindow", false);
|
||||||
|
defaultPref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||||
```
|
```
|
||||||
|
|
||||||
# 7.4
|
# 7.4
|
||||||
|
|
|
||||||
|
|
@ -284,10 +284,6 @@ defaultPref("browser.download.alwaysOpenPanel", false); // do not expand toolbar
|
||||||
defaultPref("media.autoplay.default", 5);
|
defaultPref("media.autoplay.default", 5);
|
||||||
|
|
||||||
/** [SECTION] POP-UPS AND WINDOWS
|
/** [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
|
* prevent scripts from resizing existing windows and opening new ones, by forcing them into
|
||||||
* new tabs that can't be resized as well.
|
* new tabs that can't be resized as well.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue