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