I have this code to implement policies for bravebrowser. but the "AutoplayAllowed=false" doesn't work. all the other ones work
NixOS Discourse
I have this code to implement policies for bravebrowser. but the "AutoplayAllowed=false" doesn't work. all the other ones work
this applies to other chromium browsers programs = { chromium = { enable = true; extensions = [ # "ddkjiahejlhfcafbddmgiahcphecmpfh" # ublock lite # "eimadpbcbfnmbkopoojfekhnkhdbieeh" # darkreader "lodbfhdipoipcjmlebjbgmmgekckhpfb" # harper ]; extraOpts = { AutofillAddressEnabled = false; AutofillCreditCardEnabled = false; AutoplayAllowed = false; BackgroundModeEnabled = false; DefaultNotificationsSett...
0 comments
No comments yet.