really make sure firefox won't check default browser

This commit is contained in:
Infinidoge 2024-12-07 18:55:10 -05:00
parent 6ea676f979
commit d703b19f3a
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -24,8 +24,10 @@ in
};
# Set firefox autoplay policy to always allow autoplay for dashboard
# and disable checking for default browser
programs.firefox.policies = {
Permissions.Autoplay.Allow = [ dashboardUrl ];
Permissions.Autoplay.Default = "allow-audio-video";
Preferences."browser.shell.checkDefaultBrowser".Value = false;
DontCheckDefaultBrowser = true;
};