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 = @( $extensions = @(
".htm", ".htm",
".html", ".html",
".mht",
".mhtml",
".svg", ".svg",
".xht", ".xht",
".xhtml" ".xhtml"
); );
$schemes = @( $schemes = @(
"ftp",
"http", "http",
"https" "https"
); );