From 9750b9cbbc9b34240a73d084ef5953d4373280b8 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 24 Jul 2023 23:03:36 +0200 Subject: [PATCH] Remove unsupported associations from Firefox --- scripts/Windows/Software/Firefox/Install.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/Windows/Software/Firefox/Install.ps1 b/scripts/Windows/Software/Firefox/Install.ps1 index dc9c72a7..174c299f 100644 --- a/scripts/Windows/Software/Firefox/Install.ps1 +++ b/scripts/Windows/Software/Firefox/Install.ps1 @@ -23,15 +23,12 @@ function Install-Firefox { $extensions = @( ".htm", ".html", - ".mht", - ".mhtml", ".svg", ".xht", ".xhtml" ); $schemes = @( - "ftp", "http", "https" );