mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
fix: stop disabling some events in firefox
This commit is contained in:
parent
e3372342e3
commit
c3674b69ff
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ in {
|
|||
"dom.push.enabled" = false; # no notifications, really...
|
||||
"dom.push.connection.enabled" = false;
|
||||
"dom.battery.enabled" = false; # you don't need to see my battery...
|
||||
"dom.event.clipboardevents.enabled" = false; # the clipboard is mine, no info leak, except when i want to paste
|
||||
# "dom.event.contextmenu.enabled" = false; # no disabling right-clicking..
|
||||
};
|
||||
|
||||
search = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue