really make sure firefox won't check default browser
This commit is contained in:
parent
6ea676f979
commit
d703b19f3a
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set firefox autoplay policy to always allow autoplay for dashboard
|
# Set firefox autoplay policy to always allow autoplay for dashboard
|
||||||
|
# and disable checking for default browser
|
||||||
programs.firefox.policies = {
|
programs.firefox.policies = {
|
||||||
Permissions.Autoplay.Allow = [ dashboardUrl ];
|
Permissions.Autoplay.Default = "allow-audio-video";
|
||||||
|
Preferences."browser.shell.checkDefaultBrowser".Value = false;
|
||||||
DontCheckDefaultBrowser = true;
|
DontCheckDefaultBrowser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue