enable firefox builtin cookie blocker

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

View File

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