Remove unsupported associations from Firefox

This commit is contained in:
Manuel Thalmann 2023-07-24 23:03:36 +02:00
parent 2c164f3937
commit f34e5babb5

View file

@ -23,15 +23,12 @@ function Install-Firefox {
$extensions = @(
".htm",
".html",
".mht",
".mhtml",
".svg",
".xht",
".xhtml"
);
$schemes = @(
"ftp",
"http",
"https"
);