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.5.0:

27,553

Last Update:

11 Jan 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.5.0 | Updated: 11 Jan 2022

Downloads:

2,545,343

Downloads of v 91.5.0:

27,553

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 91.5.0

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.5.0'" [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.5.0'" 
$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.5.0'
    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.5.0'
end

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


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

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


package { 'firefoxesr':
  ensure   => '91.5.0',
  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 11 Jan 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.5.0')

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.5.0esr-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.5.0esr-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|06474bc2f164b3f2eaf063c5b61107be5251e66a4715bfa26fb46b52f7e51a296bb848b10c259be8246467a6278722ca6a2a80a96494ee9167a7555ea22f22be
af|32|2f777f740970678e372811b4d15284cfa9573e304b22bc0e5fdbe9266ba110ef740c0dea50e36cbeb41387b0ce75eae1bfd678cf35519dd84eda144c98d18311
an|32|875782adf56aa92946dcfded8d530c6417ab1b70e9d97052bbbd4bac135c491a93ba02d3107fd44c94f59535c9b196dbab36e9d27ac51466940e699abc3a1742
ar|32|1673f2aed754c4c25ac4a728592f810729b4506058ef6d2806ec98797180b0d886eb267bec9df432ef78224a581ed639db4d8588a011bdf05d3c6f61a2bf113f
ast|32|703ac69c7a6f21460dec7bd9c0a5b74022d6e1a4c65217eb982964e30ab9ee4ee0045f138ed2992e081bee22cc93225aade8465686f8195fdfa833e95fd3e73d
az|32|5d7959cc02276781f4c92c59c4473da2d7cd54e6f4a62b0e88305e09eb8fc08e91f4dd5d8d4da76c10bc0d5c053f9330abff3857dccdbbab96b805d0004ab415
be|32|534be67e8208c3201e0e3831fd25e8c4303791048517712b7796d0635b7ce0b5f08369d567c3b782ea588a1952f4ef12679216f1623931671231bfe5042739fe
bg|32|08ff7e0f4b75e098c0d3d666cc2333df6d7efbf36d82426d3b181c47e6488f9065c16e1279def9a3ea9f813f12bd33d5cbe22c68ee834588f1b9adad1d81c24b
bn|32|ef7d2a0c0332b26644bb4aa5aefc8e02f2ffb909d1499fe67b29eb4f67c409488a951b85014e95364168890848cbcf18c5061cbfac18259f6bee7bc923a5bc08
br|32|f8b76a75e6737ace58ec2b7bfb3ab285e99241c5fdfd360e01f8b046dba6dee58371e00700236b217ea1fb18ae092588e7d69c2760908169f3ed14182aa8a743
bs|32|cc966d1727d7f747f663e4522929e57c33fd96e68e8b3c71ddea1fdc2762061d41b6473d2f352ee115c9afaafa68647899dff0fb711b7e25725daa1f484f43e5
ca-valencia|32|1aad848ba638970a8694cc8f945e358bc11a6cc1e9bf783f5005a960578c0551488b8e171a85b0cda519e8b69d769f94d5e549ee6b0301a043389b7c0bdcc927
ca|32|b8610784e49d1cba160268def5ffad7dbd948718242b16f3f4866a835fb84141bb4172c41f2d68901149ed548dab750e4b1d535c117c8a385fdcc277fb3d7989
cak|32|ba032fed44ba9ed5c80c32977d2f61b738a5fc15b4ae68610c9107ee102039fc0e28302ac339d74ab658fb2b64be44ca9463f483ed1f3cddd614074c0ad15165
cs|32|722d48a6fd81a2092ccc9da4f0a242f20976de00ac224fe8392a3898162083c7dcbe52f2e92c5bb105e12563b04bdbd01622c50e718b6bffb298dab72c2918f0
cy|32|f57e06e4ba03166e856caaaae519906848334457c04f9d319c5daf184a3ad98c9abf9d5be4fb8e39aecda112e0cd58725bfc955f210f6f01f81c20207748b63a
da|32|73633cf2abcadcc83d41177854b855575a8a54c0a7b8c3af3608184d631ca3d221db048347cc201c74a34cabfcd9736620c5bd423a89cb63ad30316c0d1bb06b
de|32|66fb429cbf0cde46723565b4cc584eed3c1908870cd34b88ac6f77b05e07bffc1e4dc2afdbe70fd99db302f76935b39a35a028beefbc2143e4736a7e0dd31e22
dsb|32|96f508546786f232e689a29c0de2bc2872416a571d76ea1599f5db59c9112254d27dd31f01629c45173634f4c53741a79361d37fd8ef42c9a65b4334faff6f0b
el|32|e8b3fae1ce5d3b5fd8f0fb31a62f1e35d7b2131552afbce331b675809642a86f1adf9bec8e6717220c6c512b4d539ec009f8857e69816621994c0ac47cea82f3
en-CA|32|dcd5ad914635a9be12db184e8515f100ffb783817aed68fc6a134d761304cc767a8cb03d6fe3eb492f5f856ad83799eb07d70262ae27225d0e0aa53c02a1b596
en-GB|32|a9f47c4ed07f1dfe6383e55607abce5aa7ccb7e77eaed2929bf5775d9866773ab39fc093f2f3638b079040825c2c1ea56c5fdaf094d667d60560f8b1b7d6c4d9
en-US|32|3c45d2acae042808afce972aeba041e4aac2eab88499f6c8656663e7fbc4d4b78c37e1ece29e2783237c6ad271f7fba0d92ea9597adb32550b6097e0c5972031
eo|32|d57739c53ac1234fe4c9fa68496ef771999ef7257a1754913554baf1b72dde607fe761596ad16168179e959baeaef72b9f6e3c9b62362031b78eaf047784827a
es-AR|32|4ac466d560e5d37eaa531b326372598c7db3d8be32e3edccdd68825b1c9acb2e3cb33da936e18ae4f2c86f920bcaea037c240ac1d83cf411165de8218fad4427
es-CL|32|5e3c0d7a5d84927a561d14f563ddd31aabb7150b3203103b8bf22ae574f2075235803ded04826a86d5b87e706b93ac32d86fb0e2e796bda6f3ef468decc87553
es-ES|32|ea69343df13669ca97ee1fb4b0951c59c0412ee26ef7fc1f51cc7b02d4e9a2f56e69e33f8610227c2e1277a569941325f66095a2a643d9c08f253d52b8002c31
es-MX|32|0d10c85e6fc0da305220060355fbc4e159c4c0c13e992f1e70044ad9c06b80dff3d205bec0adecd6aa450d31d70a935e6bc3ae56a50253ce20726f8277fa8232
et|32|75d1a118f7f9418f9836a1096da6f2a3436332bd9dabc5cd05868de67482b3eee39d65d6e988ea3164a6565f0a4202078a80fdfb6a2c2c54fc01d0b10af5915a
eu|32|309cd964c9d6adf8e20ae681b8243299e29371cd1f30c4362726527de81f839de48ce9d99d6edeecb55624068a9ec6861d1caf8006b32dea6847474fa37d2aa2
fa|32|08cc54dc9c98529bccbf58fb95846654b535e88811ec18c81f3742c272b744e12b1dde346b7870a17eb3364c2493776e3f08a12282f9808f7bf2ac4604a82083
ff|32|83369621b1cd4a114c4c579e9cea6c0e7f210100d4fd4ea0b9e16b8eda27835167c3c1ee36f2a28d1ef09133d30984ab177abd8ce081c2c9e96c3ef1fe62d10a
fi|32|63efd2ea8b13e7ba2ed515249ab15df11fa394ba0faf7ce9812bfa678e5192d42ab854560fa04476ae464ed3ceda169fbe0bbc7931825b4e4c313adf0be5c75b
fr|32|4c3b3286bc9ab16e3fcfdfd088bfd68e2a031e0866204817f53c9c85e1671e9e7af5c0e80d156072156fd39580455b290eeca191829003db945d7cf65d1ce461
fy-NL|32|225659278faaab4a3890399c5884c76ce8edbf647bc165e2a78ad685557a7ed4e189b3b5c6ef7fd2a7204581c4392b5d75748af9e8bec8637f2c1bfe07ed3ffe
ga-IE|32|9caa344bb0d83c6db6998f22298e17aef7258a5258b1d5847eb8f0791b1bcfb7c2fe4b25a8ab1df2b90bc767e5a835ec41be0f30f2dcb7b3988fdebf05d34dee
gd|32|e020ec66f7b187fefc0a2039ae1b69e09700117352747df9c510d2136b8d52ea6c10f86b2ec4a7d76ff26a29c406f500ca22a2c6110a854a1e9b1f7606b2bebd
gl|32|db3bc0a9ff514533d6703771e7d8376a28589485da0fc9aa2ba7a6b016efd4d518cd7121d62152b2edc67a8b24668c7fd8f2b9fe12e34ba7c8c3741b0d374da7
gn|32|3c36a7bcffa2f9662ac607fb558c089f6640f7779f91378fbdb1106c25e4bc0e1bcfa82505caa6392f5e68568fcb7615209d271384436d6b61d4045e4ad97c4a
gu-IN|32|e4d2820026443c225913b18bbf347398f37dacfe51938a5372891365e42ec18c175bf8f5b3f1770a8a9f795542e7766fcb8f78061677dfcd67db6238b64effc4
he|32|04be6a04853ee5b5e264369df2bb4fb36f48e0819aa9124f1a2beb3242521668f19af7184c95b9459ed9016c849b15eabea80b7c1d22ae9c5d3929e7b18ec69d
hi-IN|32|e78928c5a2a7e9ea9fdd6e0e478cd3a7ea35152ecbc89a6339974dd6ad243f6d25d238369fae3826fa2382a368b9ba218d00f4bb346b18fc11f56de585e6d6b2
hr|32|c03d67633f50c3963366e07b6119c2e0acc86f2c279d123227be854220619df946ea4fc77a4d336faf97dc1da5252a442c47641b4926b6ae9d23ed70dd48a8e5
hsb|32|1df14990d487e70b10ba0886cc868c52b1f997ff643e1134270b54130cf5775f4d4e713ec32017475c9343cb2008a2c589bcf823b4208252a636fb472d576b33
hu|32|c084938dce06f7476600b3d7368279fac7a0e20fb4d119dd02f06a07d4f9b79819171e3621d1809247225fc04ae291cd6c4c848cb3f0ebc31c860de4ccbd5ed0
hy-AM|32|f26f860b9dcc1791575653231ae68dec903d8691f525ea1698e8755c71ead0b00a75df209094397bd2aff127f37ebdc09618f62251aaa899f8ab4aa74df8a25a
ia|32|b986c89cc55ffca980159f57f034283ff720aacf1d186648518037cac43159dbb945ca77e2f9473bcafb9977fc158680ef92e8cbc3c9d678c9798bb9b946f115
id|32|f756be9ab937a23568d8a2f0c16b8fcf21325b6965eebedc56771de68de56e04186a68a2aba3fc50ea398d62a5b2536c089aed7d1b5b5f2630335bf62c05e804
is|32|fd8cb351e23068e2da6a3327db03a37d8b8b18b3805bfa2f741a4476a00f8eb9d1c632166f46b8043c95d794b0d1cf5438e20f3610a5a7fa829711fa25c2679e
it|32|0b7e43a071015b59860f1e3912346704487e2715f1de9554cd19c82fbe3b0be7b7db95e4a247ff0d7be942c7d77bd2c30d39309b86a34b80112cad7c0c27e29e
ja|32|735f9e2982467cdc10d89bc6fd5ad13530873394c78870c7063fa24531c1cbc4914570912a1ff8923b74fe8a8fecd5dff2dc7d203277ed3cff712467a575931f
ka|32|1a8e58a609badb364154ceb893341f0fb584aff51a84d3038f53ebdea211dc395fdf83e900d14e64fe4e4e66de81cef64ea30dcc518fb6a29f4ccfd9eeaec85d
kab|32|a3f0c6c6581e3e756a4392bea4c07ae5874bb881277af0e969e4538094dbf3c797d533e56bb934115886860d93e8cef21663d56c87a3d5d2a62747fb55028d0f
kk|32|fad54b0c15d0d926b09330b92c2ce8db0be38a072861de7b2f9d56c57b9eaf67cd08ae2f90e4016ea88ae0f43bab734674898cbf30ebc6b19ae674f43f98817e
km|32|5b10d2ef8669aad6782165772fa0e2e81f9bda4a3634ad0b97afd1948c9f15ea4cc9e8fe6eccd292d2d66519b496be6212a065fe094b27bd1e19727868378ffa
kn|32|c572972f00878288af268acbccab1e4c4bfaa7ceb34c35536f60bb25896afca6d22eda174f2b101e376b483ca6af54aee912a712388c435775b8987c244a2349
ko|32|43b625b245042f1a3667fb1fd30ccf196a4b0e84243fb42afe1ce085eb1ac519ed1948a2c109b4e09e59a35d52b0a9650e51d26225280a38010afbfea8048c8f
lij|32|4e52e69fc4f20118ef411773ff203ae1ef23324f98031ed7b251c2594505c72689474811fdec21f1020214c9d375b82682e016fe64832dd5dc61994415729ff0
lt|32|fd75bdf0a28872074c147eaf811d278d46defd5c5e85951701dde2b39c8b2123d62827b4b946294effa39398d5c8792c161c6bf68c4f61da0cc897bc8f27cf2e
lv|32|f7e5913319595ba32a786e82bbcacbdb6e1ea66e8cdcc1aae2cac58606dde307fe0819d6490f07992c95fcd28dea39eb5c39f98e2dd46eb93f1b29992c39e0a9
mk|32|3cedde22bf68651631d499494f42fa7b6fb9e51bfbdfb4ab0e24003c86fe7e5452e09dde2c06f7c006dd283d5f65ad24544b6d1fcb53b02da0a0a406c1a79753
mr|32|a41ca5b35429aa4d1609bcf9c2604e1f0a375eb1a76189b9540c0870ca1ba79334cbadb971bb78137809c2820f6c4cda2657ada397d82987d30aa50fc5fadd14
ms|32|86d9e72b7085095ad5b86040ffc3b4ca79d59fda72f482126cd0d2dfa676ed656cb6edf2dfb29e5d1bfd91934c72b500743f8c0e2537f1c98607535a0f0fc82a
my|32|58acd8b4452f21bf9f384d1f7131828b31f9eeb9aaa93f06befc53a223e4f4956ad7bd2a6eba413f11415ed92facf03db0555b787b015b8df55ac493a73bb88d
nb-NO|32|f22f706c323e9aa4499f0b742a5b642da6b42cc5a54997aab7d16ec25eb868649cd422561178bebdd00a968f4e9028255f2bc7a9eaeaa9e067efb51ed2bd50e0
ne-NP|32|a2ee20de252b48546388b53c15a4512a5002bc8df0af843941d8277235e65ac6e94d98fbfc9878786ce0d2eedcf2276a4c83df2fff26a43fe2956a6582506263
nl|32|d8b6f48ab135ee87ddd8a6e96fb971d11c48c2616fa2d592b9bae1cc782ddf175db469779852ec727e553d175f092d29dd64100f200219f38f54c2a5285d7e7b
nn-NO|32|6d84dad9d7c0b404a7bae9314b2cce0baca41d062fae2bae7feaf9476df75fc7c3546664a8a6009cad5d558d6dae61d875a4ff45145c9bed2019be6104efcf3c
oc|32|116d0a7aa71e38096370ababec7a7115e212093cd9a9c1fe6ef4ba06258384c219a53601638b4c347bd5631f6ecf27f6f8df72ccdb8e729b7a7e9e965f415172
pa-IN|32|e322e19c6b8bfc43b469d920d642d9e6ecdc732a3f874f8c352a11ae73d01e3f7e630f0bbbb887e41b77d44984e87ea1c95ad32f9e79a7d03d5646f463aa6979
pl|32|287c7f2f585d29c7e6ed9b358514536b1d8a704adf75ea6867fc03485e797611c53f32703f03bbfbc7c1c9bc1cd71c74f4ce174e22fa7ab84548dde1fbec4255
pt-BR|32|2e412ceb6d9de229d972bc4a8f95ba76110cd03905cfa521017c466a35c6e7646aa8a48b87f8a2260b9f16e4ad1abb2c76c8e27553823d0d213cdd4fcf66bf92
pt-PT|32|93e3c94bcb2b096d232a310b3ae80b347ecaab83db5657acbd966cfa6da532a3916712f1061ca4eb08a068b59c67bc7620c460613717ae995ef52aa586163bd4
rm|32|6975234f1fe1365f9568810db3b7bc256aa010321fb48134e5453311cfac5760eb50767fb2862f1782b34db8c29e29778e14d38ab5eb155f36c0d8d75a21a346
ro|32|80b506c7043df71dbc750d80f416ffb497936d0a8ad3d89a1105356cc476fba2e7194dcd288224f877e8b6c0f1407bb761c350dba9feab424436be92b584fda7
ru|32|6fb3215359e817b57f85825a16329afd41671814c597f3f238dc2521455e7980676897e63a9260065988b662d677d7532545f2197d6239291cdcac9e98f3f4ed
sco|32|16777ba06675887ce206a96b70a8a7b54b3443497c8bdf24a3e075daac0971afd9806db08fe84afdba1f7c08034d673868039e93f8668984415df96d22e19bb9
si|32|f99dd489a2aa72072e6d4c288fb4cf74144bcadd4c938ab8ccfb51aef5c5a31cc1af43d395acd844f69304e48e9cddf2b4455f3a88618f155616d4b5b70de6ca
sk|32|5fb117ec65bb489ec5568dc02f9b6b154f9225d7d2795a6e6d45d2e0d75e87a732ce3cd4b6eddf5b2f10d65c74e1cbce7d1de3715088102100494dabe7eef295
sl|32|5de12de208de9c331d834f872e6d6c87fe05127c33e323d4fb258a3f2ca11099ec7465e547d26bf9390c5fd165f680da56e8d73d2045961b864a52be6d78315e
son|32|6c967878f0335c4129b47f979301cc5abcdd56b5494ae20df2c8edd724c12e7f4c6dd90f0575d5405914b0bc9d32b15c646fbe35cc97fab941c86f2838f73e0a
sq|32|0ce58c5d022470b3dd31407321c9101399f86c9aa85aabe6004421c3e4c28b9ca4fc275c574ddb1963d2d1984a225021d28f1c3cddfe374f05d679d44d914346
sr|32|69c5e62b2ca9c57fdafcbb40abeb28d1fa6d61e0dbd0be693eb81f88f977157a8590fa591dc0cbdc3c91d7895be432c7c2b9499d0c1cf60cbab6ff7845ad6d22
sv-SE|32|77da11e223996e0d3b464c8c9aff1e368f179f6fd5813b3ff4df30a7f6602c71480c5655459a1f41f93e4153c37b15da07e8d0e1fb52f186ae01fba83d71f2e4
szl|32|00ced9c92c2476a6e74d719810426a81225f478f5af74c3412a29dd4f76f6d10599b2ac58d23380823868d8b800df2e408f049aef9a0f8fff9926d7422f3129f
ta|32|acf184f84a9d1ed598e9325b471384190be8edfd82b71b1feaab6833f820fe69ebf9e5119e61ba320b80e3b149020ce4889b899472660a808fa0cbef03f53703
te|32|6e2754946775cf3972609366fb8d322c67d8705133f4dc95d3a2d36142a82addeda250f5f7e70e30fefc456605fbdd246ff5b98fa9c329a7adbcf48030043f41
th|32|4fab0a48a84dbd97b2302ce93756bd0d575ba69c61ca57977fee158c24cf8527d8d413f9a2fb5eb2f6caab937ea3d8ad0321a265d50fffb0f556768af0d93b34
tl|32|23398c3acbb39a2bd64f055f7c8ec9eb863b37e4f87e22d24de207b3fceb013c5e2a344e9d44b494d5831c0f476ffc630e26dada72fc71531c97c5d1baa85671
tr|32|cb82fce8307881138e04fe1b439e95abc52d8699f6fef5f69c01804825b047eea8fae75318c345c9d053b70317069b3e15bf1a416c28b7ac701a9e649e4a6308
trs|32|181726b48e8ade1ca3a7bd5aef4cbf9efe56d638f90072dca7c9a0a9f79a3f8e0c37283cdb470e30c82e73ad1390eec184a78fe401bb099dc02c516d38d89091
uk|32|bba69b167853bcb07fb2281ce390ab7d5328f22321ee117b9025bfdf8aece8c0c1ab04bf65b90199c62e96a705d5b880eaa767b59f72fe9edc8f51efd177f29a
ur|32|cc847d6c868cc45f891b4c609402ff89b33df166d53daf89678e7654824deeab9e83bbd6beda6cb3e12901bc411a39bfcc476aeb3304c2947a946bbaf3594c98
uz|32|dca4e35edacc70d7764cddf9900c1b06d6a4a070db674d4afc5fb2ff0e27f2ff349ae8d57a613f0b48da71934fe761aa3cd461c06fc9c9b3aebdd42a23266155
vi|32|e18fdf81337b81cd1f7dc6907cada2572e068c3289b40f354cef2e99e8edd31853b96ebe526e7b177f51c2d4bf2a94e07e116c32b371134e6582f5ceccb257e7
xh|32|a0df70ff334d87631b985cb24bfe00bf90ecfd6c38f4fcba20d9db4bab244a925520d4a25cca8e9d84b0b0a988cba51689c73e21c4487146b4341b9beffec770
zh-CN|32|f17bb8ed0bb4483f8e93d6a70a62010ee6939f4bbd0688c1bc66dd852834112a83f35c794b1db7d00586f56da251a08b1130a0a0606ba8eb92fb5fa02be34923
zh-TW|32|3bf2eaad5b6153d013121cbb9794d4e25867b09a4868d19675c73fa2dfe1eabe38ae7d26683737b0388cdd242b30487da1acb59eb11448a2f31378b0388f38ed
ach|64|a46a46baf8802ab5d9cf1d36ea21fe946524cd912f9edb5f8a03c2a63ad64ba4b0ef225c7094d4603131d0311ffe9059b540eefc599ac88e8dda5c196d4c63d8
af|64|e3b0f1f49a25441808482a7d35a18e7cb428f24124de342fdc3c29193f7c516f6894633b471f28eb81fd91869e54c75be7d5690f55dbf95f093d13904c67523f
an|64|2dffde75fb34babb33e3d550cc1ce2f9fe79cb0a6cdca2503058cbabc1c4c41cbbdf13f1d96d41cdd119ab77b50887d16daedf8a2c0f57816a6cedf38f473c13
ar|64|f00ef4f1de65bb87ac10ec03360cfae452d0ab486a1b061c64247c466508f03f177a61667ded05081fdeeacd3a1b7ab57a34ce613393b1cf65c7bf9d99c63b1a
ast|64|eca6d84dd2403e2c182c2e60c5048a84cd073b49e1af829a892f4276f3d9f2fb5714ce22bb2577deaa7868128f7b19a3a60e8872c1e66495af9a38e38c05704c
az|64|7f7fa89de0cbe1eec4d91ece3f39c68e9c386bf5921852162e45bf27baa8495dc12edf620a7abb9eeffd5ed37c16de3210a2b0befb7f098f1fdf19ade8227234
be|64|95627a76a1e92eb1ffeacd411adfc444ea466fec9fbc1238eea1e8b49c4e3dd277efc5f229fbf418180cc7cca9664b3c1d0c86141492b756f609399277d20cc6
bg|64|1b17f36af4a7cf66836cc3061dce91e8cea711fe21f2fed29f3b78a5099617ddc36950fd521983dcc667a4245e780f624ec44b2c47106c31280075acce741ade
bn|64|9ec92ea613fd25228883abaabb63097f9d64a0a7f0583ce280aecbdcd8fe41d4912d7353dc6318410c623a2e05456f5d71e2a2211959bfa7d83b149d23a2725b
br|64|2d722aebe7a8c6670fbf1527193b1f3b9c2729707dcd36990a4cdf6451b6b187851666487a57fc1ff000c0ec7a6f4dbcd1fd7c8724d716aa714247ca0dea7cd7
bs|64|eb00b352af04a0ab1a32b73cdbb5b684c114599af37028c42339086a72a562702ce43bbf3c23caaab32a2c209b32b802114f854116e8a5cdac22c58dff1d69c5
ca-valencia|64|9402124a2d13aca0da493928018f74c05a185b43ac7c09e22a03aa9c5e352434f6fbdcad1bd4b0aeb2fb461bced0631323a3b4a2e90a5c74b203c8b8352b7d55
ca|64|077984b7ae6f9513603cf12fb93f99426d6af968453f13c7cb30f2be17586cc1ce0d5f7591bb736d5c59e83aa8932ddf7d41229be5de74790ae9a9cbd06eb2ca
cak|64|a4f27205e1b2d89d4749fa56ab246657ef2185d3565c482be5d0a1769fc4777b079ae9ce231db316e9c1668a1fdb402f54f1a87683fb7f68cd30e8c9a5f00e5d
cs|64|1aed2fa33b5af9d48da3e4b51686b2fdfb5598558117a38c2be7f34813e915e383873c8a523bb851b9c0b046288042fe07faf13fad1bf227be5d99cb0be53657
cy|64|cdda70ae036f3cf689538b981edd4920695fa8fbc16d3adf0aada34c3e58345be1659bc22f1fb62350dc2a68097d874d424ef9f3ed5b63c0ef3595fef4fb05b3
da|64|97e4f6986962997b06ff9950699df1a29732e744120681379d5513edba0bc186d15d41260a04ee0ba96a884ea5ec5bcafb4ef7d8b327977feb5d573dbdaa4b03
de|64|37a7d461314746a6525bc05d814371925329ef7305309405002ea3b2a2f69abb6564dad0505a609ca2bb65ea345b96107f73be0891859c294664ab6bb32bd4fa
dsb|64|384301a602cd303fb94a4dac8d755b1d9a0e467d4387d9bc3caf184a7b6ac1060faa93031bd9747ec5de107a9168d18907cb841789b92058bb449cd41d789678
el|64|c268c2ba60f793896520fe901c45ccdf0e62265c585c5a232d9fb461cb893acac3c07615a34515f52751f532fa02b5a60835a362557299d1fc62a48b5edfe0b0
en-CA|64|b470b0573c9e22e9ae69b370774ab8a206fa989703bab206656bcf0c53c924ceee6ad99c995193d9f9af2627fb1d980ec2590bd8e5851863236cc859bf42cedd
en-GB|64|b38013061d9857b0139d402eb49807de19b3bef57c50979cbf8f8b60070e117c5a30b0fc231dba8cb6ec960a7e7c27045d44a9457def74125b3eb56e46e8d3e1
en-US|64|63996bd0f683770e04ea96decbcc06fb0da543fc6325a8efa0ad7be597fa9eb6624b18c72c7ded6300300f05f4f9c403fcce8bf4211de4ccab2c26a75d1bbe02
eo|64|fdbbc33c698d545e489275530bf1199e6a0dffb9fcc8c4f8dfd9be6b9eae496829b4c868941d36290312041202b9f50550f32b08de3695f979f4a76e410ddee2
es-AR|64|47a2024c873a83893945b803d209b4aa6cfe19d21ae3ab8c216aa9b14917fc5069306bb13ab5c4dbb548345cb1fbf62c5687ae33a469203fabd6b8c66f3df69c
es-CL|64|ec3eafaa683930658b0753336e95387b4fe6f8adbf8fe5f432363a190f38ffd76cbcacadd782267f9fd081b9c307289943343113a6b983cf3e49ef3ba3f025a8
es-ES|64|bda9d560bab83546489a539429a3c1dd71bccac05b533b606082e610803b5e5af51a7835648e9a2b5cd48f39ac7a4d25f002e18fbd539e63ea516de5fb6a9cfc
es-MX|64|21c9ae33446c9212b2fa1ccf2a94eeb466c2a89d1f80350db00cb98ffcd43fbacbf18a534e36d9026a7fe98435a0f32ed8383da5f10ebb3775326199c62c10a2
et|64|05d02529373b7766587b58b6192be1c391addb65391f815de662f6088144f8b38c835c568285c29dcc5693766bc4ba40c939e893b33f478ee635dad10f0b1930
eu|64|2301453e8d0c3d7f47429f5fd3ccdfb341dc3298410e9fb141614c0d90c0452ce828f3fca9f7c7e6834d2c26c6912c80a10ca4c7c1403c3a2bd99bec8a40ef5f
fa|64|dd9a8390ea1d3e46ce277df2bf95898f2c537efea8f7a274f52bf9a290b627f17a5a5927c6ce73a7aed64ca84188301d8ff340da31a132b2b188f4a98c64d20a
ff|64|e74051de7bc61c9790cf601f82e87ddc372aa6ec47e690aefc30dce2f28e93a484d3d9c0d558d405ebaba6e5c98b2c3c1f0d70cd158397c110f2f6d2dcfeb6ae
fi|64|e955074bb4969be86639858e66d5f9fcd91431ad055eb0a0f6c43687bb5f44a9c2bcd33566433dd14068e0517620faaebe9e27208cc3bcd0ffff56b2ad8011ab
fr|64|45d3afdb3742baf2db78e084fa47a15aae0456ba19db8d3254c7710ed411f3ccc403d69c647312a5e034075aa077dcda65c5f3b9498c67d313847e9a7e8be4c6
fy-NL|64|d57fad8f3f2c16ef7dec81d2960501aeba2794458997bce3841af59b104f75e36001d152225c15610aed5c0936fdb654b7957808194a783a55c0bb1bf6d13f34
ga-IE|64|d701885c70b7f680444b2f09823befb78a8380fc3973868e7dc1d95ffc70af8f3ff943dddc169388c6b863ef7b89fc393d314cc55ba2e4ffcdd32b967fdff1e1
gd|64|6978ac03121e42d35fe90fa312ef470cb658e19f8b89862e9e923b262e24058520b104411764da179f1de81c097a34776dfc4ff99547af129d15859c72700c23
gl|64|6d4e01b53056c8d43b3ce3a8df9f824f42e7e380c9a870200c12ce1230ce29609b19b6772c9bd2f4e573c720187e8263f1635c63d2237991b1e380311b6117d2
gn|64|37f78f151310c81b3fc2ae19bbb0fcf2f838b33d986b2c521b99fd9db6dd70e6e0e36be481a168398a99baa64d89bdba86a8ad22ef9e944eb652395abac15722
gu-IN|64|5ac29c0093939b1711e3cc3c8b9afe35ebe9e3fc345ba5c36d2726a24dbfe40992133f8cd2b195711f9b6cd027e6cbea1bfac3df43f78e8bcdc882f9dc70b311
he|64|33ae623feea0581471b9b511b48a9acffbd3ef42a3e4f5573f72f7f007f5c257f4773ed619e704c7cc7fa6001efebc587a36a8c9e84765d66c673e9a8eb75587
hi-IN|64|8ca315f43da55d62865e5ba3f2a481c6be3aba7bf4f9497c151431c98ceaf4463bfda52611eb3e8953d49e385225718e734604acff64ce3af53d49dabda65eba
hr|64|ad1485af18d99f1d690e52799a7f4f50e9f8dd9b843393b60a500589ec9fa583e5fc629ee66743bbdc1297f423d1949f1c72898da6a5e18738a1714e547f9181
hsb|64|bd626b6e64358fc75f12c13a118049ad2725aef90495259e2e96de2e86c009639d02f823f6efc8e53900742107a2a6718eca00071cce83bc32df17d3a0dea2f8
hu|64|2296ffb7915a4287538c81bbefc3cb37cab557647c562df4f488ad1161a06eea39c95109f3847f517c99f7ea8ba82be3a3c1afed166b9f3c5f60d3382361dfff
hy-AM|64|729aa417a6ed8a4fb72e13ceed7c92aced537581c6d4da4685ca0a88fffc3d54012022ee435ccc8b8e7cbbecf1908b4dae1676efe9b2e7c8214474f237056af8
ia|64|33aa08951b9e5e516fe23dc7341a1ea6fc5788ba4d379b9f5c8342799680088b3cb5372594e8f2347b709a5b097150d13482768d08b12e977a652d4d79124da9
id|64|ed9e6e4b5d8ceb40fb1bece99f995255ae375bf255b03f2b1632ffe071d9bf3cb547b36d719aa3ae228ed94c600046f8fb2561b1bde38fcc67c03b7b570c0178
is|64|d8ace81cc733918e5e80135cb541401faf309a6be133cc67f7a67808165411a1bd0239c790f9371326d7840e209a047175a04fbb9f84cb830f12a18911fd094d
it|64|8554f9d11d8b9294cf02f7fadef88d3dca17e81dd3a3727ef03f34873a698971f3c9e741fcd617b54ab8731907da061f7ec2ac14e58ca3ad1c405e4076da82e3
ja|64|bcc63e8980b2106996be64ed0367ca73904416d95b75442a58868939b1ccb5952c0a59384901dd0a8abe0fdb3c39aa113cc797d705d1b5aba1423191e0deebf4
ka|64|1f73d7dd36d0dbc585b9da7e837f389464eb4d9f8978f196910846d2a0d17e451e8d8633bb2e65cabb3811f93f7c54eb4cc3226e7407257aa740c6786c59f048
kab|64|3dc4378e42ec88965ab4800531c5707497ba0cfe240db24ffa3e4d95cf4de9c3cfda6c9698726b00a4c31c18f08b8d3b77bb7af1713dd8efa1f13da75522d954
kk|64|ab608e295c627244865f31ac27b17cf5120e80c0ac2afe075ae3a695603c15bb54795cf03a878b63ad5faeb51050008e8748ec6bace4f8ced0bcaeb7493a524c
km|64|33784a6c81c8e57c4df099b416db22c3bc97fc752c4abee7bc250fcac31bcc4c38c32fca59fce0087a1543faa1df00512e3e7e36965d49f054faf41e95622257
kn|64|860cf2bbb2d55b88e6188d9c73cad3d24ac929fdea9003658abf379d5a317bc787dfc8208f17b1babef169ab1fcd9eb52e0df17c8f9e6b6daec6c35aa0815c18
ko|64|c0562df69bf4acf04567ebf5e193b37d7d7749d56689416f92a34f711f56e53c58cab33b55dcff9706133f77244dcbac873ca09ec2a334b1d2c534ec932377ca
lij|64|5149815ac6b510c189d14995e317c43ba4ee3749a7e319fc9ea58c92b51d958f1de30c5936d6d9c23e6ada8107c842e5ea5bf72e1c65e7475b5806af03b3d200
lt|64|9c1a332cb9ec159113a1dcaea3f78f9b45de4ec78c97826d4d4960c78538a1773871f712db2cb38a5f2d8a70b3265c841b6a56f823fbb11154754d25cfc9be7c
lv|64|e5934f686337efb8b8b6a16af4e46652d5e27720b451d4d91820aa31114f96a8db9f0076142001f569fbcd49959ed597132f4d97cbe22abd08ca6e1f89eba393
mk|64|ea15087c0cdf8ab500983c0ca70d9d6a181193fa1a4bc4d689708cc4143335487001f1c433bfe9fdf60f0f0e381b150ec9415d4be2def8d48d832101b95fbdb1
mr|64|e4ba9bcc45af7d820ba7b0eba9c7c99257d446432548befb124cd4e9d6a2ed6becf4ee16242043eb9aab4cb5d364073dddbc0e4b8765bbc3ee0823b29491d422
ms|64|3858ad1e56c499794e53b242525b315cae48d66bb5c0b968441f2ba0efb9a0f007c4e798c31a831cc3d063a23de563a762adb767f66bcebeabf4cc7377ec7fbe
my|64|4f0bfecb2b63146382dbbbdcf13336253635b77e82233efad1058e9b32a63299809a592809eba5840d04d8eb1c2e23a3c6982b66e133af351ee5bd65f72e6ec7
nb-NO|64|5ef091158a64564fb4d42f87592004e6b4d200935358c86cc2075c4bb1d465d4d4e3c4d666e71d8f0c17af7ceb881dd50b10b315eb162d71abd0afbafd4d3d55
ne-NP|64|17b868c7ca4a1d7ef2b2d7d9ba1a53413821a3f847423223f730979ab07cd635aefa8032eb002ad92232c81b0753e5e845759f88b242071d114c0afc41075a6f
nl|64|3212329c90abd546c33b5a695b8df75087d78b3b0556ace48a1172a3d6ca8690ac2f93bba3587d07099759de3a4ff55de48e368a99ce6b17e8a3c88c24c3398c
nn-NO|64|ba4101e02f0af50b495616f198e9e9b37fa2db7c794687d21d1a919a9f6b18863e4c7478de8ddd5e15f36dee7d12ffa55695d95ba70a8d9a7a425e981fcef5b1
oc|64|f142a238a829b4d3962d5ce80c2292028a3c0c8c13cb08e25a9f902255c31af86798da615bde815ab89a4dd185c87259746c484d79ff39e400202b31661190ad
pa-IN|64|755b59db99396af418d905a684e4f6b2272870dd535b76bfa7193e3acbea4d51d01087a07557296995d8f8004abfaf44f3e49ccea4d0a3474fb7ccddeb8be2e1
pl|64|2370364071fbeb765eb669e08b82a107268a19dc1ad719b58bd42323d40783f2f9492ecb1ced8b74376f8fb49642a70210c97cc7e73ebd3b55a237e44ecba393
pt-BR|64|a2ac88c9982c379f8d6265a25fbdaac7d20b0eae7c0ddf047dee9cf173046b966a5d3b70240ec0649c9592c63e8f15313e659a0765351b2fdeb90decc5923cc5
pt-PT|64|bf159a5ae2694d0bacb1a7a037c0bbf11e38cd0d988ffcf48d38bbfa0d106dee6c83b931e5c05a9b9013757cd8334704d50e3ca26f99ea3a4eed20f30b3d04e2
rm|64|8ff76ae1a578e36cd50ca154311eb7b3f5cd3b7764bf89e8d0810034df4961db01d9b98d9f4ca6b05d3bd6f1f03d24507457a787373f7306c74751c6034b4149
ro|64|d5425a0d4bd86511d546f8fa141d9166916ee08842e7926459b138cadce18b8cd366102dc229443899d034b2e75e221d702a4d544da42f9add7758f537cff28f
ru|64|e4dcb20bf13c0dab06090615eb63068777a167e953beb1895f28b6595d9979afb340091d3085cc42f70dd6d0f87df7d21c1bffa1a3919551cff9b010fcb23b5f
sco|64|5628a1169de9780f70b7c3edd4aa746376fb5767792fb3f92ac1bf0dd2e5221d1b7d32f937a2a28040705f017fa34e9b0c3de5ac356b9fae76d2634256e15699
si|64|880d97b1d2dbf90ea03c0907bac02c9abf3f693856858ee29513ec6df0ddcac5e4efa1b034fe295d100deed63ae89539605965a3c24042f526dd6dc1873ec511
sk|64|e5e031dd792e9cb321c7ed195378c3c29a27aa5026986b81143e1d9ecdf5ec5a5c396b2a0fac11173398b6bb0bfe252ba28a5e1e123c3777ee70f04ec9c3ce67
sl|64|985ffffe609435dce80b18a42c3f48de3efc1cf0c17d4b1c0d5675e182b55075723f59646975c36dba842157e6d7d38c713f5d0c99858aec5065f6f6829d05e5
son|64|65d2f1db1d027edfdf7fb04ec191c08cfd894f6c97ca8bd1b73b7e8fd3e62394304982d673def4b3bc24cf3b9135d8e257470fd9442152b14f2beea24b3ce079
sq|64|b633bf8fa06fdeb23842ddcd67154fd19b3cbc2249b6d8ed3ef3d4b97c1456b548a52470d0668b6eeaf63c18f596edfb6bc6dd2914b727c7b71c4a24a8b1e504
sr|64|f5f85c2d0c4d3d9188308e7f9a6dc1fbef7c26ca246bcccfd2b5e63d567cf15e5571f8064824b51fefb2822e0ff7053c39260265d883250c27efeabe9f518bd2
sv-SE|64|9294bcd16f9ff8c4d72ec2382923a54c3dc3b40eacfe10e5df6a2153e3bda917ed3fab551b347e2bb745f867aef302af3bcec6fa697197f6666f4aad74eee477
szl|64|510809d021fbb0b81eacb6b9a6a94e490b4ea4e9680e99ab923f992e5a56b935b6ab95f544ab3f29c2bf1979f149107ee24e58f177f2f2b2200c07d2622d8a3a
ta|64|bcd9f1cdf5c2f444d9c20ad0ed58df06fe610767802f8fcbda6e5bef3ccba31acc4b9e0ab3ffaa65c43bf3ca8cf9afb6e61e0f55f33d0a73ec122ce9103305d6
te|64|be0e62f05be63697c49f3996afd60359a16e4da00dd21e8dd7ab01551f88280486913b5a7fd6482296fcd43e7788e322f3eb5ded2fc8c291302a72b75f5d72f8
th|64|cf7beaf929a3dba57528a989000a361a8a2679368e292e8e4027abfd035dd980d4e294de35dce516c5a3682088392597170354972b93ff2b9cbfec1e2caf3bcd
tl|64|f4306dffffa9d871ce8ceaff1dbb25627c9a9157dce6443f951998feadc54a9378de062ac649640e8521fcdb4da3296755b4ea28ac54fb17cffe3f5355dc4dc7
tr|64|79df682f56cd4c03660a413a7a87992f73598bdb290438c5a440507fb01745a13a052b505b430f2cf5e8cdcd87d8fbda5d76de085831d0f4cd3d3b6393df99fc
trs|64|ed3a9623bd0214719b16c01529716e721bc41e85b682dae1a74610733750cd0ac2f1447b1be89cad5f657e005226d15db8b4cf8b8df35b4e6058efa1a84702db
uk|64|08216cd12e7ba8646e240fd67f435f5b8afc52f8a639d566ca0e68271182c0bcabb7cf3c53250324eb9cd3b6865ddfa6ffafcc11d7e7cf8a50f17910bc83f7c7
ur|64|6b12c154b4872c35cc7ca352b462f2247220457b94c1d44241314b548a8e086c159756972119c8a116f43b5ddf02fb6215e05aaf172375620ecfea9d22ffe878
uz|64|36cbd1221f281356930b831358182c4c9d0883c6c144e5db68ee3ff97f11a51f3ccc3b661feb2d98bef23ef9a690ac751bc77e6487f076a4a544cd8bfc2b467f
vi|64|cefa82f2509add1a4566916a111879b2f24c21ac815e4958a1b2c94906c9bca5c09b2adc91db95a31a90b40f262122630c6c0e8e0fd3a892bbcd84b726aad486
xh|64|7bb3225d8246f9d753db5c7b5ba90e1ef389ccc632db2dda065a5c0527f48fc2ff46513f3aa005ed5b8480a2365548484053715352278c7adb19409437fa8943
zh-CN|64|45a675f46bc1e3f777b4c50775d6e44d89db8d7c8db60dc29dd511f8c026df6f14818a52bb9fcf2a5ebdfb7d5b4eeb635cf527e3a0ed99512fc310c15f228239
zh-TW|64|7e10c28f77da506d34ccc855fd593af48694c2b6633b960f3e7c522d6c96a62f2472843449e816d81dc8dfbfbd148f424ee6f6bbf8b3e7fa7970929e6d5b9712

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