Remove unsupported associations from Firefox

This commit is contained in:
Manuel Thalmann 2023-07-24 23:03:36 +02:00
parent c8d96b0711
commit 9750b9cbbc

View file

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