Remove unsupported associations from Firefox
This commit is contained in:
parent
c8d96b0711
commit
9750b9cbbc
1 changed files with 0 additions and 3 deletions
|
@ -23,15 +23,12 @@ function Install-Firefox {
|
|||
$extensions = @(
|
||||
".htm",
|
||||
".html",
|
||||
".mht",
|
||||
".mhtml",
|
||||
".svg",
|
||||
".xht",
|
||||
".xhtml"
|
||||
);
|
||||
|
||||
$schemes = @(
|
||||
"ftp",
|
||||
"http",
|
||||
"https"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue