1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-04 21:30:14 +00:00

enable firefox builtin cookie blocker

This commit is contained in:
Noah Masur
2023-06-08 13:14:50 -04:00
parent 494cf355e9
commit eefed57929

@ -73,6 +73,7 @@
if config.theme.dark == true then 1 else 0;
"media.ffmpeg.vaapi.enabled" =
true; # Enable hardware video acceleration
"cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups
};
userChrome = ''
:root {