Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,545,343

Downloads of v 91.6.1:

12,368

Last Update:

05 Mar 2022

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

browser mozilla firefox admin foss cross-platform

Mozilla Firefox

This is not the latest version of Mozilla Firefox available.

  • 1
  • 2
  • 3

91.6.1 | Updated: 05 Mar 2022

Downloads:

2,545,343

Downloads of v 91.6.1:

12,368

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 91.6.1

This is not the latest version of Mozilla Firefox available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Mozilla Firefox, run the following command from the command line or from PowerShell:

>

To upgrade Mozilla Firefox, run the following command from the command line or from PowerShell:

>

To uninstall Mozilla Firefox, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade firefoxesr -y --source="'INTERNAL REPO URL'" --version="'91.6.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade firefoxesr -y --source="'INTERNAL REPO URL'" --version="'91.6.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install firefoxesr
  win_chocolatey:
    name: firefoxesr
    version: '91.6.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'firefoxesr' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '91.6.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller firefoxesr
{
    Name     = "firefoxesr"
    Version  = "91.6.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'firefoxesr':
  ensure   => '91.6.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 05 Mar 2022.

Description

Bringing together all kinds of awesomeness to make browsing better for you.

Features

This Package installs Firefox ESR

  • A powerful, new engine that’s built for rapidfire performance.
  • Better, faster page loading that uses less computer memory.
  • Gorgeous design and smart features for intelligent browsing.
  • Instantly import your online info and favorites from any other browser.
  • The most powerful private browsing mode with added tracking protection.
  • Firefox Quantum features: screenshots, pocket, gaming & VR, library.
  • Customization Features - addons & extensions, themes, toolbar.
  • Synced across devices - passwords, bookmarks, tabs and more.
  • Ad tracker blocking

Package Parameters

  • /l:LOCALE - Install given Firefox locale. See the official page for a complete list of available locales. Note that by providing this parameter the package will not check mozilla.org for a locale.

Command-line options for installer configuration. See the official page for details and defaults.

  • /InstallDir:PATH
  • /NoTaskbarShortcut Do not create Taskbar Shortcut
  • /NoDesktopShortcut Do not create Desktop Shortcut
  • /NoStartMenuShortcut Do not create Start Menu Shortcut
  • /NoMaintenanceService Do not install Maintenance Service
  • /RemoveDistributionDir Remove Distribution directory on installation/update. (This is the default behavior of the Firefox Installer, but not for this Chocolatey Package)
  • /NoAutoUpdate Sets a policies.json file to not update Firefox and does not install the Maintenance Service
  • /UseMozillaFallback Makes a request to mozilla.org and reads the supported Language Culture code from the website

Examples

choco install Firefox --params "/l:en-GB"
choco install Firefox --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"
choco install Firefox --params "/l:en-GB /RemoveDistributionDir"

Notes

  • Looking for Firefox Developer Edition? Install the firefox-dev package.
  • Looking for Firefox for Personal Use? Install the Firefox package.
  • If locale package parameter is not present, this package installs Firefox ESR in the first language which matches this list:
    1. If Firefox ESR is already installed it uses the same language as the already installed one.
    2. The Windows system language.
    3. Language Culture code specified on Mozilla website (only when /UseMozillaFallback is specified).
    4. If Firefox ESR does not support the system language, it will fall back to en-US.

tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'
# This is the general install script for Mozilla products (Firefox and Thunderbird).
# This file must be identical for all Choco packages for Mozilla products in this repository.
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = 'FirefoxESR'
$softwareName = 'Mozilla Firefox*ESR'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '91.6.1')

if (Get-32bitOnlyInstalled -product $softwareName) {
  Write-Output $(
    'Detected the 32-bit version of Firefox on a 64-bit system. ' +
    'This package will continue to install the 32-bit version of Firefox ' +
    'unless the 32-bit version is uninstalled.'
  )
}

$sa = ""

# Command Line Options from the Firefox installer
# https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html

# Always prevent Firefox installer to require a reboot
$sa += " /PreventRebootRequired=true"

# Prevent RemoveDistributionDir by default
$sa += " /RemoveDistributionDir=false"


$sa += if ($pp.InstallDir) { " /InstallDirectoryPath=" + $pp.InstallDir }

$sa += if ($pp.NoTaskbarShortcut) { " /TaskbarShortcut=false" }

$sa += if ($pp.NoDesktopShortcut) { " /DesktopShortcut=false" }

$sa += if ($pp.NoStartMenuShortcut) { " /StartMenuShortcut=false" }

$sa += if ($pp.NoMaintenanceService) { " /MaintenanceService=false" }

$sa += if ($pp.RemoveDistributionDir) { " /RemoveDistributionDir=true" }

$sa += if ($pp.NoAutoUpdate) { " /MaintenanceService=false" }

if ($alreadyInstalled -and !$env:ChocolateyForce) {
  Write-Output $(
    "Firefox is already installed. " +
    'No need to download and re-install.'
  )
}
else {
  $locale = 'en-US' #https://github.com/chocolatey/chocolatey-coreteampackages/issues/933
  $locale = GetLocale -localeFile "$toolsPath\LanguageChecksums.csv" -product $softwareName
  $checksums = GetChecksums -language $locale -checksumFile "$toolsPath\LanguageChecksums.csv"

  $packageArgs = @{
    packageName    = $packageName
    fileType       = 'exe'
    softwareName   = "$softwareName*"
    Checksum       = $checksums.Win32
    ChecksumType   = 'sha512'
    Url            = "https://download.mozilla.org/?product=firefox-91.6.1esr-ssl&os=win&lang=${locale}"
    silentArgs     = "$sa /S"
    validExitCodes = @(0)
  }

  if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
    $packageArgs.Checksum64 = $checksums.Win64
    $packageArgs.ChecksumType64 = 'sha512'
    $packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-91.6.1esr-ssl&os=win64&lang=${locale}"
  }

  Install-ChocolateyPackage @packageArgs
}

if ($pp.InstallDir) {
  $installPath = $pp.InstallDir
}
else {
  $installPath = Get-AppInstallLocation $softwareName
}

if (-Not(Test-Path ($installPath + "\distribution\policies.json") -ErrorAction SilentlyContinue) -and ($pp.NoAutoUpdate) ) {
  if (-Not(Test-Path ($installPath + "\distribution") -ErrorAction SilentlyContinue)) {
    new-item ($installPath + "\distribution") -itemtype directory
  }

  $policies = @{
    policies = @{
      "DisableAppUpdate" = $true
    }
  }
  $policies | ConvertTo-Json | Out-File -FilePath ($installPath + "\distribution\policies.json") -Encoding ascii

}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'FirefoxESR'

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Mozilla Firefox*ESR*' | Where-Object { $_.DisplayName -notmatch "ESR" }

if ($key.Count -eq 1) {
  $key | ForEach-Object {
    $packageArgs = @{
      packageName = $packageName
      fileType    = 'exe'
      silentArgs  = '-ms'
      validExitCodes= @(0)
      file          = "$($_.UninstallString.Trim('"'))"
    }

    Uninstall-ChocolateyPackage @packageArgs

    Write-Warning "Auto Uninstaller may detect Mozilla Maintenance Service."
    Write-Warning "This should not be uninstalled if any other Mozilla product is installed."
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
tools\helpers.ps1
function GetUninstallPath() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $regUninstallDir = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\'
  $regUninstallDirWow64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\'

  $uninstallPaths = $(Get-ChildItem $regUninstallDir).Name

  if (Test-Path $regUninstallDirWow64) {
    $uninstallPaths += $(Get-ChildItem $regUninstallDirWow64).Name
  }

  $uninstallPath = $uninstallPaths -match "$product [\d\.]+ \([^\s]+ [a-zA-Z\-]+\)" | Select-Object -First 1
  return $uninstallPath
}

function GetLocale {
  param(
    [Parameter(Mandatory = $true)]
    [string]$localeFile,
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  #$availableLocales = Get-WebContent $localeUrl 2>$null
  $availableLocales = Get-Content $localeFile | ForEach-Object { $_ -split '\|' | Select-Object -First 1 } | Select-Object -Unique
  Write-Debug "$($availableLocales.Count) locales are stored.`n$availableLocales"

  $PackageParameters = Get-PackageParameters

  if ($PackageParameters['l']) {
    $localeFromPackageParameters = $PackageParameters['l']
    Write-Verbose "User chooses '$localeFromPackageParameters' as a locale..."
    $localeFromPackageParametersTwoLetter = $localeFromPackageParameters -split '\-' | Select-Object -First 1
    Write-Verbose "With fallback to '$localeFromPackageParametersTwoLetter' as locale..."
  }

  $uninstallPath = GetUninstallPath -product $product

  $alreadyInstalledLocale = $uninstallPath -replace '.+\s([a-zA-Z\-]+)\)', '$1'
  Write-Verbose "Installed locale is: '$alreadyInstalledLocale'..."

  $systemLocalizeAndCountry = (Get-UICulture).Name
  $systemLocaleThreeLetter = (Get-UICulture).ThreeLetterWindowsLanguageName
  $systemLocaleTwoLetter = (Get-UICulture).TwoLetterISOLanguageName

  # Never change the fallback locale here, this is the absolute
  # value we always expect to fall back to when nothing else is
  # found.
  $fallbackLocale = $mozillaFallback = 'en-US'
  if ($PackageParameters['UseMozillaFallback']) {
    Write-Verbose "System locale is: '$systemLocalizeAndCountry'..."
    # We need to use web content instead of web headers here, due to
    # web header helper does not allow custom headers.
    $urlParts = @( 'htt', 'mozilla' )
    $Response = Get-WebContent -url "$($urlParts[0])ps://www.$($urlParts[1]).org/" -Options @{ Headers = @{ 'Accept-Language' = $systemLocalizeAndCountry } } -ErrorAction Ignore 2>$null
    # The lang attribute on the html element will be the closest
    # supported language when comparing to the system locale.
    # As such we use that as an additional fallback when possible.
    if ($Response -match 'lang="(?<locale>[^"]+)"') {
      $mozillaFallback = $Matches['locale']
      Write-Verbose "Mozilla fallback locale is: '$mozillaFallback'..."
    }
    else {
      Write-Warning 'No fallback found using the Mozilla website.'
    }
  }

  Write-Verbose "Absolute Fallback locale is: '$fallbackLocale'..."

  $locales = $localeFromPackageParameters, $localeFromPackageParametersTwoLetter, `
    $alreadyInstalledLocale, $systemLocalizeAndCountry, $systemLocaleThreeLetter, `
    $systemLocaleTwoLetter, $mozillaFallback, $fallbackLocale

  foreach ($locale in $locales) {
    Write-Debug "Testing locale $locale of whether we have the information or not"
    $localeMatch = $availableLocales | Where-Object { $_ -eq $locale } | Select-Object -First 1
    if ($localeMatch -and $locale -ne $null) {
      Write-Host "Using locale '$locale'..."
      break
    }
  }

  return $locale
}

function AlreadyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product,
    [Parameter(Mandatory = $true)]
    [string]$version
  )
  $uninstallEntry = $(
    "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )
  $uninstallEntryWow64 = $(
    "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )

  if ((Test-Path $uninstallEntry) -or (Test-Path $uninstallEntryWow64)) {
    return $true
  }

  return $false
}

function Get-32bitOnlyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $systemIs64bit = Get-OSArchitectureWidth 64

  if (-Not $systemIs64bit) {
    return $false
  }

  $registryPaths = @(
    'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall'
    'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
  )

  $installedVersions = Get-ChildItem $registryPaths | Where-Object { $_.Name -match "$product [\d\.]+ \(x(64|86)" }

  if (
    $installedVersions -match 'x86' `
      -and $installedVersions -notmatch 'x64' `
      -and $systemIs64bit
  ) {
    return $true
  }
}

function GetChecksums() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$language,
    [Parameter(Mandatory = $true)]
    $checksumFile
  )
  Write-Debug "Loading checksums from: $checksumFile"
  $checksumContent = Get-Content $checksumFile
  $checksum32 = ($checksumContent -match "$language\|32") -split '\|' | Select-Object -Last 1
  $checksum64 = ($checksumContent -match "$language\|64") -split '\|' | Select-Object -Last 1

  return @{
    'Win32' = $checksum32
    'Win64' = $checksum64
  }
}
tools\LanguageChecksums.csv
ach|32|bb55f9e8a70048c0dc15375870d21621326a8936aea1651ec26eb1194e014d9bb2a36726b27d9d89f61ebde5ed3b99e84819b40e4720ea278456f632b9b8ef44
af|32|85248fc15cd62422535bde243e316a56adeaa2c815631c6ebe4a454ef9564d4857df49bac3c829fdf3efdd1aeb4bcc1fe5c799349ec21790811b76dd690c8731
an|32|aed647359bf25838a7ee2cddc7e5021b82dfca6586a93b59682bd11b0f4bd333706508951958611cdbe9db40f97c58dc53679c39e1c661ba81353e162bf57b45
ar|32|b0a46b3376ccec57b274355d5fa3ccaca30b7716fae76a728661254a5cafce27ba4fba4e72fdb0c17efee33b02ad4db3979b89936b1981ed80db65013538238f
ast|32|9f72d74dec27ce9ed00c38d0f5a5aa00f27541f8c50d66aec438b383dca93601dcb1cc3035e64aa8621bfcfedf6d7140e45038d590be75473aa059a07ddccf90
az|32|4320ea0a0db5584dc5779f03581b4c5885726cfc0a7da8ac9c3fba04252b84233c6ed783464731c750e34f980783f9a2f6f980e2ece97f6eb7730012eaf4fe37
be|32|fa43435e7fbe311f77d9915f858e8499a62db9ad89da1a88b50b19758fae14e1bad5c4080045c01700135ba71fb52c448adfffe833a3c9d197e0ba6efc929d3c
bg|32|ab5f679dbd42ec14a37afa3dfff3585495b30cae3f67e22a069658fbad3feebeb40ab20fd3870f0f4ab2df69677077864a94c2b73d78f04ba85a01c252802b4b
bn|32|2059848fa11413e8a8cd00461262f2f1aee5ecf150f390b928323cc4880c24dd989647f206e979c80700bb8e574a13a46b7a34bc8ccb687eeb6c13fc8b233f6f
br|32|e8523300a10a073f6dd9fc535a13a381b58912ac355e9a7e5df8c098d19f3f346cedf76b0c80ac77ef8af48172300ea7dc5e2d842faea08e255e019824ea7d44
bs|32|3038246d5158a63f6865bc343b75a7e5b51f55172b3f4372270d28f7ab018e883764c424cf1d7bd9aab3ee6054a0f5797d86c463a645be5a05181737a82931d2
ca-valencia|32|b067f9863a5dbc638e6610846cd49f0a56bd67b8cd35b89258ddc78226cbd9770f5b461a9ac35710f678ea1321698fa43881bfc21d82de91f04c2fa8520c9292
ca|32|5a0a3d819d55a9297b7b29bc8ba7596a1fd78b7fdccbcaa5c92251ddf13c50b453dc209a82d63e995a495a8f1166b9332c92e28aeb2c21a0d44c413bc6ff9047
cak|32|0e9b221fb9dce48e8e7577490d738c5ecbb1f10d94516f56be90258ee1e45de6bc4627f0294145427f90d3bf961d32628713a4d12e61ff570792f2ad17c90a28
cs|32|25e86f7abeb14400be4a34fa8a5e818b3e4323efda098300491e8c5c3ba44d4112e2f0ef95d81ec33f3349750189008fe62bfc57a2669cd8f76f4df03c6effae
cy|32|e37e6e3835f6f6b4e51380557df1b40aa5668b09172f8aba1765bf7ebc1201c3d19dc87f79c028f77d499c86e9630adfe02e95643c0ea2bb88bdd01415cacbb4
da|32|4cf5ddfb481066197f9e9ac7a378b5ac0ab887bdc4cc6e98d53caede352001f46c291fd3d1dd76a50c6e5e04b3c8f29d9bc4db073a4eb9d5965be936276f32c3
de|32|0896416f63b756754eb8e8c87406fd3e00501b63475976b06b77d06cd6de4f7b02bd4383bc9cee618fd61c31989009dd79e36f91ded1b0c1b9a72a26b11dc308
dsb|32|b26ec24760d14e645e641a261c3addddafc308ef5b9f73710d420ea440035116ee7f9719e32621647aa3c86510fdcc342665e4fe01f12f9c94562e253553ae9e
el|32|8424312fd413b865f32fc133db1e5f156057e7ff3a43b76338c2ee400b0b7f8d516f5cac31aa9aa8398f3646373e0fa09243f2a58b457576083f6ab4d131880f
en-CA|32|2d2dd2e130024a258a78729d3c2a92224d27fc11a6891d4e131a47b7096bcb7b2b7e35f791a90d03c0d41a338f5479454f0794e4da0c9dc1d145149c6397ecc0
en-GB|32|ba974b23a402dd0da0ce5fbd2d977e9350d007a48fb56e5e04360f33f9400f93561159b95d3b003f6431d121af7740a0acd83d97fa5149c302ae3bbabf94734d
en-US|32|b82940aa3180533cf6449695ae3a27b73edabc3fc82c2b6afe7c9afb50ea41d87f35f2b260ec58e4b59dc674146ceace59ec7451dcc19e462c65bda6836e9166
eo|32|8a85f4e149995769e203a2d20a63535b945204ee9c2d6e9e3d035b17114a9db9caae2909751540232243cd42538305b06530d3821639a2d2e4837aea92174962
es-AR|32|6fbc8826cc2ab18fbfb916f16c0fd1538ae1156f1bc12f4c1c998591049d0b531425350e54f38b2507d195d6ec88261ded42b78b4b360d496ed997d2f6618c20
es-CL|32|b1328b349f73037559c01e2c638464d1072bcdb398de55bf3120048eba18df416a4b4295d9b7cb50672b08da2bb287a9ef1489d20faeeab59926ef161323fd63
es-ES|32|72a02046a2197766e0cc5cda83fd07e8dcd0914e6f2e528177414c39b2d68bda3a403ae7720560c3dc00eeb5405545cad67e3a33159362ebb4db4a363791815b
es-MX|32|aee9ffb6aa160c0296febef57d7e6adcbdc7dff30ed4d6fcf847d0678e461a3b8bc6dc8c014a092ea7409dde1cf5eb0eca8445dcb6142efc89f6071746565653
et|32|a1acb1c5a3100a4a300cc89d615f50e827cceaec7a19f9d086581c5cf65401f251a33b9d866578e011ff8af76db36de9940c38fb0d0a9e551e64e06c6dd77657
eu|32|f079ca1ba5a119a8ace7b51dd5363fe94e92840bcc20e3862d58640c2fcdb171bef17654ea53ee31d8e0bc1bd1cb51e645993ca6b2180885dec0818bb79f063e
fa|32|577372216934735d6649fbb28bde032734719c1e6fc96bba22808d0bcbd20d73609eb0a021162e68d2da5b9b873d11c13d61ddcfaa0308feba4eac998593176c
ff|32|a371e3b4b063e15afe11a6299bd9d536ad7548354fddd883476c447d84288ca1e8c41310df3dc3d1007ff12677b55eda87d2b14b09dea4deb52df957012c6066
fi|32|eb1643369b6feb3f864c3d73e9ea2fd5a4d120246902a1b349783c7ee6a32260fef598a1ca3803c8c9d90426f03597fcd63d03e813c8280627e69c8886263b86
fr|32|8ac9d67802054276edba78f7ef0eafd928230290b274f4bd74db446994097b2fa7984f44ab82dbeec5580b8b6af3fd9f7b2cfe85cbad1e6393cb9abf03939464
fy-NL|32|8fe4a178be29612723b54fd3214b2eec8297dd53ef4cc66c7a3a3a077462bde21efe9446a152eae9c99e07cca1c161b03be4433f5f7023c0614a7f40846a2e6c
ga-IE|32|72dc5271d01f800dbbb60a11d1e7028ce4343e5cfc485e5e4290cba690cf9a02538a503ceb1462fb129b097958415741418c79c2c0aac2ec37dba79f6e1085d6
gd|32|4bed1d682193c5c236e4622f5c84fd16b947e83ac9f123f652e12f87e7cc25392d780b4b30b45e1b62120ac1837385f9f9285c8b6c1f2e2cc910696a0c5a4f15
gl|32|a4c021d094d8e544a70abaea22dec5c418b973241995552edd4e775c26a7f6942dff2da691a27674f78e9f97835985131bcabb389502fef5c0d36f73d0e6ab43
gn|32|4d496a791d1ddc090c13ec06e741f544682724460edbae5a503cd50bec312b2e1a18c6c48b10172a8d75600cae356a2facb4ec6dea8d3d752cb6ba6bca90b9b3
gu-IN|32|157fa60efe8b1acb1bb8f799863f412f2efdd98ed77fa2ce1d9881c633fb67dbdfa029bb9fb91cd2d6e885b57f1579dd7e98b80dbae05f0ef7f71f50f080f56b
he|32|38f27fd429642d28a104b82a42da4092d0e42b9bfdb9d86edc221ec8a1f3975a54ecf65e018b6a8f56e5c546773f2a1063749054f4a58f50e76fa97bf52e0ed5
hi-IN|32|65ec09b564fc037e646cd74285d65d1b1c1d24e78224168659d18ac187f5b16b6b69a2c7989fde8189ea638b2aa7b6499c4eeead14dc75e0184c9cf89ef6fe07
hr|32|1ae1168b5dcddc0d35cc94813d7f8cd4f3a47825d5079a53f065b97ea329e99aed260eef27b712afaa358e18b9554e32fae36aecacfebdbbf31b842b6fb69506
hsb|32|7ff3def6e2899dfc414416750d75819efbc2c1dc3346eaeb7b630b2e77e1cc0bab2e0c5bd292fd36e536cadd17c530252d92bcc23df91be3fddde083493cf6b1
hu|32|6a5ad5ffd2bea6ab605e3771b634e275361044bf0df4f8f1a737126102d2086bdbd1eefcd5fc1da4aa3a6471f1ad47670252919dd83854b65536886ea48a2d91
hy-AM|32|40251c113b68b428c34ccfe5c1e3da2ab4070bb1252aa857a20a93f19b945ede6e25a923a7bfcd498dd8af4f25ffd63ed1cb53c3e5c0015ffc02840bcf6866fa
ia|32|653578ec9ea7e512b343cebe3aa54099a98f2e10228f639ba4f30627c687888f8396e4c42f5f36153e859ebdfa34fda9f0ce482bfb46b939a0a8cec66eebfe0f
id|32|7b773f72de5dbc88ec2061ee56c08edcd058e61eb291ef57de3250e4f2680ecc490f70d594bac1386dcabd4750e5abc3a31b5fb3466111296e39bfd4a3cf7d35
is|32|e0445b048774c413b8d865f266d82c93074934fa623ef49a1b1bfb56655080aab2f5d9b4d9d21f3d8db8b94c546bef7002d875a242d8e1baf5f0c0d66142de77
it|32|d54e7eaba8c2eb02d659a4a2f9c3497944b466e0bdbb20c508087d3a1741a959278758236c0500e24f5270a141406288e5d2464c3f82392a21df6b4b5c60d233
ja|32|42570c96c53e17a72d66f20cd9e2e8cfd3112de714c6f89d0d2795ca684a4c0ef9fc8162e5569a76c4d8efd2b303bd806d8fc95646c9dbc79eef5781456f615b
ka|32|67b209b99572e651178d72fa8835b68b08ac01ba5a9d580a404d2801dad9b39cb9c59ed0b713f3294e4cd3dbfaa89cb5791683217a4e831e8efbdfb25d733155
kab|32|cc5d52b949e083fcf7de8c7d64fb33a9a61ab1062fcba35cbab07158a17ea8feaeb6e35ab9e6edce1cdbdbdb1dc2f286d4b0b1a1a5434c2f341f16509c3983af
kk|32|8477c4ab1b04572aea4db85bec50d97f5d8d80945715e7f64a3c21580d88815b4a6794306f1db31803ea9f89d7d35bb5f15f0b9dc4971225a21a4006d15b9941
km|32|a40a295575edb497d453764c566425f5c45acd74931146f5d658786e7f41bcb25f9c98fa6139e78bae17e461598f8bb6034434a0b814ce3c33cc0c8c4d774cf4
kn|32|ad80e9ec48a6e4a17a2e3517f6f225736c5fbf087814a77fa31dbae0c6af0b55138087aac62ad67f6715f5de1cc6c4536efb809ed5f67de862dabdb60fdee8aa
ko|32|3386e001bbe2f0c852511483bcbab6653c543dd58b463ab18c150b07e969a15eaef9d37255d9030e971b3ab5ccb8b4238827caee4db0a4ae968ad06e85a05422
lij|32|6221260cea189b272d613e08d467cc314bbec0384470f63b9404175904b89e5e0856b591cbe536e64b1f9fec18ee2ddb4bb874095e053497015be600e3440257
lt|32|0313500e7b00be7322f2a03c9a96a67a8fa4d15a190fd479eb1700dceaabc2590a0ee67b0a383803f337e75815b0cba4362fdaba7d30130fda3d40eaf1eb0205
lv|32|db209fd3b98a90d2ee130310728b85b7f5471ed46474d10a685a493f7776953027796a15eb2339c78462fd2cc9a742c7961c415dcf5d3a08c67e99d2a6f1aad1
mk|32|1c7cfdef2fd90e88be2f60e4ab2c23514573c376a84cdf2f19a82713d6ab4e94b55a53c8b230127d77dc8637d69e96f8ca2d2a81255b6fa7e5db31e29f783357
mr|32|dc7a005b544d90522cbc2e813e9bd226f2b734db80a4c62afa149343e59cba5e3e5c419cf396f5a424e4da0a33d787ea8bba5dde7a2907250b3216b0ca065772
ms|32|07ff37030e93ba56323e08530736e6b6c7b96cf636beb8b04f49441ccfe9f1c47136adbd23a31bcc0b36d2e11dd15121426e36d6a538718aa035f9db4057f325
my|32|66e8af41fc813b0df53ef18c7dc710d0d38ab3ac36a355005715609ee169cdbde49fc83910af0c8c4c7440b164b30ac89aaa3ca1cf72d53fec1b23f3e5ecfb61
nb-NO|32|10f96af5480692ac163314d3de0ea7a230e5ca11c16d1facf6341c90a514afc37671778207cce691b6310699f4c3b1f9b4d452f6f65a828cf975c24de09f7167
ne-NP|32|c86f9eaa63c9af1f6364c4eb71633db5e40c7bf8ac2f96021411ddc5ea36fa6892433b5755e8edaa43e5ca680937f4abb1776c3153624f6fdb5d264d8143f2ac
nl|32|c956ebb8f144a9a08717349d8bf307fe250371b6d397dd8ec940169f98f30b93646bcc6e63f0a597fff01f24af3bb2e0b7ea898c012b18e1b59b916296c7366d
nn-NO|32|26f386d3f05ddee117c35850a0cf8fdf927bd6edc8bbd39c1cf0eeeb0f8884ef39684cc1ff2d161997f0fb84b9ca6e38aa75e76f37571ff97156dd58c64be0d5
oc|32|8f746f884df15d1e6b071d1254232156172864e1f4941a122e229fe9bab7ad89aad47df2d4315422397eb22c9dc403e19d2c53e56a0cee95d08586eb881ab63f
pa-IN|32|3bcad225693c7c456f3dc45b37a991b84169f0fd01ef1b9c17e276e18a90e7571a47f44af8bedd231160f7e3ccd4b226fc352af42cc7cce72dd452b5459fdc51
pl|32|bfeb03802dfcb66dbdb3da147143adb5de916795d00c5e41ed99bb32c49ebf97a67c25994afde2f0927f8666d494e1c0010fae4a4965f9459f1a5ce2cba091d8
pt-BR|32|1531ad3f8d9b7028ac3c67909eeb65b452b6f3bcf2ebf2ad25fbc0d6bd84056c1576748e5a0d3258343a9e92a174fdaf9b0ab114e289bb6e3bf4a07d2680b89a
pt-PT|32|6023ff039af204893fa9c8f4aad821e8e3fb0e4489fe7420857365f6f5b1d329241d60a8a9043145d7268c9b54a4a2eaca80a44ed7358b852e4f9a892d8a5acf
rm|32|abbfeabaad0ce62fbf4d0663235ba733c46ed1061515d97d4dfe6971c47dd0acaabd0d8f1f7bf841afd1a1dac5608f9d663076cb26cc7c47f9f7779af31de5a6
ro|32|71ae8ba2c18b2b664f5eef34afe488597cb21903fc3d3f9e3c9d375fda395e3741262f9859be600a8d882193830816012f7dd51def452a3beb63d7a9675ba90a
ru|32|6786ba327f3908019a7e85bf82156a9344a98af6cc7c52eb834d9505522a61e0e488b2066db0979f8c86691a4777f4ed22aae9c66139c1e67a042dc6922a1eaf
sco|32|c5d70f02d045e0c333f4c5940a3d3e502cb55c52b14dc96f9ee8944cdf6176ec0fe2ac48f69118a33a11f669f7291c6482a2c2242a4678e3bfeb023738fe4082
si|32|158df84afb0e8a56dae9c115ad4fd3a4748bebcb311f145106837d3bdff737990ba04ec4ce45ffa410538e985619210d8302f745f986e5a417085771a21ba804
sk|32|a25df051d003c8d287102ec11df445a6fc1df93c9cffdb93aacc2c2923bc033a0c004f78ebb29633e8e7ffab823d5226c95b2b70afbf15bd4b7f978bb0c6a981
sl|32|9865a3ffb05427b25240e2c030c613ee930485c76b4b8e8ac21e198f411ae502455b851160496635122528d9bffd296167a2bd5feb020f77438fac03b0fffbe3
son|32|50fba71ab0457554d71525a9140cc035699356fd84ad9b200efe981f41bd19fadbdf8b4bb8d6b46b70abafe8d283b661c34699d5024af5bbd59d4d27cc782b02
sq|32|164ad249997da5a5a918443503934528272f7455a9854480d9dc3656518e5e3afa86392b03e9260d7661316b2f738f7b8a418913e4cea20428419766c1b16653
sr|32|9f475294c3a3357e7d055b780901ca6bcadb7937821572ce2ceff022bfad85d56bf5720a7b70d65f86fc9f0b988e7647bd6bc45e56035852514846317a37a08e
sv-SE|32|4ee7f077e6a15fa050a5d8e0cf5a50329687d5e5674d92c0b437cb19fdb299ac794a1aacbaccdec4de497fbeac76da21bf25702fbb402025d986fe278797d95c
szl|32|c688d3b5cf3e6fa028d3504577ee146b0b56db8904a03901b1540e50d3dec8baec21e23bf2771caefd5bb59f9213ba244e4d4d60a205a390a232c780b4364310
ta|32|089c5ea9655b91812bd36b2d6dc69c63b51ece97325e59b8445d6274feeb9e25485031d31c97d2767a2987a0cd29e8069737ee7c33f049463434eb811047ca96
te|32|8f164e4872504988a418cf1255e900c2078ab61d5fdbba0b9515761a4e6bfad6b6795f2c409bf513918d2457a9664b59587e2f525429ab1d2da0ebe6859c2f11
th|32|9148dddc2eb18363fc4e732330196a2b1770905bad2bd298aabad493dc173104b2569faa33679f378cad1380697dc1a1b305a5669a2816bca6f05c67dc3e67f2
tl|32|8b2c85795484ca82b154d34f4937b70802f3814b69ff5ac13790ab7c135327bc03ef45d2c2832d7ce87aad8327c856117898f7dc6a16f0f4246e563b71bc1132
tr|32|9800b2d1a230de9e00bc22dd55a4c0b2ee0d10a7e4de8f494784358eaf7655ba7dcee6a96e82b5e8996adceea34f29c6a449e6e5080e9b2ef416fd71c221b033
trs|32|23621b134f77ceb36637787d5c614ceee8680b658592a8af05805e800b67b16946939f90911a2b5a5b2a85d709db73cc7ae0e03a997495ed3d304a143963bc57
uk|32|3f8f05e725d86fd964c6562adfdafa99dbe1de1dcbc6bc19bf747578454b44870530ccb380b00abdc844f0016ea2187bdf162c53d56942baf3f9b4ff7ecf5653
ur|32|a5e141a1a457df24be36a4b28889392d1eff712eb7619ea9995103529b805828f28973fea9df0400088d6e4d7f1cad4603e5b2d5b66dbf9fad42868bd5a0ec28
uz|32|7bc075984fb3e38f9fd6bdce36ba1e5ce2857a611a61ee3e05d4cf2a9b986d73bae1fc76ee1779feb4b9f36abd868cd8df51c9bdc9870f61f1a51fd7b92ef4ac
vi|32|1395010b18f8bceabfe47d3a5324db53a5315fd7e08d19609a292eb4427bb9a117065f516cfac74cbcbd738073a0d64dad4e778a4582f664a3d9d57dfb3bdc07
xh|32|16f2ddd18ee984ee8898ca491d116e4b76e149ed984fdc945ed4a241edda54ba99e4ea87e8e319ce57712ebaadf71b4a5bb5399c03e3a8a4289e5a0fd22f21f4
zh-CN|32|cea528f69e4210683d87bfae0eb33cc8c08c75299b3ba91c999e82433eb95068eaa2c119326d5cb6eb0899a71cdade4c94a98edc8108c556e5dd559851fe2629
zh-TW|32|b43e260dd80c1ceab5b2075efc458b44ec125efde800e6b814dceadeb9e6f67354cb9ff1d4e4514b42eabfaccf2c88043f72b6d84a102a3e93a490a38d3b3484
ach|64|7454ea80218b1ba385b29807e8fe1ee45c3d61d6a6587439141d58dffe31d597f390aeaa810071c3f5df8105e5b1979a67d1db50ec9ef948bba40cfeafb5241f
af|64|9565f12fc986fe383215c798ecf630dd6a5c082c3fb50c394f6a0f9c01275897d52edec1cca37d6d8eba5dac5db4c254c926c84bd368077b7759300b086a807a
an|64|46f40a1b91af02d4247252ef8f577ed7ff16adfc6ea65f39ca9334e6bbe99996530d7ad41950b99c1a1c050f7cf32bc6cf79f7abdcb2a49d822d8c1a9c5d1a31
ar|64|f8e647fbffb8134f0c017a6ccd1fbb717990b40a1868937f236992aebf2139ced9c46e319fd86a5d7c315e134e293d4a6e1090ed6e1bf7263b6da0278fbd0664
ast|64|a09c5faa5b6fde5719600395431ace3d0e23ac91ac930a97b0c4f54c913ac4c5fb65d1aac9ce677590777bc05429eeb2ede4347b2f0626b2df108723298ffe5d
az|64|8a10dff82a1b37ccedceb824cf81c6222dd5b080438a4fc253faada9bd1eed164738c997703525ddb1dc8e3bc768bf1cda62057061b4c92d3d86c679a8d1553b
be|64|cb84a43e1d1670c6ced3a53281d719c1901539e794b35b1cac753f5ecca5d083a5442ea06917cb6fd07456a386c34e23d46ba3263c15382e4a8f38ff3f7f5c70
bg|64|394716af4d148337b9066a5396d767849f2e8743867188d6f1a5d9b3f9ce5e3887c14887e89902c9234f93398f618054f24464e7d286a6127e3934dddc6cdf53
bn|64|19beb8f4c5f3ac06b03398ac32e9bfc460e91121fca9fceaafe8a3fbc5f22ed4650e5d395f05d2fb60375b1274d269b5cf46c90ba75debf5eeb942f880dc624d
br|64|47c68165859d5770c2800d71c83b3f45af6decacd812656fe8ba8aa73352ff53691817e370ac82442fc5a5497b458e6401e51a376cc37a37ed0f193db345b8c7
bs|64|2758f9bf564bd33c6fe739158cac01ca12fc064df81a745f18210d120f0506ae8b10400ed00505380a34dc844b63a470b8c072e43a064ba56a93d2a61df40382
ca-valencia|64|3311a94e3b5c5237ca90fbd80c0af1b92653ffb37f00658d87e8dd5242be5dcc8715063794aff28147d3451f7f56d03481352caa36252043dd7840038334adc2
ca|64|95e173cb26ca4fca51ba9fbacfa4ad2d95f203a3926133baded613892e5dd6082b376a84c1e98ec4f5b6776e4d82f4830d108b7128e9b7d861b09806c61b76a7
cak|64|636fca11f14ae0aaaf17c6ea6e2a71bb20cc03f9f39a1c2d6329896286bb1a5f11b13a681769126651c1a96569b70da7e17d8bedcceadeb43e0f435b315ff77e
cs|64|9a96d2e27e7fd9ea0698a205b95dc12d7b578ab96a67c23720238cafbb59ad327e633a73486c1de582a90e845ae88cf5c63678360728f9c85c81c7ecf26ad625
cy|64|be9fa4fc81439a08e4699ed766b92907f787518c34a5b33f6ec3a9f2f1a02a148b43ba94bba94bcc3f94009e4bf9a1e5a2236d60b96fa8c135ba806cabdd8563
da|64|c75a73b0d77f401338bc7ba898f39178760f80cca16d76949f11d41d6d04815bdff494d5246f141b71b05552283271a360449e59e5a3b0c493e1c6f4496ee508
de|64|f6fcfd1316c2872f49ecf0298df9a28295b565d8bc2a52d9a697685b8d4abeb0cf8ecfa081b6cfbb22795c169927d1a0fceb6ef4b53032b5c8b51ce1c378c774
dsb|64|dadd0c44aa2dec85fd346dd5edf1eb89a519cabe20bbfefa8c7ad7782b36f912ff0d56f918ecbd113f8b681d77607f8da42f718f3eee2c1c7a01a233ccc092a6
el|64|95fa880e8c8dffd0878b511aaf2461dcb2f211d966e6b5ec1c978854edf0db41a9e44b8e9dcd6053145a67360f710201e834cd74bfa86c43a4be721711485eb5
en-CA|64|dc32a93a6ba30f469bbbfca93f409b8f5be04f566c486f2a17fa021425448f46b19d243392da5ce042025af3a6be391a920c16bb189a31f04b3fc08c3dcc1285
en-GB|64|c4531abd6cd335a0f8e4fa25854694bf443cf776bc58dde8d984e9fbb4e75631c28dc6293ce423b27a98eb19729705a308fa85b71c4d3ea91076626d38a59b6c
en-US|64|ad64f0673680030648bf944bccf247a6d1b290e46a65bee1e19aa53c6583d5e5b23bf8a73ee951fd83e7452dc05a9ba0f2b70ad22d88695dfea404c98c14be02
eo|64|9326855f46e979a17b732fc6d4abdd966907a7c849e2680710c5b50864f5e44817d19da104b90f24b5de55572e3bdbf44752370852aefcc94521d3ca02dccab7
es-AR|64|af2deac426dc7dc20b7fe5ea79158ed2d0c76d97acd47be127c63bfee008847f867afceff2935f9612502ca47d48936081b6ebc7bb6b3854572e783a14068197
es-CL|64|a24ebc693324d6753397d0be0480e868961bf21e48e27cbe950d90955860c4ab1ec16091ec3ce87408fd6b8e5378304987dc3826604c5810f37551133988c4a7
es-ES|64|7dc8c491535076eff197ab8c882dd5072b431734db257fc759d2f9dac6dde657c3775e2969cfbb9579d878368b6cdc40c3e8ad91b1b78525c7bbde8be1a521f9
es-MX|64|eaa2784b187a05d3a5b96dcfb31c9e165d8e4cfd063fc4c2f902185d50440e270d41df0ca1f2b402a87f3fc6f73262353ccd7b37266f3512ac5c045e3d154936
et|64|26931552e50604bc10d8e0a3eee0ccb0f5c40f5e718996a1ce2b54b495ab729686a1ba49f4d6340c6ee42b7eb156d469b8b601344548800f54e87325a1a41871
eu|64|bb4cacf12bba4597f5fbe6ac4b84a8fb8a0096e3251187f388b9e6a3610bf2629bda61297de9d5856fe40682a0eb24869cd29b0e916786856a7552890f9c7d69
fa|64|3e27fed595d07a8fbfbc1f05a14500ab3ebcffde4b7334c761a20093f764fa817a9966fa960427a13ab4eefb574ce05be09a23534856c9951e2121625a91037e
ff|64|a065153b73808b4f2eae0cb763ff954db4f62a6453990b38ba3e941f2dd495522960538644a8583b979533d8317b7245881fab6dedc462ff25afa6b14ffe7abd
fi|64|b8dacc7fd131df16a40c49dcb42276d0950c1f783fe66acd211265a0f6d750356c7ac2c6f9fa3147a3469bf6f0e61196314e4344df6da5a0108d925db52716ca
fr|64|a387737a3d4cd8c2aa3a66436a104e344bc708ad6c32352feb8683c32726239d7f816b5c0d4797f2909380b809b62e6b49f4fec65a02af2f8942699c440fa029
fy-NL|64|97ef66fc71bc6c792fead9f6eb5ab49581a7ff850f4932dd54379d182cbc4cd2ca8ce1955131972718fbb2759c000578ce560ce6f0ecf6a5469771ed447dc169
ga-IE|64|96ecedf909e0c58571c0ba0caf914b2129812880921896687638587b5df2cfcd5565ce226f41a41cdb596db8dc83bf8b25f52fbb0bcc984df0055865c1b91446
gd|64|62d8aab0bc4261b4fb0ea12e0d974f9e9ace3dc8bb0523e4f0b29ffd91ac726366eab43e03df5a2468792ec32ff378aece093126e24b3be88f4f4c6cb7d7de4b
gl|64|55ec37b7cedba6c89496253d7386e045b6e61af74d926c66409c57c6bb63a997dae2c5cfa7ac21df5d44fbaaacd1c48b5089c22031c2f26e3efeb27d762adfb3
gn|64|9ff8bbf8464466b26e6b4873ebc5545974439bb7c6b1735beca42814950889b154c0497f8029a2fca41422a36e638e2b889ec8788b4b6a554594a95deca8ae1e
gu-IN|64|f6c24295e52f274360688341bb068ceb3cb74dcb60a6d8675405fed3f59ef8ce3040f9285a7bfeb53a645e44f93814233ce7c8769cf38f6fe907d8455a214e2d
he|64|4e72d2e9f85220cf5cb8cd7b29ae69811811772358b6d48a5c7d0a1e0f9a496e872b8e5f9d50415fe7f8517e939fad442e7b7f6348b0072b9189c50e91b55a9f
hi-IN|64|cc29f5352ca6c6ca36c8410b622949cb4caf0b81f38d7a53d319d9b2f841568aa13e7005728f1a4aa9f2edca3b356be3d3156a5c5a8aa3d879ef1bc902b8d0fd
hr|64|b92a34074096909b968b2dd4bc817b90e15413ca24c64351f6b32478b210c5296f68dcecfe2e58d44a97fefbaf97aa84cf0833f505f0f0827606c3930c98640a
hsb|64|4bbc5c2021d81086f34c661a4ba8fcd198b306a5adad49e20c37585ae4a26f0676bcddd99dcbca0a65521d97bf50d2827197529bacd6a64f686ca494f86afa90
hu|64|134f1e9ae6a4fc475014f3ef342a39bfdaaefccbe8655ea7f5e6440af2962ad06e8bac59a8f8cfda405ab574afcca757c0d7ab72ed5c36cd03f26502b16e118f
hy-AM|64|286798fdea69a1a7306e3e6a243551bade7afff35863d9901c0fefd21d4bcc4e5ebfa3c562e9cffe6e6ac9225328483064305351208903a2df7ae709444f3b94
ia|64|13687cb5cc139061346252948d58c13602836d333097d0f79e05bd40816805d5c6207235772e3a958d4ae1e4a6dc694e2030aa0bf949dda00c203c2e878251b5
id|64|74c5ddd0b449a7932eece3880e38f9dbddd8bdbc397f7532df1e2307a48a9613d8476c695f9b75c8d06a8df905133dad5f80191c9c4a51da5f57f23a38d0b75f
is|64|fbc7435c1cc8a2055c5b35278b1bdedcc6e6b5d03338496d30efbcad92d19024166c2b80479c695587583937f854404ac4508b2fcd01c76f4105475e0e8a7633
it|64|ebd390b077fbcb0c15ef04254ea6dc49006b82e1f1e45a89e71831b8c443e9efdebcedfebf484dd751c04a595c4fae00f3d4fdf6aff901ea7850b875b176c7df
ja|64|1425d8a8246ba12e7f2e0e61f88d4726031661e56303c1f5ccf2444d0d81955f257ed2a40019911ed87f2675a9bb25461f02c0512bf1e4042e20a67686abc78f
ka|64|3330b56b1ba4a5daf0efa5cef35991320aaa01dfb43fd1e1362408160ab143937cc23363738e51d1a9275d933392a5c6a336dccbc2504c938c8c3d737f4ef6fc
kab|64|da8c7de3a44846c82f216efca0e98cb76f6fe6ac4053ce5aec7d2ec828915eaf380b9c3d8007f519da3293837f0fe52dbb7f2a4ea803ddf7e4fed1da1d86fd56
kk|64|08b182833c5f38ed3b8f0ec4d88a7ca4feba48bfeb1bd8d147f595282d29972602c385f7f866a30c81c61bedd9f06d35bbda90847a50261d33056eb4f6204da0
km|64|aee8f4378eda6cc490c54ad2a524737c4f9a1d5e44a6600d0c0304be6e4cd7880e9c5bc0425d014a9526daeb98a73840c7d7c2e0a1dbce050f6bd77622987eb7
kn|64|e4077b328561f5c015f018e16dbdc03b557aaaeee3e6be1d03bdbf3c8a7ac773767a2bc1aa70450e24e84405e1211b13066b9902047afa93f1c2b75881a70f78
ko|64|68c6213680dfd400dbc14061e5e3c9241345892692e55e92f106ac04e94cac82bcea1b3c67c561f751a47b5546a7c5229ee3cbb212a81f806e16fc4d12476602
lij|64|9a7058ae60367f3d64396eb486c8ad60199d888e8fee4de06968b3008468b1ef6c418392620194d3b9e7b448e8132a3929affe2ce4f0df1aebe93f2e71c21e26
lt|64|fa313d1371702680b46e31c9682922bdaac2aea19b4ae4c9c846a4a16b08bed1592c22a35ea5367f76121ebb6ea78e2fda73941ca6a30b08959a115b2985de4a
lv|64|09cbefcd011af1010a4e42a085abf9ac87e6cf264b39f4275193e719631076264ce6d026dc03ba633196e3979dfcf0fe7a12f481283cf7527c0cb8a5f8fbeedf
mk|64|dba0e210b03406140433e58d03fe8d7fdd1646a2f6e9c902327ebecf32c9ca347cbbedfb3b58f3807fd68b7e5bc9775c0b21114f8b7fe5a0a6db66f43ff0d3cf
mr|64|c9400aa47b72614a275865558a322bcda9d1443e0e2b640f453a0508d11e75b2487df505b43acee226b5f788e292b0238e1816c7628aad99e5dc4f6445276d5f
ms|64|25baadcf7ac342e011399bf7f0ce624888efea0e58b05aa5f12d57284590f2adbc4311a3a67310a9fc0a9e69670278739f36121a1903cf7d545e2f09fdd23de8
my|64|4a592c9521d97349b1f29e36bf4fcd74d0b9ee94c24c6a8a6e8d534c9ca9f9bcbd51a4aa9b5f4cb745b4d11079f0fc3f85be7dce836d5a427ec75c3d7805d744
nb-NO|64|43e456347c0eb2ef15e32bf3285c8de30f4c76eaa2df94b3a4781121427e3466aa8549cfd9850a7bec3277a1270d15dd9287fa14f7eddffe7b04da334b4bc8c2
ne-NP|64|a287f1f91c11de2873952b6bd1d66d7e27c9a04833b516e63b0dbbf66937cab1c7266bb6e3da642a81e9de1530b7d1762cd0eaa5ce7e886189c26a3f36d0c900
nl|64|8ed81a0aa20b972c538d9e24705e63aea29176d0de8bcd3273f4e75fd191094293c4c059a5c096b3ca74137ba8670143dcf1c9f1698863dd4927457de007de0f
nn-NO|64|8bca6b22426c20f2ed9a76f025887e5d37b128389660535ee60f7964d2673607e274cde2380b7687acda82af7583d6aede98d2c141df55c41f62d4171914fad5
oc|64|0f1cfa1516b094adee98ad5d773813b869c00d2ea131684e02b9718614ccf9f7eb9634783d515d90beaf486086e8a5fa64010aed9890ad8a295980ead002b9f7
pa-IN|64|5358efc0ca7f84a11bb190169725addff71858b743ee7fc43a0081151515643f57811bf5a2c53480394de61a94e2192e377ed002f1ba0e67f45700f070f433ed
pl|64|779d0afff9f01af3ab55db9f871040fba9f5f75b56b726cf3f50156579797ed8a8b3f3997e20c042abcd2b378c7600321c07ada4fda3f1ee32a0d2c51c50ac29
pt-BR|64|d0b54494dcce1ce8b8370dde82806d56925a2d224e5bbb67e0e9c3cf5a662bafb43686158e1bd91793d16cb00ab19921a4b7e7830b7c6151d3ce670f4aa3e319
pt-PT|64|e6951c30b89f1d0088a700f6641f17a2ffa149370f8a198ebab8cd345921816b9cf9eae85b1002502854f33d390ea806de2b913bbf34323d709f39032e8209b7
rm|64|4f2b38f298737df32b257791bc330e7bc3a71877a3ea52760c3afd8db45672578ca35605a8774bf1dc21ac12e4dbb2455960e33d41203c4b26ba1246b3c19bf7
ro|64|0751d22af25b044cd4aeb138937edae475e538d5be5c374010968a1d2a08cf81be3dc9fb5232cfea548d16ae82450b600d676535802db632e1533a4e42e2b15f
ru|64|00f3d2512630cffc6511fb79ac9a771bca4bf5760bd559bfde0eab257d2578ce3686c72032671c52d557eb727a0f7e519a8f3f0b9efb85f9d2ae19f3e68aadcd
sco|64|56f6265cde6d0f2c6113c4ea05f9d18ec4b4a5d0e42e3ad0c513c9d4b8aec0964b96708af3db5ab2238c8916dacae696177aa82d297effd353f8af022eccb2d6
si|64|944dc0c7fe1af3903024dd37f768d4ee862183f4153b5dcbc9637439caaa8092ed97832084565e5b384a9af3a812628a32eed47ad288545f23d5c2dd1c161028
sk|64|21395bc92c5daf51e24b95be360864bdd02d7dffb37f4131c9ebce31efd607e2c9c065c0639c6504994c218d24988e98865587ec5df382e80acbbae9d755811e
sl|64|5c76574cf781ec6ed384a3b4ac5d1c18ea45b39fa8493ece5ee0b711babbba1a47b7e3c02f78d5202265cb2ff62d7073bf8698f3c16df9d65c9546c8771ec26b
son|64|b45b1e23b76ea032e5332b61852e319cbdd274320b5f396600de03f34ac1fe403974d1bd55db3f24a831ee2afe1e85d587039e22b68e4a1786466860236fb8e0
sq|64|30eefffa9718176b3e0faa399c2abb3460137d0a06915f41b8e07f976c0f1fcd0a1e1d753be9cc20660d902d7c4dda4de14a5f6ba82efeebcc6f7442565e427c
sr|64|561762fb6dddeb251c3ddb3c2bcf205ef56b7b8438ce067474512514a4b7e5350b7dbb302cdcabeba10043c0ce4240091fc0775ed54a548f73ed50f22a8b9819
sv-SE|64|38e346fe9c6cff852d403ccabe3479a9de4eca04e394e9210ed4f6c9036f2e6d7c3b13a9c1d4f20cbe5fb66e875f1b26b1d1d17559db679f6f09a5da2dd6c4fb
szl|64|f485f3c961601b0f38c1c84daeafc93309e6efd3a87af16b20a054c07a4e7218f9d5104953e4fa4c85aa556b2097a9b5985eb3826c629494416290c31841a218
ta|64|b2b37f43b4c9091e04cb24507b30793a79bef53e27b75eaa8cbae249bfe4d69c91f0d8ef79158a9114045747583eaea5ad8be946993ba2ef45fdf28e5fb9e9d8
te|64|f7c0bac4edfb60195642613e7b6f79b0cacf8572273b8a5a8949cc612455f3ac207725acb3e5d6f753275bccd27324a3143e9a4c428966fee4b50d2f1f3e280b
th|64|c63cd35420a99c0e138016a8fc2f575e38385c6f8d983b1cb31c6b24a97c49e605232dea2f21655c3d45c690ad906612a8f001e0101fe49c53bc92fdf2e9e2af
tl|64|8645dc77100a26afe309bb8afef854fc0e945dda24488c1ea34a88ef207fc38598876db721f09964c8b2a9e3b24f5655e06f16e8944d7c7d42a236f4b416305c
tr|64|415f5fffb46c2fd73d80967d35059cb37e3abaf201e4a20e591c593d92af8d847429cca1882c02e94c3216c5cfd59b4941a8c411b8a92d0ab97b5625dddaf6cc
trs|64|5e2fcec34329acecabe34d119051fe429183030a816a6920cccb7d4e2e2eb7e8705906ba6c686ced128a6f0d8f6daab74d055fff751debd940b0f5c1650e5ecc
uk|64|d15031267b9875f955ace07f50812734c5af7ce42a152f312e44702c3a0a67f11ee9646108c837e4b2a64b99d0577698550a3427e26b0352d2cf9082dc745000
ur|64|6f75988e1ecd4db46f3f63575ba75bff055ddcde05f66fbe5b4ca988b3b258fec0bb5ae549ec0e2e3a72236c7fdd433b0d27caec2c111321f57b8d45e4a8c0eb
uz|64|a6c88e21674f7b9c6b2a2bf52f2fcbb441030a7cfc549cc10494ff91ee1d5ba2346af3171f153f9d90c03dcf93b893f17036058183e42bb315c25fa32630dc25
vi|64|509361f6ab309d3a99ed9703f902538f19e1e9141a92981161caf198331e3f9cbd87e31fd35f3d07f2d60d232ad961ebc3de9e37ba3b5577961dfbcf3c81063e
xh|64|05f98403ca34381d7e46cdd4512cda9f386f70e2c4847d72274ba37e6a4f79fb9693169d0e1ecdfb0763286f63567244592534849bb66ae4645dca976b425a48
zh-CN|64|cd249e39f2d289d39efa81d2e6428f92699cec84311315fe14c2acd22e73abda5a66b4b8ba30ced0f2574c774c69313700234bf966e04d32d29498ae89eeae4c
zh-TW|64|f81e654180ff96c25dac28256ea8570bbb5014f830586f55fb6a5222a82bf285faf770a7047211d86741dd8f6aaf9102033261025231e1370df3153f66dbd394

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Mozilla Firefox 115.9.1 18960 Friday, March 22, 2024 Approved
Mozilla Firefox 115.9.0 22029 Tuesday, March 19, 2024 Approved
Mozilla Firefox 115.8.0 31644 Tuesday, February 20, 2024 Approved
Mozilla Firefox 115.7.0 29079 Tuesday, January 23, 2024 Approved
Mozilla Firefox 115.6.0 31242 Tuesday, December 19, 2023 Approved
Mozilla Firefox 115.5.0 31771 Tuesday, November 21, 2023 Approved
Mozilla Firefox 115.4.0 29949 Tuesday, October 24, 2023 Approved
Mozilla Firefox 115.3.1 25619 Thursday, September 28, 2023 Approved
Mozilla Firefox 115.3.0 9618 Tuesday, September 26, 2023 Approved
Mozilla Firefox 102.15.1 19574 Tuesday, September 12, 2023 Approved
Mozilla Firefox 102.15.0 20190 Tuesday, August 29, 2023 Approved
Mozilla Firefox 102.14.0 27960 Tuesday, August 1, 2023 Approved
Mozilla Firefox 102.13.0 34763 Tuesday, July 4, 2023 Approved
Mozilla Firefox 102.12.0 26625 Tuesday, June 6, 2023 Approved
Mozilla Firefox 102.11.0 27009 Tuesday, May 9, 2023 Approved
Mozilla Firefox 102.10.0 31524 Tuesday, April 11, 2023 Approved
Mozilla Firefox 102.9.0 36767 Tuesday, March 14, 2023 Approved
Mozilla Firefox 102.8.0 35651 Tuesday, February 14, 2023 Approved
Mozilla Firefox 102.7.0 34270 Wednesday, January 18, 2023 Approved
Mozilla Firefox 102.6.0 34586 Tuesday, December 13, 2022 Approved
Mozilla Firefox 102.5.0 33043 Tuesday, November 15, 2022 Approved
Mozilla Firefox 102.4.0 35681 Tuesday, October 18, 2022 Approved
Mozilla Firefox 102.3.0 32985 Tuesday, September 20, 2022 Approved
Mozilla Firefox 91.13.0 30267 Tuesday, August 23, 2022 Approved
Mozilla Firefox 91.12.0 31809 Tuesday, July 26, 2022 Approved
Mozilla Firefox 91.11.0 31749 Tuesday, June 28, 2022 Approved
Mozilla Firefox 91.10.0 30258 Tuesday, May 31, 2022 Approved
Mozilla Firefox 91.9.1 17355 Friday, May 20, 2022 Approved
Mozilla Firefox 91.9.0 23548 Tuesday, May 3, 2022 Approved
Mozilla Firefox 91.8.0 32688 Tuesday, April 5, 2022 Approved
Mozilla Firefox 91.7.1 32124 Monday, March 14, 2022 Approved
Mozilla Firefox 91.7.0 16694 Tuesday, March 8, 2022 Approved
Mozilla Firefox 91.6.1 12368 Saturday, March 5, 2022 Approved
Mozilla Firefox 91.6.0 34595 Tuesday, February 8, 2022 Approved
Mozilla Firefox 91.5.1 22454 Thursday, January 27, 2022 Approved
Mozilla Firefox 91.5.0 27553 Tuesday, January 11, 2022 Approved
Mozilla Firefox 91.4.1 25837 Thursday, December 16, 2021 Approved
Mozilla Firefox 91.4.0 17635 Tuesday, December 7, 2021 Approved
Mozilla Firefox 91.3.0 32548 Tuesday, November 2, 2021 Approved
Mozilla Firefox 78.15.0.20211014 23537 Thursday, October 14, 2021 Approved
Mozilla Firefox 78.15.0.20211011 11429 Monday, October 11, 2021 Approved
Mozilla Firefox 78.15.0 16149 Tuesday, October 5, 2021 Approved
Mozilla Firefox 78.14.0 40560 Tuesday, September 7, 2021 Approved
Mozilla Firefox 78.13.0 31934 Tuesday, August 10, 2021 Approved
Mozilla Firefox 78.12.0 25259 Tuesday, July 13, 2021 Approved
Mozilla Firefox 78.11.0 34839 Tuesday, June 1, 2021 Approved
Mozilla Firefox 78.10.1 23945 Tuesday, May 4, 2021 Approved
Mozilla Firefox 78.10.0 17373 Monday, April 19, 2021 Approved
Mozilla Firefox 78.9.0 25497 Tuesday, March 23, 2021 Approved
Mozilla Firefox 78.8.0 24770 Tuesday, February 23, 2021 Approved
Mozilla Firefox 78.7.1 17470 Friday, February 5, 2021 Approved
Mozilla Firefox 78.7.0 13577 Tuesday, January 26, 2021 Approved
Mozilla Firefox 78.6.1 17964 Wednesday, January 6, 2021 Approved
Mozilla Firefox 78.6.0 17024 Tuesday, December 15, 2020 Approved
Mozilla Firefox 78.5.0 23366 Tuesday, November 17, 2020 Approved
Mozilla Firefox 78.4.1 13254 Monday, November 9, 2020 Approved
Mozilla Firefox 78.4.0 20427 Tuesday, October 20, 2020 Approved
Mozilla Firefox 78.3.1 20583 Thursday, October 1, 2020 Approved
Mozilla Firefox 78.3.0 15605 Tuesday, September 22, 2020 Approved
Mozilla Firefox 68.12.0 43081 Tuesday, August 25, 2020 Approved
Mozilla Firefox 68.11.0 33697 Tuesday, July 28, 2020 Approved
Mozilla Firefox 68.10.0 19806 Tuesday, June 30, 2020 Approved
Mozilla Firefox 68.9.0 19546 Tuesday, June 2, 2020 Approved
Mozilla Firefox 68.8.0 19358 Tuesday, May 5, 2020 Approved
Mozilla Firefox 68.7.0 19601 Tuesday, April 7, 2020 Approved
Mozilla Firefox 68.6.1 6480 Friday, April 3, 2020 Approved
Mozilla Firefox 68.6.0 21234 Tuesday, March 10, 2020 Approved
Mozilla Firefox 68.5.0 33128 Tuesday, February 11, 2020 Approved
Mozilla Firefox 68.4.2 26100 Monday, January 20, 2020 Approved
Mozilla Firefox 68.4.1 19439 Wednesday, January 8, 2020 Approved
Mozilla Firefox 68.4.0 5284 Tuesday, January 7, 2020 Approved
Mozilla Firefox 68.3.0 27048 Tuesday, December 3, 2019 Approved
Mozilla Firefox 68.2.0 42830 Tuesday, October 22, 2019 Approved
Mozilla Firefox 60.9.0 50954 Wednesday, September 4, 2019 Approved
Mozilla Firefox 60.8.0 44205 Tuesday, July 9, 2019 Approved
Mozilla Firefox 60.7.2 16423 Thursday, June 20, 2019 Approved
Mozilla Firefox 60.7.1 4928 Tuesday, June 18, 2019 Approved
Mozilla Firefox 60.7.0 19077 Wednesday, May 22, 2019 Approved
Mozilla Firefox 60.6.2 14888 Monday, May 6, 2019 Approved
Mozilla Firefox 60.6.1 26574 Friday, March 22, 2019 Approved
Mozilla Firefox 60.6.0 6019 Tuesday, March 19, 2019 Approved
Mozilla Firefox 60.5.1 24253 Wednesday, February 13, 2019 Approved
Mozilla Firefox 60.5.0 13787 Tuesday, January 29, 2019 Approved
Mozilla Firefox 60.4.0 26435 Tuesday, December 11, 2018 Approved
Mozilla Firefox 60.3.0 37711 Tuesday, October 23, 2018 Approved
Mozilla Firefox 60.2.2 22247 Wednesday, October 3, 2018 Approved
Mozilla Firefox 60.2.1 24531 Saturday, September 22, 2018 Approved
Mozilla Firefox 60.2.0 39168 Thursday, September 6, 2018 Approved
Mozilla Firefox ESR 60.0 40289 Wednesday, May 9, 2018 Approved
Mozilla Firefox 52.9.0 1481 Tuesday, June 26, 2018 Approved
Mozilla Firefox 52.8.1 458 Thursday, June 7, 2018 Approved
Mozilla Firefox 52.8.0 1843 Saturday, May 12, 2018 Approved
Mozilla Firefox ESR 52.7.4 3064 Monday, May 7, 2018 Approved
Mozilla Firefox ESR 52.7.3 23542 Tuesday, March 27, 2018 Approved
Mozilla Firefox ESR 52.7.2 13948 Friday, March 16, 2018 Approved
Mozilla Firefox ESR 52.7.1 3365 Wednesday, March 14, 2018 Approved
Mozilla Firefox ESR 52.7.0 2436 Tuesday, March 13, 2018 Approved
Mozilla Firefox ESR 52.6.0 47183 Tuesday, January 23, 2018 Approved
Mozilla Firefox ESR 52.5.3 16610 Thursday, December 28, 2017 Approved
Mozilla Firefox ESR 52.5.2 12510 Friday, December 8, 2017 Approved
Mozilla Firefox ESR 52.5.0.20171115 16744 Wednesday, November 15, 2017 Approved
Mozilla Firefox ESR 52.5.0 1842 Tuesday, November 14, 2017 Approved
Mozilla Firefox ESR 52.4.1 12837 Tuesday, October 10, 2017 Approved
Mozilla Firefox ESR 52.4.0 4971 Thursday, September 28, 2017 Approved
Mozilla Firefox ESR 52.3.0 15358 Tuesday, August 8, 2017 Approved
Mozilla Firefox ESR 52.2.1 16371 Friday, June 30, 2017 Approved
Mozilla Firefox ESR 52.2.0 7924 Wednesday, June 14, 2017 Approved
Mozilla Firefox ESR 52.1.2 8927 Friday, May 19, 2017 Approved
Mozilla Firefox ESR 52.1.1 2905 Friday, May 5, 2017 Approved
Mozilla Firefox ESR 52.1.0 3980 Wednesday, April 19, 2017 Approved
Mozilla Firefox ESR 52.0.2 3275 Thursday, March 30, 2017 Approved
Mozilla Firefox ESR 52.0.1 2256 Saturday, March 18, 2017 Approved
Mozilla Firefox ESR 52.0 1968 Wednesday, March 8, 2017 Approved
Mozilla Firefox ESR 45.8.0 1653 Tuesday, March 7, 2017 Approved
Mozilla Firefox ESR 45.7.0 2882 Thursday, February 2, 2017 Approved
Mozilla Firefox ESR 45.5.1 3836 Thursday, December 1, 2016 Approved
Mozilla Firefox ESR 45.3.0 7306 Thursday, September 1, 2016 Approved
Mozilla Firefox ESR 45.2.0 2369 Tuesday, July 19, 2016 Approved
Mozilla Firefox ESR 38.5.2 3983 Tuesday, January 5, 2016 Approved
Mozilla Firefox ESR 38.2.0.2015081001 480 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.2.0 442 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.1 2047 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.0 581 Friday, July 10, 2015 Approved
Mozilla Firefox ESR 31.5.0 6595 Thursday, February 26, 2015 Approved
Mozilla Firefox ESR 31.2.0 4336 Thursday, November 6, 2014 Approved
Mozilla Firefox ESR 31.1.0 824 Thursday, September 11, 2014 Approved
Mozilla Firefox ESR 24.2.0.20140209 1044 Sunday, February 9, 2014 Exempted
Mozilla Firefox ESR 24.2.0 702 Friday, February 7, 2014 Exempted
Discussion for the Mozilla Firefox Package

Ground Rules:

  • This discussion is only about Mozilla Firefox and the Mozilla Firefox package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Mozilla Firefox, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus