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,804,979

Downloads of v 115.14.0:

39,816

Last Update:

06 Aug 2024

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

115.14.0 | Updated: 06 Aug 2024

Downloads:

2,804,979

Downloads of v 115.14.0:

39,816

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 115.14.0

This is not the latest version of Mozilla Firefox available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mozilla. The inclusion of Mozilla trademark(s), if any, upon this webpage is solely to identify Mozilla goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

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="'115.14.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="'115.14.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: '115.14.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  '115.14.0'
end

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


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

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


package { 'firefoxesr':
  ensure   => '115.14.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 06 Aug 2024.

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.
  • If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.

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 '115.14.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-115.14.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-115.14.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 | 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|61119e06e79ac3b92701a4c67774792ead84dee2f6c6038a68d4f0ddfefabf94b46820a1aaf8ac7542465fd075f9ce747a6eb94c186f2a899ad349bddb216ab1
af|32|6833e1c70ec67905b94e5a5d9535f08929dcf432105fb9c46966726668b9f8d17488c8bad81405a7d7f89e07e19a098a1ae86b698b2c8183c3aabca9a313e744
an|32|8aeeef7d418797b2c07e84dd119a8328cfc9f0a60d47ed92630bb622c184379d2e65d60d7de867aff121d31e04767f18040b441f34a1a663c8612745272f51e7
ar|32|32593a9a899c030a2d9d774c7368fc7005812fddb367233a9818ee4c88fb0d79a4cd404f7ef86d2c5d0af8e2fddb2356811c3b6730091b43e13e918eb794c66b
ast|32|932ca2af67c95d54fd09d9d08994c2ec6e8187cd6b5678748ea3a47d63cd1e86c3c799fe0ad6d23f5b03498e106511eef0ecfae4271d96a0c32dffcc6cfd414b
az|32|32b9cce5bcd905657f68a58c8239f4c090a51226e0930880bff7c8299a08dc0aa4c79708f66b64b46590f56a56daed6c74ff963c47f8acf665e45cb5660aa59c
be|32|18ba8099c19df40a4586f84555018f71aba7409750aebd0223273bc85366e643c9f3c697e73e6bb274fc43c64bfd377f7a50265a2720186fc83bd1d8a550dcd1
bg|32|942d53d5073bb6cb191b65323e6e80b824aefb24eba0bdba6769156c4b74d8660db4f94772eabe462bd9891cd5a82c99610b03ecb93cea43ec48cdfb1b65e0c0
bn|32|314116e8f774b0c1c4aa215b688cf1f04df822263e6fc1d5977da17453926adc289044da6893811960adae770a4955da473e440c327df8709f5f4439ab4bf703
br|32|4d590e23a9f325866b89d77507178cee1f4492d5f8ba9af4f84926349360c102c7bab718b3a9aff901fb1dc69de6177679f63b269bdc92fdc4d372a8d11427a1
bs|32|cbcec7a65c87dbd0c433648b4b6e699b0824bc03001ed65371a95aeb6a4432a5c7d1b8586753d9f6a8528a29a55a539309383e3d03b24a0cfbb7b079eb398036
ca-valencia|32|57c7eddcffb506f7a2080685a9fb95436665042156017c40ff151b5182c04df4b020422865685d1e794cbce3fb0bca0967eb482eccf84f27e3bf09b98705c7f1
ca|32|aa76e254ba63ffd2c6a17bc371d89681921cc156e92f32d88dbfdecfb1c8f3d804444cafd8d651f07b9eaa402a1fa6f83015df9382f55ce04feb67532d4cc7eb
cak|32|283e18fce406db5b59b2f9010d14f3075e6dfbd59c16363a66854a7b58d17a320aaafa58ad88f789cfccf90be3ed908be01633bded2ee0790d6ebd1b54548891
cs|32|88386044e6b461e4fbb96e0018b47cb0bfda61daec615eece871a49fbd018cbac06ed53778a192db99ea32089ff4e7f7c916a448bbb427eef80ca89dadc0b6ce
cy|32|fc4d36346c3603bb5a7b8d5aa23feac3e2fcb9c43137c7bd6785cd2459e4efebafae6eab30b254dbb7debf5c0c1f684bb7bd00d85924c15fb6a49361b764987f
da|32|4582a13312b6182b5cfbadff5e52ec4512e418a75eda7c03e432a4a11dd9c9ca9855839cd3fb9aa18db36440220e8e4d0e98e20cd1b37047f84cc301402644a8
de|32|9581f3eea68c9d1b188d9a50c4cae18f6e0fc9d9163a2192b71796a76fe68b7505ee22a2e0d73a0d338a3ac0f5cd3d2178032191e8ff66c499df961bb2583107
dsb|32|fe920ff071cd3045852361d66bf70fdecddced949e2c9c2aa11de9b9e7a6d27fe1825cafe2be526867051e6dd18dd733e57379eff0757753a9b40de27f54f61b
el|32|580e38fe3ae63fcda5baea5ae34ef5341e5827b16bbeea0b38fbf5099cdf0fcf1b2fb4c1a5da7501eb462aff300b71bf7f6f4c88bdca30277a25c4d7f43e74aa
en-CA|32|7e8c2a7bd0a0b379f9c8925305eb3cabedd610fe110b031f5828bf7df5eae82d086a01f6364dfe7cf5d9d14c693d729df33e9fb0617a59f90d0088be0fcb2a37
en-GB|32|a521c1ea3677c49a18a79fe75bd49de3f09784782323131e9e8430dac8e959fe8cfe34a72c5c7ce0836780ea285c7cba07525ea22b4a65029f19409a367502c8
en-US|32|6b35e166863de70ae311df8a035ee31ee709b234c0603c6cfcc84fe2463df94d854472ceb6b0930e74e3f4357e8cc15ce2cb22745a832e419dd56f7e3dbe252b
eo|32|04030b1d13d3875cc636d956cf98d59468ace2219740a31dbdb454c279fbe536704bb04ac6ee02ab10b1f8cd44265a3b727ae1fb3e9f9aa6e3c53aad571a8f33
es-AR|32|97b2ff3e434a5d95676e5622f21e7999e51ce7e24642e2fe0b4b7b198f88a77f927cfa0d3c4d54ef9cd0e4e1ecd4d65a564fd47fa612927600e9bd832c82c1df
es-CL|32|408beacaf1753b10f5c8864ab99df9b4ce327fbbb4aabd85b2b08e0e15863cff27895fa94104564ea7f245f80c0a57cc4e51c302bd871dd3ebfbcebcab379b24
es-ES|32|ee7b74d7f962e2b674a4e2f933bd8ed259344db71eb5ae2e59911833c2de633db1fa4cfe393393de55aa26fc555f9069bc571f26197549d793c97896b6608909
es-MX|32|f0c7f442bf5a249f971261f5e7b17f7956ab1f2f852c8a011bb76a82f06a3b88e834030ffa2ba2722b902a82d43330b82c0cb0d8e34fbba4573a3541ac09d2f3
et|32|e1e6e6f2269cfb0328b8a3f581ea93dfe652d0f198603e9ae414402eefc048d19d41e4901ff3b62353c36ca31bdf76f4627c0f1aefb34d5b3611e04913b3350a
eu|32|77ce5aefac828d110338db3c266683ca15cf90efcc883ddeb6e4f9377a616822114686d6f83e8b30ecf585973a69544220141072824d45cf25bf91a06c572b47
fa|32|984026b60adaf62a8116044b8ea35bf8e84a31dad9b77044a51df6aaac64eadec61af5aee3fdcd7f31530670588456a73e44ba9366c5976a33c103fd72612839
ff|32|d38af14a930084b39f841ac38a20e7fd7bcf397b5b265c925ec76133132ddd769cadc3e38cf3551cf33b53814d68cb5edac2e5ac9782e740febf870a7c53b10b
fi|32|c2e37c380ea89d2942d8f39ef27798f890b0864ac2f27a5b40267fe7cff774962fa5512ea8c197040b9ce0ab3a4fe0ab9ee1fa01c7a7856b97fa76caca869269
fr|32|0b556022d9b9af355c5cb65ae953f79361c4dd5658072cc3715337d12d9268115d85859689076f7a748f1c107b1a3d56e3591c61536eeae4ba512f3bef035af6
fur|32|170630cc61e386b23b227340bf77c580dea9eebaeaef19140600527cc008d4122329468a2c3ad62feb27280a899684183de5f4116ae307a7d91f789101187e81
fy-NL|32|c878457101eab984abcbb25361f8ab3f5d05e361eb0c73c2901ae9315019860601e236100c11c25c89d57940554a75784c1be77f99ba2d3d76d2fb4953dc8f30
ga-IE|32|828966c1cbfe93608defa9f99eaa392d3d0574ef39c699992f2e83ea5ee5d3bf11c32ec65e35a2147ebd09bc9009e3a10551cc07b4a40509561865b72559f32a
gd|32|af9d5e4cb571dbb05834fcccfd0f5f771eaf4d67d58ef1e2b2c0377a204785b4697965fe607d58ac55aaba12590e0cb0d0d2e61c35b833fb4e09c7ee827c0817
gl|32|6e328dbcdbe84f6f7128079b2e4728866872d61b22ae50d95c78eed70c6b8a961215e368e9323d3cadd80ac6dfa72fcc053972e495226caa830582f86cbfd604
gn|32|4041bb5d84eb78f906c07f64304fea3999c3360899273adc04eb1f1bd2eec13ac6fe11e54b0b9a62b6fb550e33959efeb20fd204c9870921ae817e5d49bd0694
gu-IN|32|932b1afbfd66653394dfb8ea8b367a9c5430eaee5b086c66a8d4ee224b9e843141805876c64edd7bdf7bfd1e8f402b07b159a189d6e1c7eada5e9b79cc64b559
he|32|96248467f3ab9c0c387de5327d7e1a53fc422318c217ccbdda76933ecbfd322183ed3ba46733bcfdb65507466f3e1375c9b81db7f6238cad887d67960aa36630
hi-IN|32|b1cf3a193c62eac7c8e6a1141bcadd5efc90bd88bdf79ec67e7fc8ed344631852a9aec96227653774463d6e5169b5c7c486057e4f9200f500e32759e9c637528
hr|32|ae5610b188b449e9051d940deccecab374100c6c860041338dedec623fedfb0914100434072ffb12d4d95e7486147be02e06f7a3ce9ee93ff47bab06743ebfaf
hsb|32|4f44470a6f47bf29002cc25c61ff8411036e8cfad81cacd95347ef58c6827ff90a91c406f5f734a9b2615aba55e963abd6323e7b69a3ecccb61025641ea1043e
hu|32|c103c758541229c4a9ac20bd0c64f448e666c2f414f0b646e49bdd5a3bc2b6fe3051bf1af8e3f61b2808fb10c62638eb95d0cd689a667f6255c46c308b7516e9
hy-AM|32|48a8f1521ed613ae6b511271c527f42c90dbf60a616c931bf58aa8bbeb201e20cd7450e7e0dfd9bfefbd36b46349ff16a04bf454590b4a6ec77fab8f9e083435
ia|32|0351e85d8e79538625d80ebac455d8dfb239f476b366405d4fe3061a24960bec24ecd7c3fe5c45336af0f12f589aaf4c34a00b640367cf25e818b369038fc396
id|32|4ea2e47bfe42c7431848d378d0f84163006d276cfe2b8fef507171f06b424b3efd4fe7f59b7b3b3ad25a4ae27ee037386d4b5112b65bf60e400ccc1608f01c9d
is|32|6de61cadf94381f1703cede1a18a1a2aab64c27729f25c0fc12632b4a7bccc36ed08742dc74627d56fea7f9e35704d7f0102ca2b92a797fc1e522b2f594c3160
it|32|ae687353dd7d7073bc0cceb5798993231eb7f60a5aa8638855f5c64c8d7034f219311c9afec07dc4a6e8736269207673e1e839cf325f83a409f9de5dc3b91052
ja|32|24bf49c65d7eb9284cad1dadd45ac1ea8dde3a0477a8a781f16ce3b794cbfb31075f7162a5b7ea2b84289ea0d0d120002dfa3c1fdf5f40c30d6d61605a86bf7e
ka|32|4a115e296435d09c9d8db85d3423c66555f166d2e21e8811ecd754ad413fe913a069460f71aa5ad3e47273a4a042e54f105dcf9298215c33199cfc8ab5ccdec9
kab|32|5e37713181d29fb6acd07be8a5d411d88429afb203b6d24c5e0b4d0e9961daf97c23c9408e6ffc6ab58fb8105bb939dd64247a477dcb541e0dd7b17d9de2eba7
kk|32|083db444266e822c72ea6f5c04d763f43afbc8a5d313ba9cd99c918502134dffc8f54342e7bcf02e80fb6e6ce0be7214db77d944c4cf2ef8039dbaa954000e3e
km|32|bc05ae1b91007fd05604dc9486daa1882ba692c193677ee6b9e6d92134bd4d8667486e322cc9b8002e63c6c57571678cc4dda87fe1e89d471549113bcdbb9f78
kn|32|9e871a2b5c59d09267e3fcc69fc96947daf8a7055c8f50d25903687106abf6e847cf3191d381f85129f0ac7695d918d2a8c92d5d6bbcc3fded4d1d82fe250952
ko|32|fea557f865b6ef1e123884b7c9f6b5b1f949764e976f767aa945de772d4f14cc2f5413c4ce2f5d0153aca839863bd09b8b3b793385a8085287f35ece8607fac6
lij|32|4afb86266ba9b2ad81441e60c482bfdff7a4a66a46248e31512c3793bcd8aba7642ee06e700e71cfa0aadd2942ad99ee8c3cf3268a438558504cbc366a55d37e
lt|32|d9d39b56e79e6e14b5a9ea3c686bc88ab01ffecb27bc3b9c084ee62b4e9b5773978802a23cd10070bef88d46bf3d56fddd10e9c88c55abba40cba77d239f601b
lv|32|fb11474b8ff824a512b89f0725ccc1b778f7cd0b6702c7854e09bf18ea138daebbcd7bb5408f20bf02166042b1278ba9e563020889db06bac7901902cd6ab3f1
mk|32|3603cc0656ce3c1c63c8ceb4c7ea432aaff2db2417159a4661efe5a0c867911eb8163f00590446d1e90f9db265b74331fbf9a194ad31cf9b10a4ac413d117dd9
mr|32|17eb39fcafcdd15ebc9d07fc9400d5053f0849c17018cce61050a21e97b19aa17dfc4e85445819083237a6f4e7b7528d2608e3cda3ed36ad37a9ddfebe0c41b0
ms|32|c7c202c479d7948177a71ff648290f83c659435b99754136d1cb49d5f9d922e27b4f78a250a3d2aac8f41773730328fe439fb3d8a8f73355d24bc9fd017dd12d
my|32|4aa9d699b5fe1d52268c7b9f76f6d215a0d6976acc3333d0bfc05eb6221e26d55626cf87f9cfff60c66a1dcfa26c1c78a24835a6eaa790cd70cd43d53b336e75
nb-NO|32|0183146c7af8584f14881cb2f129e5361dfeb8aa3123fb80e6ee501ddb9a502fe48bfa6768c077b4c4e0a866b01667fa7b7c784563209f723a3fd7bd9f089c03
ne-NP|32|e22d242bb9a836c70912cb4b746326bfd2c881ccedffa858acfc61b6caf4b549e4d11e524b6f08df26b9f8d17fc3fc97ee066bb23a08d4e9087ec7c9ebd67bb6
nl|32|ef6e7e739d5896607513d2a96d91962c0d7aba46469b0e37fca0f6055a66408cdd20744187e1b78422a4705d21a31bc453169ecca302c74b250df36cb0f45af5
nn-NO|32|d081c0aeace1f31448281cb2bc52d961b2c34ce1c15083549fa48b801b7fbcc46578fb7474d5df5fc975d018099d205fcaee47a291c85530e84afe1f4b2c2269
oc|32|a92712c61964c093cb73b64b200891e4e36d6a4aeacd557886c3ac6d11ebb6e75b33f2ac0d4a6bfb4beebc9441287d54d524d697fa098bdff7be79c4edb76421
pa-IN|32|62bb1a92a31294c7a10668079caa3ee9a7902a5d0a442ec4d156a62648da5c80b5ac1de68c53f67d4898e420c92e73c3fe2a96036fab739e0a5dea7cc046fb18
pl|32|138e4ad5956ae96c739fa524323841f0b0d47532d484ec638e5f6cc1272a998880806cb3c6f1118592b5753bb8ef922c92a122ad1f10bc5e033582490ed860d3
pt-BR|32|21fde2c5d913b6d48b2a3c958b0a75ff2ab6ff506ea76c2c5f470d99c08a32f454316c7921cd0d8ced565069dd5be4907872997792f34dca5fa5ac35d4f4ea49
pt-PT|32|cad9696778b9fba59d13cb60ca50736c202c0ed540801c7ff09f07b68ce22d0728cdd6dd527beebad2eabd24cbae1c991b98168476c1e7744e31fd592c3c4d5c
rm|32|f33a96ba83e7601b829e8d95e5193a2d7294f6be70ba9e41e972938e144fbfac33c510acdb2d82bc94070a94b1b57dcfb3cf1d0d34c2782027162689d109ac51
ro|32|2463c8236ce6e2b7a2b32a84246392a50cbaae71d71102cd27d9ec726bc0f531ad6bc58326f1b5ce303da07a474a61e556f2e2ba00abac83c7d741dff771d65d
ru|32|654f1c3452ce570ecae7bed065b0382f9bbde6a6821c03c2288b170aff44fdfd0362e0c4ab9758955de9ce35db8b0e975bae08bae16c6c1e936b47bb6828cd56
sc|32|e10a9e1020440f6d4dfe7f96bc947cc506a0fa27509f7195c4c8643a7eecdf3ceff64e64e7660d2341283acd379d0dcc4244a13202a12e0c46942b88a2b1516f
sco|32|037fa368221b2cdcc8d63925de36709643bd55a57e7c383696fcabe995b20ed25437954f7d537ee43d0d6b03a8b057b23af41b7fa5874372ee02081223e0f075
si|32|56030dd3185cd3c88cd8613f44cf4c8943d60fae316f778513a445dff0b76c42687b703b7de36c07bc2b51b7301c1a668c98337ace49ebaf0044c44737665f3e
sk|32|72672066dab7afd3c84f78570ab21f56342966bd083a2c95b375b509a63be7ec833d8221287587713f328d6b5a959bfe0560270bb294c8e8b0e31a09601ecf29
sl|32|6754320aeb1d16d4055a70cd0a2445578cbc6aefbece850402e10599ec420ab8ad3afa0048b48cb11e35827886ca39984f35b09473f56616ffd538901239daec
son|32|22f8f5d99c415ccaf481f8b57a4e87b9559da56f141b2977e3a14fabfccba0c733da34b009dfe80caa5b8493c4f85290002b72acace802092ecc38e27d0af550
sq|32|092601304944a5606c60ff42bbe67f4f68f7f5609b03d34d53c0545754e99a2f3d7ce31f7e91d0a600331850f16b09c0513a541af596bea70126707dc6560748
sr|32|42d60663c7517bc10fd26865202799f5475e074975e3e15e9077fe98d8f6bc9938538a1f3fdf13733b273e44fd690b7a0ddaa147e4a2031beb5af16a4e9cebbb
sv-SE|32|4de695a710f3d7b7595acabb5b6c8e2df88bae853e85883402a1d558198f6c24a7a48e985aa310a084236f43010c0f2856ef1ed710b56791d73c539d204e7ab7
szl|32|eba4fbfc0aa8851f5efab9d30c56be7f58f1d99d18625f8a204fea4a8ef0ac66bb103f3875a048700026de1d7dfa9d81824f8427fcb0b8213527bd2c32f01047
ta|32|a9d83cf34e7e793f7044ead9e8e5731a947ef19e1d405c370761aff5dff4e750f1ec795e460d2173fc9405ba08e8474e519adaacdf382f622166a28c583f5d1b
te|32|5abe791beb3bbc78748c563f4db235241f55b21e00b0af25a2e8fb2306b75b3ff916bac6ca5d17fe19d42d9637ffcf0a9627b8cc2358687e62b4689e16895fd2
tg|32|c81347fa2c064b0e525df1244db453d5acca83420933e4a4366ce20e06d96583b0782ef2da06d30b282d57ba347a90d0092314bbfef7fb1d2b6b67dcaaee4e25
th|32|30e0283e65a28da6a9acc6a4cec0c50344279cc91568186e51927c375cdbfb2b1311c2f8fd82684f9369d82f6d8db7e4baae1d5341ca38cd2a07ccff52738ace
tl|32|239c0b67a484ffef88bd71fe3e05fe38330a25346dfdc00ffa1413cfd0b7be7322083f7c36a8069f00bee467197155dc0e6746dcf281de8c87413a7783e0d110
tr|32|9a164d74afc853c09ac1ea6ac51efde31acd73c3bbba11bd9d39d823c7fa5c3051355ccfc2c59f703b4326743c0dca3b78f7bbf1a58e023b40b6df9b6a731be6
trs|32|ee96f7e9807697c1027014b61ac2d043a934dd2ed8f43b4323fe0826c26d6b67a3fdcb7f90af62360cdcf12c46e66dae98693453cd420b4b316483315fed9ced
uk|32|dccf878f6652f3437c8b2c5ed0995b824a3217c4b7f9f5ad78970c7366234f43d4985485af65c0f6ff07d48bd0674a5ced218b8d8ed89c82f5e622dd24f39e32
ur|32|62277d2e51ea0dab81bb4279f4e2b76bc77a16de28dd95eabba5888aa57fa9f73bfd82e7511dfaa38b1811daba4dfc98de08ff7302c777a583034a6d02b9a1da
uz|32|5077a4ac4f1005fd0d194f49c6d91b7f57b8eb7fcbed87a11b4d5e009c6fb941eb39ce0ee288da66a87c0d484a78f69f467993037f3dc5366261bfabdefc78c1
vi|32|52af48dcc8e58c469d0c0de2e7e6257a450076249e1fcd26203affcb6b47b89c9f0271728b4f72da5c30b56f6208f8f221462872b76fb295a3b192e30469080c
xh|32|2ee6a1d298003381a9e909e398cccd8a79c3fc898d6bfd3a9d23d213d63f5b4e473240612e366c102f75d012689e8a7d06fe34e855871203736e17c57d454d2b
zh-CN|32|17dc47ba0dba9781381f51d4dc3c05d876d9f3346ca9ec9b9ad50b9c607fa3bec0c4522a4384e40bfbfc5a2d0c877aad386ace452a9cf14d7ce066dcb08495ad
zh-TW|32|b3c3588dad5a08fa42ffef8b5e7ab0d711a2ace37f42a5c17b61e8c50b7dabde9c8d6155951bef7b02cff3f279c824db6f08f643c068e88d32655e1121a00d90
ach|64|ba2cdac09c3dc001f15ad9c53f3e69f48dbb330c2c7a3d8561dac1ce84229ad07cc15d87ef6b4732ffa62a915db437aad628b94a9bd29b10de3d12888502152c
af|64|90231090722d31e033594d1e7e3cf70f49b88bfe6a988bf567073a692416ed90d30267e2fa0e16e4114bd46400c9ed390542a763dd41278c64154032e26b71c8
an|64|c0da912c81bbbaaf95e6cd399697e1096016b904c16e9255984825ead2ea8fe8a103fd520f70f33f15b0e679a77d36956cdaecc49a307b6d7d423c4c3e171940
ar|64|9f804d0784540fcb9dd496e432843a4e99a8c31bf1251766ec58acc94b15e737b3d49bbdeee316701a0843fc99402da3d2b82489bf937ff9ec2e87d4b7bbd354
ast|64|3aafbc89729e52c33ce37cfff195b7c97d4b407f3ad5b4e39dcde670e03b9d9f3e636ebc5bb2915cb2a590127146801c1e7602bd448066ce173972394cfabc96
az|64|6bde867e0b3f41e9d7e272f39f9744a37dbab9923e5999b565df6b0e688020829b43649bec79d64a8fa9e6b05de5ca5d0bed1f97baceda759854d01b2c397469
be|64|ae1e4cc7712a4c9f7ffd3e81d163d6bee6a760a497e868df90385f104efc28e4c5508757b02733c391d1d13063c4b93724362d0429a65e553cd75c97cd6d8b3d
bg|64|df4978590a5a19d076f09257b4b41cc1334a55a28d0197dc4b1ed758123df9f578ab03ccfe0b04fd19ed300ae101ae6c15d7bcb4bfe5630720c63f499f5c8567
bn|64|b9723dbe4c4904ec7be53694747d67e3c505740dba287204e1771679cb20d198cf0a04899a169e59d0b0db79dcdd171ceac469a9c1e4d076be154b1525a68ba2
br|64|2798d49c571eeaf85cb8451ee398ed589964161c30eadd2df2252988edc61c1f841c9371255ae371efe709bd823359aea72bbd9c2558edc646e2178ad5522868
bs|64|2edcb437a8c765752f2909a2be34961bca261854ba13d4cd794963beb12a340f31b5b8f21a6dbe975103c44f469417c0590383d34c79327c52161fe7bc07db52
ca-valencia|64|7c7187316243412634c66df24e210a161c641246a2f0485521c64b590ed5bcd81d4163795a61c77b1d36826713e20f0d263844aba171cdf0a9e3318da9da81f7
ca|64|66e1ba683b1639a81f9813751875d9ea1f98a0a3bd9e8d01e1536c4aabe9d28966291b4bf0713fb14552a14b4af2cb7415398839ec187273b6c94e3e9698f714
cak|64|6cf48582826d76f68dd0f0a9c2124dbb2bb5e96756f9304e79ec65745c45ee26167746c7d2d2dfe3abf549c27cdcf8af4d5ee63f2d8a3a8a83fe84cb81eb318c
cs|64|9bf09adb5bfeb0096f046f1a1e0b0884fb5d8c63e405e3878ea1df858b345b14dfdf9b7dbff5522d814a46d014edcfb23b70051905b967a93c16908ae229f27a
cy|64|d296c8255e4e96c7e381a4193ef24ad6494002f0df181e3059e8e90760b4ddf8192b6bcf5a25b5ad064691068c02a14c7c1bac9a0fd49605bcba9b069fc47d9d
da|64|10a55b689cf30099ebd9e915428ebd87b0bb9cc88dda5feea7b0ef813dd1560c8cbd1680d787cec438a7b990ed3804525c8e970e34ff7d4595a7a79a4b69ad00
de|64|312523ed38cff750275bd604ee1f3576f839d77ecf9f888228a86f08591f0363e913c49ed0f3c4e19f2d736d2bae8e442a3540df8cff918705ea09f6957aefc1
dsb|64|0dc4bcaba31d0abcbaf1d06d22cb3a0b5e7da2251c72182f55e045d6195b59ef196785a43d8afffdd1083406bc3d4e1ca66ebb85a7a8f4a39dc8fdb67305e327
el|64|a1156aa372e75e822ec4d618c506b0354006560493ebc9072f707bf4953a0bd84597467e9a837c8bba6b5806be0f49cefd25bbf4359c86331a9d0d714ff8ad76
en-CA|64|4e2325e8279ef714bd284e168befdc18fb21dd21cc9f0c674afa3d09b6d2628d1728b9e0b5e84c7f7aeb76288c6634027901d22ce87e767a9dd32ca4599f094a
en-GB|64|56403f20384131b72a5f3384d57cb122e7e9fe69f4915a394d0188a059c86ecbfa70c27c5160d322ef0ee1336539f36fb52e117f226923944249064c72b26358
en-US|64|3a272fa59d1e83d3005fd286dd3c7dfdd1f46c0b5f9c3369f604e9f794fc73656583b2c729dfe329fe042aa923af50e746aef835094d0d198ae8effdd21eab89
eo|64|e3a758bd8539af84d7f836335b6bb94cf6076314ab7e10d49bdc5eb71849cfa3e22c7004bf30fe21980dd69eb66863afa2188ef6dc5fdf9102e180b08321955a
es-AR|64|9a78d0371adbbec3df2b9f5f6805a1db3755789fc3847a5c4c833b5343264b4a12e7d207453155e0e92703537dc82e9114ca7350565346606e5cb1679953e2f4
es-CL|64|be34b658ce8555d08515f6d31b539b5c75d7ca02cc50613ee7aba1a4199be6674bc5a2d87679a921d1546b0f0cd13cda53ba399f4cc0d15dd826490d9fd6f287
es-ES|64|af3d4bb079a5084c1fc4a553669a44bb503445a68228a2eec203304fcfa16e7469a9ef4d516747b1c19d283c47e1649f5eecfab9fcff5971e33ee33e31d498ba
es-MX|64|a2d7b6d1af004d95ea743758fd208295c0bb01e4ecbd0c8ac0f13975404b6409eaf73de87fe283a73e47ff5ba6a8e8f0f4d230cd276ad0a88a565073f3cdd01b
et|64|fd527b15796f2acbc7fddc486d3b55306ad9613ed7a9a677cddc8e931201e3aeff4890a854f5d66af548e8f4f4765735211fc2386c41b84a9937adc20f811889
eu|64|683b488fbdd8d080e9156c38d8a5acde0257d7c7defe98507d522ebc9166f151bdb505c8fcf8b7066d9cdfea89254fd328c197e5a7572694e2a18025e0a547a7
fa|64|42c7520f0832feff4c22ade9c2cb5c484d3810a85e62a32ff5ad79c7a1dd9542d1aac71645a9584192cb685ba7b8619a452b0a73b6dbda0dfd9071cbc13d3220
ff|64|a3cdcc37e56eecae0aa8a5d9aac346fa70b3e1718ab46f05492f6b2343e069eaa79759910af97a5ceaa5b6b8ec501ff18ea09b0f082b5d8bafc0b43d8935611d
fi|64|51f9974facf2d9565fc257cc11f810395448399adbdb37a9819e6015b1c43fa2c1b5b5cb5047628fca296fcd93e3fbfbe445540a4fe89cd3120cee10d1d8b954
fr|64|23c08d3e826adf4046806766a6ee42c3091b8c949c318263d91aa878b4d5ccac48d9807cf428c8f7bf99f78bcc8d57b1a432bc2c327f7f148cbf890cb1dc7bc0
fur|64|c48c7efba65b65df2cfa5d12fe100a1c8dbf5b00afc05e4febcdf5af499de89018f49263775c894f535e5ba8553327eb66446cf5d2ef5affe31564ddd7c7ba5d
fy-NL|64|83672e462135cf42baa5f68044cc9ae143a6813cda93b55c2cacfbd72094e02e443681e25c4bdd8cdfb1eefef39fd1fe13a4fd75281290dedde01beeffbf2d24
ga-IE|64|53ff1164da81926dcd940de18e6dfb88ee19683f1a94e69c25442fb51a718852e2c9be58b2b7cb702037bd0f9cb05033c9a5a16c82489b0d77f5c1edfe867fc7
gd|64|4c879a7e5f1fa16c77d3bf644ea2df9fdc90e1aa51f579825028391e45c0314d24b44205395be33ea157256554e1da1cfdc44f8a6312d7f0ff4da0c2bb910c81
gl|64|9c18522cb2b6c2a33c9d83c129d76300e3aba68a988f489e5a41720b8edd166775597d49e9760adce1336f4e4c89b5078abef5c96c0276d2c8a78327c71ffef5
gn|64|aeac48ef021bb7583580a5a184e215148e93972828ded99b3c0aa0319b54e475bcd6741f693446f6001e1c8fffc61e7967b18ff6dd4bd231c2525226016c0b9b
gu-IN|64|75a160212b7d4e3b09c5b279436152f984adc7ccb97ce8ce73ce32dad8f9b63b171ca7854b2af89b4a3f358367c6dcc3ef22d68a33043955227377915635d94e
he|64|ba37c67c467875b6a70d7dbd419f6e535fe267866689248d2a87aa7b9af604f01a14a311b4118be9b5c0856756b7db9538966a3f421bd305a4ce09effa1f8381
hi-IN|64|56c389d1d6166ba4b5f6a0c6e4bb2027fdd3fa6bc0ca89437d070ec6e3eba2a7206f078a91d1dae94919b5daa459c1df8030d777e6bf27f440c38725bedc9cd5
hr|64|a5a044a97bbcd447eb1200c88fb133ba669468f4aeddc0df4e2121bfe73d2f7824ed28816d8a85acdad3b569dabf43fe874c237d99c622c7cca268ec28a4938d
hsb|64|ac1fd18ca585e1bc8b8fb1bc4fff759f0fc5ea351e0018b47ad9772bc2839bca3fab416f1358e44f8b36fdf398c97ec3c846b4c9a9b944778c446b139bce7d05
hu|64|4c5cf1598a99da774280a47041ba486a5020ee43d6c43d4b3f701b426faf59a91d2f3a5b2c462a1370e1ff5f14e4a0e7b4afdfd276b484e9b398117f45c07fbc
hy-AM|64|93ec25a38fe5c880e2eb26488d003296932efc9792567e42c2628e88ca59924b878ebe7dc78c6dc5eda28e7109e7fe0a81948017edfa65399503d03f4eee767b
ia|64|44960ad61b656d4231a6479c28d66331c6e06a8382facc98e9888df4a03709e402242c5cb525879f57f83dedda0b0646e93d9f06e813c5eabf9938e4f44c0032
id|64|62daafed91486afd23529a3d17c8c16e57275934f5e52e155519f4d116d30e8eeb63f437a028ed04f1fcd553f326ead1350d25f7c507141e49e94df97bce2629
is|64|d887d9ee288c267b20c71efc01b3b677c2573abde3f60b61be374b2010a13380c6e2646e8acbf24bf6ccbb6bd5b989818805a213c6002afc32e784ca079371e9
it|64|788bfac7059d49c6c1459637aad41344c9c0b0ccfac78a9c8b6c7b8b07a15d5a9287de33153f4b0060ab2f1430f4d4398e07cc397a83c3da5c54bdedce6de128
ja|64|2a65271650d8799cc812984d4a0b5442f1200e9ce5718953daa6c4b0c2de3d44711890e768464ca1da57b3a0db92a25277da1464ba095fdfdd85b8891354ecf6
ka|64|ec3e455d532df29716fe1e01ac574da89af5a7b52576b9f20cd3ef46a9a1670a23c6cbb426315e630bf0022196dc5ce4a447bc57a1df8bcd5697f31fd63b7ac8
kab|64|42e3463a4c2170d829ee5db2e863f23057e5e3da7750e528a56653eb60a4808da2c9d889077f42a3c5d975ce5c2ef8298eb3bcb658c0baaacacfdd0a927972dc
kk|64|366819f96cdc663859173611db305c8f922f27bba8c5fd8dce8727aa9137b7f4956700fe27e913acb30c167fd910bad14ed3567f6cc6e65a36e84a7c59f1df24
km|64|8d4551b281378321b81ea03679c0499dd761ef597d28985646768675fd2ea64b88dc695a03e2925f18f9ee630483128c1db5c158c1cd426d7cc15b726d0c1935
kn|64|00c40843560f9a091d6a667e44e7cbbb589597d22965513b6c94acb0fd8a9c899164ae58372b13f25033910402be218a93c19480b72213924f4bdc8904208a5f
ko|64|091313a512f3a323cee9b05062c9517d0b61f3427dde1982a17aa5a4b476965eacac5c1c354f6cebf53575976312baaba6d85a2c130d78fda3ddd42c80d62155
lij|64|07ecfc055605690a75a4ff29ead60e562716c4b2bf2278046312b6eac05b9c690a3bef522ad8e24f85e0ef78d0cdc1eebd1dbdb95baabbda4d41a0114ce0c901
lt|64|6bad236adb5918896b985c60a60eb62a858208ae5aa5635c5001d1c6d3c5b9e9673923c0b8b88e8a66c75a6f419c721a8a794224d58b52c0cbb0ff308f79da1f
lv|64|6f0a73b8bd0acdb819cabbb2fb28ba72c4cbaae40cb5fa25e78ac39881b11cf5bc94fa502738e5d80ed519c7d1b6c05598a630fe3bf0e69ce1112fa2c41f6d0f
mk|64|a013a81f58bdd625e4298d3639d6549be1b8321eeab6c60bdf213b651735172179ae32e865b3efd3318294d616e190b825df01c611db02dc7c3ffdd817975c6b
mr|64|6e59c14f5ae77cd6f3098343ac103ee63522589fffc2fc4724413b8328398e203c554abbf35797a82d5fd10365a6b740f0616109eb6ec166a6ad8d0fd0a7a4bc
ms|64|c10637ed150a2897664b0d928ca927476a7da71ccf384b3b6d9abceed662ccc6a2336b461b4ff67a870e4b1bd7bf3a176333315069c3498353aca26c03df0c4d
my|64|976e46b8e3a0c4b9553d56105872d9ee8744788250048f658e3aff2d77682129e2b262282f958221da4ad49c217b755a084257a6dbc5930cee48999183ff8719
nb-NO|64|294206d380abe385a353c9631ba1757e2c9d2b6ce8f33e7679b7d7acd03017f5baa41f89625dba4913b85e226ce44b5ef70b6dec6fd5058161da63c7719e4937
ne-NP|64|41610ff30d77ccd33dae60fe1b8bf053bfaf51eebee06fe0b29d0f54ed725801719a3694fff6a8b9c1d760c4ab1c9a9256464b21eee1abb661ccfb02def70f52
nl|64|688c0c7250f148d45830e49366d1783dc8cbdf76174ba3548928298123f7d5e475f7ee1d13bd70c9d55af9fd03561c2c4ac7da7369b108a3630a8b7707559ed6
nn-NO|64|c97bf9d10cf56468abb9512e4247f061f48f8f0b516713844f9d3da8283cc546e75f4e7d1985fe2c7753da68c30ece633b02fbe743c34aab3458cd7404046a4f
oc|64|ec0f835603b18bbe0f0c172abe4d930da26b87dd0738f6f77f50aaadc2b4366231da2d8a06d57cee1a61b9df8aa72e2739fb25f8d15a11b474f71e62b95e80c0
pa-IN|64|b15473708795e133adc6d83247e873fa6ba838c19ceb6512485eef79f5081b563611022f56cc2e1d48912a5d62c6832125cdfe66632afb00ff8b9b662679d7d7
pl|64|fc6022ae26b6fd23fd0bf45b993769899c0ab8066b2ca6f95932b3e57aac31c7752fac874e54039589b68db8d8c20ccab8f368ffdb23182999f3c219effab3c3
pt-BR|64|bde2d9967b5b578af1dd904dd5acf0e3a09299e970663f5d385c4c6f46bd1ce43966f9d9e1db3c91076b6067dc09e55c8521ea1a57affdc80b7a873da41fdf31
pt-PT|64|36d2ff53d6875ba39a7e1090f2451acdfaea01b89e36041ab2fd399171dc72b004195f7b57388e396b6bc701716d622f7a968a4f830950929a2121b8bdecda8c
rm|64|d1eea41f418d74983ce050971c68bdd6f15f0c98676b91867aac376229ab56eee665f177ddbf867fe924821e96cd042c6bab904d1026e8d185aa90566709218a
ro|64|8d858d0cc24e8d2166f01303893516f99b40422ed8d1148bb8400098684422253a720a4804aebe33ecb0dd753aa339a0bc821599a3eb7978a4af6e51507c89db
ru|64|74eba75fdb14e4c2791b610441a5b7274969def9d2cea490d9948384c028a070d3d6d816ba1eaa84a6684f71f1dd2d2ccd4ca40483cf051c59abd3f5676756f6
sc|64|07894bb35014120d5c845e1d24c33b2d326a462575a475bd0c86c49667346bd2e820d6a66d94716e91ea68400f792f464003c5ac75e58c210a92abb385fc02da
sco|64|90707d3080e4a800b4c62e9ff28e710ab4ffa5b0ad301be5b81a51ea00272985fd2a394fdeeabcc156dc76dc9b73ae4cd723d6f1f0a455e53e7d9f9ecd5f35a6
si|64|9586ce26faecf2d39714087395c67275cd232f1e42a0db25c5b63390e2372099dab85984dbe7e7d5829f997270be46b08e97a690b496722772d0ceeacb592060
sk|64|29a328253a423cee940e6df522b57583372c435a856919faa8894f276c8aa2cf05436639a91ae209df68ce9ab7bb9e98b8beeaa39bb608f75970c9adb5d3fa1e
sl|64|0f7f626294743d31bedffc6f075a8c34fa8a63cd5735b592451ce94a555de69006b247ceb869bc561f1c24db0cbf61675a69943c7374f1e2ec15d0da276e4333
son|64|340915f2353ddebc949587fd12731d92508c751ed197843e52b6c3852c5582e79dc5e865ab9776d0d008d6ed58b4a8fa9f6493db2f39c65590915c621000a485
sq|64|d805e761756f1d627f0da41c7d2e34ecf056d968606aa5e0b555916afcab4347ebfdd39adc972438d6f238ba4d2f325b9f33c037e17f23a2b3f6786909e98e15
sr|64|036d0f4299623bb2377d027e1e0cc60629d53af6bacd17b2c23c28d086df084a4bb2bf047b77ea01923075f162eaf7e6da091213534df0095b65ca2af03986b0
sv-SE|64|b86211e95ff0744a56c230d7f64529cd33ee78e093bbdc3bb21675039c3aab1391b12d9b5f9b4946dff2e9ddf6b6341aaa0272f7e884057c9506fb7c9e685605
szl|64|e20452dce12ef2ee4b31733a230fec8e13fdef080882b2f72bbc0d95eea9294f989251e73fc311cdbf56d7b63017fde164c2ebc7f0b389f30570864d8333bb1a
ta|64|145b18a7c1949739f440abfa285d30092c28bd88ba158cca68ea91578494878fff12e7569b5963075d3bd2cdde28e3ca16f74a6f1959b08da930ead7fbc0e4fa
te|64|0fced8aecb82de70a7ab18e62295974f96c39a84bb0596b0d49774255f2b5653327e5e6854bd657513eee1b72ccb66ec6dde55ad94c652251170652023c8ed38
tg|64|665c9a1e3f7ef5cb688ecc891bdb44e1e5ad2e43ce35584ad931ddd00eabc54e3ca87dfb6cdb4493d74ce8242d129d2710511d1ed481a7e01856b0ae5335c63f
th|64|fe2d7fa6d08cc240efd93c8b70c0c852c0f2db68864ff5937a840d77c18e5acba3ed34768646d4f78e41f02c2d1f92173fd0cf876e68c734b432f8532acf6b1e
tl|64|231ed3e858715cb5a77a8849bd54799b39c9cea41d4354cebcf98f0cfbcf2f30be61058662168cf1d7c846330ba341192b93afefefe56ae7027d535af8f2d446
tr|64|f1e955d3016de400ec7ca8f661d06988760d2aa2f6495656463a46423d2dfa8b0a61b491e62dfa175efc5d07315a2a779d9bc673c9880df9165837ac3eec6f3e
trs|64|26c8649779c4f6190b247fb3fe027357e31fd747f5a3c8505cd23afcfdf6fa33e5fe9feb48fd2f62f1d761a55e3a231499a1e01c04bec0f25bfaadc0bd700597
uk|64|67050196d5137f8a0f6d7536941dafa5bf1a62ea8ad1a0c978b673ce02be0b2654c2ebeda1d72b31758f463dfe30bcefa17ed20172b9fab2f3a539e21bf547d1
ur|64|dce6648fdce46f5bc7ce9932175232811cc6cc3a4a66190d45f782879030178d88036effa981513622d2377e0647063a8a0d936f93fa16b1e3c78cb40ff477d3
uz|64|b265c3cba85a6a0a7859b8de084f3632b17e010d3486d7e921e2abebb6d8c6190e1c2402fb15b66482793272ad66caf117b1143c4666aea826711a612656bb26
vi|64|0380a262597b9335375076c58a63545b9c465a86e26677e4c4e139addd3e540f7fe799c911bd152ff5f6c3f4cf22ad6fcbc59797c16768e60dc675cf69e03015
xh|64|4814a627f017cbb9b99d102061c9bbb4472601b67896bd8792360f61e34cb50061bc396f99c26513b119caab623642b312e1c2ee89bd11352a997ab1b5c62f5c
zh-CN|64|c84e56c665aed3a8ae42cf2acfbe6e3446d2ff3ae49da76863aecac956a0c7e31f605790df74c0a251a59ce8e09f6136c7ca5d49f3844a4673eef6147359046f
zh-TW|64|4029949efdfade9fbf8cd7ef4f92843fb36cdcc9237c1b99f6b852350fee1de2f5309fc2d81728ec44e0324328c803dbbcd5957f59b26b478defa18311032c21

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 128.3.1 33498 Wednesday, October 9, 2024 Approved
Mozilla Firefox 128.3.0 21503 Tuesday, October 1, 2024 Approved
Mozilla Firefox 115.15.0 26568 Saturday, September 14, 2024 Approved
Mozilla Firefox 115.14.0 39816 Tuesday, August 6, 2024 Approved
Mozilla Firefox 115.13.0 31393 Tuesday, July 9, 2024 Approved
Mozilla Firefox 115.12.0 29953 Tuesday, June 11, 2024 Approved
Mozilla Firefox 115.11.0 29479 Tuesday, May 14, 2024 Approved
Mozilla Firefox 115.10.0 27797 Tuesday, April 16, 2024 Approved
Mozilla Firefox 115.9.1 20136 Friday, March 22, 2024 Approved
Mozilla Firefox 115.9.0 22170 Tuesday, March 19, 2024 Approved
Mozilla Firefox 115.8.0 33539 Tuesday, February 20, 2024 Approved
Mozilla Firefox 115.7.0 29594 Tuesday, January 23, 2024 Approved
Mozilla Firefox 115.6.0 31593 Tuesday, December 19, 2023 Approved
Mozilla Firefox 115.5.0 33167 Tuesday, November 21, 2023 Approved
Mozilla Firefox 115.4.0 29975 Tuesday, October 24, 2023 Approved
Mozilla Firefox 115.3.1 25833 Thursday, September 28, 2023 Approved
Mozilla Firefox 115.3.0 9654 Tuesday, September 26, 2023 Approved
Mozilla Firefox 102.15.1 19727 Tuesday, September 12, 2023 Approved
Mozilla Firefox 102.15.0 20217 Tuesday, August 29, 2023 Approved
Mozilla Firefox 102.14.0 28005 Tuesday, August 1, 2023 Approved
Mozilla Firefox 102.13.0 34784 Tuesday, July 4, 2023 Approved
Mozilla Firefox 102.12.0 26648 Tuesday, June 6, 2023 Approved
Mozilla Firefox 102.11.0 27055 Tuesday, May 9, 2023 Approved
Mozilla Firefox 102.10.0 31564 Tuesday, April 11, 2023 Approved
Mozilla Firefox 102.9.0 36797 Tuesday, March 14, 2023 Approved
Mozilla Firefox 102.8.0 35684 Tuesday, February 14, 2023 Approved
Mozilla Firefox 102.7.0 34315 Wednesday, January 18, 2023 Approved
Mozilla Firefox 102.6.0 34624 Tuesday, December 13, 2022 Approved
Mozilla Firefox 102.5.0 33079 Tuesday, November 15, 2022 Approved
Mozilla Firefox 102.4.0 35715 Tuesday, October 18, 2022 Approved
Mozilla Firefox 102.3.0 33023 Tuesday, September 20, 2022 Approved
Mozilla Firefox 91.13.0 30307 Tuesday, August 23, 2022 Approved
Mozilla Firefox 91.12.0 31836 Tuesday, July 26, 2022 Approved
Mozilla Firefox 91.11.0 31784 Tuesday, June 28, 2022 Approved
Mozilla Firefox 91.10.0 30290 Tuesday, May 31, 2022 Approved
Mozilla Firefox 91.9.1 17387 Friday, May 20, 2022 Approved
Mozilla Firefox 91.9.0 23568 Tuesday, May 3, 2022 Approved
Mozilla Firefox 91.8.0 32717 Tuesday, April 5, 2022 Approved
Mozilla Firefox 91.7.1 32169 Monday, March 14, 2022 Approved
Mozilla Firefox 91.7.0 16730 Tuesday, March 8, 2022 Approved
Mozilla Firefox 91.6.1 12400 Saturday, March 5, 2022 Approved
Mozilla Firefox 91.6.0 34637 Tuesday, February 8, 2022 Approved
Mozilla Firefox 91.5.1 22490 Thursday, January 27, 2022 Approved
Mozilla Firefox 91.5.0 27586 Tuesday, January 11, 2022 Approved
Mozilla Firefox 91.4.1 25869 Thursday, December 16, 2021 Approved
Mozilla Firefox 91.4.0 17671 Tuesday, December 7, 2021 Approved
Mozilla Firefox 91.3.0 32583 Tuesday, November 2, 2021 Approved
Mozilla Firefox 78.15.0.20211014 23565 Thursday, October 14, 2021 Approved
Mozilla Firefox 78.15.0.20211011 11470 Monday, October 11, 2021 Approved
Mozilla Firefox 78.15.0 16182 Tuesday, October 5, 2021 Approved
Mozilla Firefox 78.14.0 40585 Tuesday, September 7, 2021 Approved
Mozilla Firefox 78.13.0 31961 Tuesday, August 10, 2021 Approved
Mozilla Firefox 78.12.0 25288 Tuesday, July 13, 2021 Approved
Mozilla Firefox 78.11.0 34885 Tuesday, June 1, 2021 Approved
Mozilla Firefox 78.10.1 23967 Tuesday, May 4, 2021 Approved
Mozilla Firefox 78.10.0 17401 Monday, April 19, 2021 Approved
Mozilla Firefox 78.9.0 25527 Tuesday, March 23, 2021 Approved
Mozilla Firefox 78.8.0 24806 Tuesday, February 23, 2021 Approved
Mozilla Firefox 78.7.1 17506 Friday, February 5, 2021 Approved
Mozilla Firefox 78.7.0 13603 Tuesday, January 26, 2021 Approved
Mozilla Firefox 78.6.1 17991 Wednesday, January 6, 2021 Approved
Mozilla Firefox 78.6.0 17059 Tuesday, December 15, 2020 Approved
Mozilla Firefox 78.5.0 23400 Tuesday, November 17, 2020 Approved
Mozilla Firefox 78.4.1 13293 Monday, November 9, 2020 Approved
Mozilla Firefox 78.4.0 20462 Tuesday, October 20, 2020 Approved
Mozilla Firefox 78.3.1 20622 Thursday, October 1, 2020 Approved
Mozilla Firefox 78.3.0 15645 Tuesday, September 22, 2020 Approved
Mozilla Firefox 68.12.0 43122 Tuesday, August 25, 2020 Approved
Mozilla Firefox 68.11.0 33787 Tuesday, July 28, 2020 Approved
Mozilla Firefox 68.10.0 19845 Tuesday, June 30, 2020 Approved
Mozilla Firefox 68.9.0 19585 Tuesday, June 2, 2020 Approved
Mozilla Firefox 68.8.0 19387 Tuesday, May 5, 2020 Approved
Mozilla Firefox 68.7.0 19643 Tuesday, April 7, 2020 Approved
Mozilla Firefox 68.6.1 6518 Friday, April 3, 2020 Approved
Mozilla Firefox 68.6.0 21260 Tuesday, March 10, 2020 Approved
Mozilla Firefox 68.5.0 33163 Tuesday, February 11, 2020 Approved
Mozilla Firefox 68.4.2 26137 Monday, January 20, 2020 Approved
Mozilla Firefox 68.4.1 19467 Wednesday, January 8, 2020 Approved
Mozilla Firefox 68.4.0 5320 Tuesday, January 7, 2020 Approved
Mozilla Firefox 68.3.0 27075 Tuesday, December 3, 2019 Approved
Mozilla Firefox 68.2.0 42866 Tuesday, October 22, 2019 Approved
Mozilla Firefox 60.9.0 50986 Wednesday, September 4, 2019 Approved
Mozilla Firefox 60.8.0 44244 Tuesday, July 9, 2019 Approved
Mozilla Firefox 60.7.2 16461 Thursday, June 20, 2019 Approved
Mozilla Firefox 60.7.1 4953 Tuesday, June 18, 2019 Approved
Mozilla Firefox 60.7.0 19120 Wednesday, May 22, 2019 Approved
Mozilla Firefox 60.6.2 14936 Monday, May 6, 2019 Approved
Mozilla Firefox 60.6.1 26619 Friday, March 22, 2019 Approved
Mozilla Firefox 60.6.0 6052 Tuesday, March 19, 2019 Approved
Mozilla Firefox 60.5.1 24294 Wednesday, February 13, 2019 Approved
Mozilla Firefox 60.5.0 13817 Tuesday, January 29, 2019 Approved
Mozilla Firefox 60.4.0 26467 Tuesday, December 11, 2018 Approved
Mozilla Firefox 60.3.0 37745 Tuesday, October 23, 2018 Approved
Mozilla Firefox 60.2.2 22276 Wednesday, October 3, 2018 Approved
Mozilla Firefox 60.2.1 24555 Saturday, September 22, 2018 Approved
Mozilla Firefox 60.2.0 39208 Thursday, September 6, 2018 Approved
Mozilla Firefox ESR 60.0 40328 Wednesday, May 9, 2018 Approved
Mozilla Firefox 52.9.0 1544 Tuesday, June 26, 2018 Approved
Mozilla Firefox 52.8.1 496 Thursday, June 7, 2018 Approved
Mozilla Firefox 52.8.0 1876 Saturday, May 12, 2018 Approved
Mozilla Firefox ESR 52.7.4 3091 Monday, May 7, 2018 Approved
Mozilla Firefox ESR 52.7.3 23582 Tuesday, March 27, 2018 Approved
Mozilla Firefox ESR 52.7.2 13979 Friday, March 16, 2018 Approved
Mozilla Firefox ESR 52.7.1 3402 Wednesday, March 14, 2018 Approved
Mozilla Firefox ESR 52.7.0 2472 Tuesday, March 13, 2018 Approved
Mozilla Firefox ESR 52.6.0 47217 Tuesday, January 23, 2018 Approved
Mozilla Firefox ESR 52.5.3 16650 Thursday, December 28, 2017 Approved
Mozilla Firefox ESR 52.5.2 12544 Friday, December 8, 2017 Approved
Mozilla Firefox ESR 52.5.0.20171115 16782 Wednesday, November 15, 2017 Approved
Mozilla Firefox ESR 52.5.0 1881 Tuesday, November 14, 2017 Approved
Mozilla Firefox ESR 52.4.1 12877 Tuesday, October 10, 2017 Approved
Mozilla Firefox ESR 52.4.0 5011 Thursday, September 28, 2017 Approved
Mozilla Firefox ESR 52.3.0 15387 Tuesday, August 8, 2017 Approved
Mozilla Firefox ESR 52.2.1 16408 Friday, June 30, 2017 Approved
Mozilla Firefox ESR 52.2.0 7963 Wednesday, June 14, 2017 Approved
Mozilla Firefox ESR 52.1.2 8990 Friday, May 19, 2017 Approved
Mozilla Firefox ESR 52.1.1 2958 Friday, May 5, 2017 Approved
Mozilla Firefox ESR 52.1.0 4025 Wednesday, April 19, 2017 Approved
Mozilla Firefox ESR 52.0.2 3323 Thursday, March 30, 2017 Approved
Mozilla Firefox ESR 52.0.1 2301 Saturday, March 18, 2017 Approved
Mozilla Firefox ESR 52.0 2016 Wednesday, March 8, 2017 Approved
Mozilla Firefox ESR 45.8.0 1767 Tuesday, March 7, 2017 Approved
Mozilla Firefox ESR 45.7.0 2927 Thursday, February 2, 2017 Approved
Mozilla Firefox ESR 45.5.1 3882 Thursday, December 1, 2016 Approved
Mozilla Firefox ESR 45.3.0 7354 Thursday, September 1, 2016 Approved
Mozilla Firefox ESR 45.2.0 2394 Tuesday, July 19, 2016 Approved
Mozilla Firefox ESR 38.5.2 4016 Tuesday, January 5, 2016 Approved
Mozilla Firefox ESR 38.2.0.2015081001 516 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.2.0 488 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.1 2087 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.0 615 Friday, July 10, 2015 Approved
Mozilla Firefox ESR 31.5.0 6620 Thursday, February 26, 2015 Approved
Mozilla Firefox ESR 31.2.0 4377 Thursday, November 6, 2014 Approved
Mozilla Firefox ESR 31.1.0 862 Thursday, September 11, 2014 Approved
Mozilla Firefox ESR 24.2.0.20140209 1068 Sunday, February 9, 2014 Exempted
Mozilla Firefox ESR 24.2.0 733 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