1
1
Fork 1
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:
oddlama 2023-09-21 00:31:51 +02:00
parent e3372342e3
commit c3674b69ff
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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 = {