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

26,568

Last Update:

14 Sep 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.15.0 | Updated: 14 Sep 2024

Downloads:

2,804,979

Downloads of v 115.15.0:

26,568

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 115.15.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.15.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.15.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.15.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.15.0'
end

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


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

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


package { 'firefoxesr':
  ensure   => '115.15.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 14 Sep 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.15.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.15.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.15.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|b563f0935fd1cdfed1d4a2d3fbbfa944178bd2577be7187bc86262a59d8468849db904547312cf119d0be34403148e9692f594d3a41e9614e6cb73250969988b
af|32|136f368ed16829d664df13ffca4be71b85f860cabbc0acc08238febef908a7abdd29da6b8156ba80890e1ca7680234a51ef229170e0ed47d12ce562d933b4b96
an|32|9cec2413f2229b3ef0d7c30b36693ecb0dd83ee29abae2ac79ff0f349c60183b5fa775039e3a5f48bcf14cd59a908ae9edc063baaf305380342bfbe050516c82
ar|32|ece016617a46ec535307c9804925a920d183f4bee1ce7d91673bf578a8468ce8a7b015eff3eb3868ef593c3c9d011d181f8ce6d4c96b9f48b3c5a8d969a851ee
ast|32|f4b236b252e953bd8f23b5fec2af03f2173eec59ae4f721b49e624b6eceac4861e41d727bff0de72953a05d80da9950163268fe20bf0f7e0bc8dea7088711e51
az|32|8a6ed935ab57177a8f43ecc23d8c9427e71b819e723f26f06ad92e864b6b311679fc4f22e6a209c67dda112777cfd8153896e828b00ba3bc09139f570852ece4
be|32|67f4a99f05fe56f83cb84865ac200338b4407b951497043668d79b4e47418ccca95c808176b41911e7d0b744eb359164decff71d23bf254e63e870948d92c62c
bg|32|ff087566ca8e4d395805881ae7760553eb6b6c819fcdb34d048057d14f513a94f73f12378eaffc2a2bbb337352c6285f65543ef76f09abbbf3ab2c26322315e7
bn|32|713996edeac61c3cee17d163c3a2b1189c2b2cab489cc027035c684d5d66d143c9e146f6c07884ca770b333b80047570e73980c86c74cae4f01504193b55ec17
br|32|f0bc5f55e3b029e5bf9888cc2e1cc09d57e6c8f8a861845570df8c1e17795690e62e44e7464617765ca00d4214754dce3389803496a1ad25a0bad26c00dc23c8
bs|32|909bebfd6f2c75a5c266ec5ea8867a5787284fe7d8c62930b5655acaa05e1c87cb3fc84647852e8b9fabd39e408c66d9d4cbc0cffae2b82b5fe9cc1e6b31b00a
ca-valencia|32|338f4ae16b90314ee8078e3421e8d1eff41379fca9ac1b0dc6a9478d10e966bc4fe7d31522a2ecf9ef66d88ca780e792d6b285a1537cc69948c454405f615b1b
ca|32|21b4893d2bdabd9721c4454d18b734f093fae7e81648fcdca35ab750b3374706687a5015bf5405d52f9e43c6c05d7b08259339c8ada7077d519cdcc255a4edc4
cak|32|8b433935a255fdea96bdd8f2eb04a0ee875253fc621c580a4f01982451b4901c3fab91c93b1f8e31fd882b47484dbfdddc460a35f5b30bb1effdb5775fbbb989
cs|32|3fc231a4bc80844074a89fa4322f8085fe7de772cd7fd84bbb297191868f5241b8e7fe42e2364811fa79a8bdfdd053767a6efa44c40f5634abd1e7a01d2df666
cy|32|8746f4e3f1303ccba87d1ba33b29b69c292926a5019c1505d8a2c999594c09eef038dfa917dd26d0bf55f9981157e02dcdf882ebcb41704b8a650fe33b37dcbc
da|32|382b063f1a3a867361b85f5805e6e336d4eecb5b54f3ec2fdb530a6df36e5834c13055af4df19bab7b530b690fa1946c9f832d983f825187ab9551788c982f7c
de|32|06a11097709e7e205b6d6fc783123c379dcf78f2fcbb84d92565e48a6a0bcb2d2920e3cf310591890c657b0e16d5af857e8419f7cde1016350c0bbc164212b85
dsb|32|be74082536e3411602e9fd404cb19772699f680fc0231b3cc143d1c0e0a35c1628492b0b7a50e3511d99d557685f31326e2df08915167b11391e4f93a719dc63
el|32|c6e3846bffd4db338d6bcce39c312348979f79e3dd27f465734bdc82b0c6f7d013d42047e7d72d6f72f9552423c4083ddc8644d6a2fbf8ccb908fee01515da47
en-CA|32|b30de2c3a74281cc3234059f6c0f51ded5cb9fc4f5e76d2d17a0b50749dcffd59328d68bac46d0a22eae9ac865c5b59fb6c8ba27e2d54435f1e482e0e610ca82
en-GB|32|1e1d3437c91f01574c38ddf33f320ee58a98abb588cb04944b0f91e20f9b75c8b2b6eb69976a57e1f2dfed18bd63cfb9f3c2fd12553018188eeb93b7853408f1
en-US|32|e2e0a413308fdc3be195f037215e8c49a79e252718e713b5ee7c8d915bfe923bcc64fa9f0dadf456aad586f0f91f358b563fd4ceaf98e58dd0a68d19c06b6ef3
eo|32|5a168ca5e6ed3b965ec6eac738fdd358df34f8bf87ca07e090e2e5c4f3529d4ae676fac17012ddf86040e39147c3c7cd409ea09c347ea9397f945af3c0803ec6
es-AR|32|6fa540c18ed8e380f82a1c8659ad986b24c7744f8119ac9f1a1a194bc2910dc7bc3fc36a910cdfeb2e142538e8c977bd031a1dfc8165bb0e69372a192ce6c234
es-CL|32|d0416f7d380d35a40aede71773fd2c91f278597203f8bc75ffe0b9105d2662aa10e906049b8943d22cfeb756dcb7222c54918adb54e922f2986078c448ceee7e
es-ES|32|22b5f70d760b735acbff78c8a52d41de0e4c450dcc225298fe9b0c25eb434d9c173eed2522c553c587db80f4cdaa6c2ff5dd61113efb37ccecc84280a92a416a
es-MX|32|fcac895c42d2362d11f232879906dfe15aa48f70deebdb8e6eb1b68631d2b38d39bf32e24a49bb54e380ea1ac3588299eefc431d74f9dd8383acd4e8e11d0d0b
et|32|8a073deb28a854eb658c1dea01bdbd00c8743bbefe3c3ff6da50e6f32202cabe451e786fa08b8ea2e8ed261ef0723ec32d9bf62b96d33d94c8dff547a72eb48c
eu|32|d78f209e86683c070bf9bb6e5ecd0fc9efe662a3751bcd4f413f741bdb7241dc83b15d74fda2266391854e3d343629c7d026129cb764a35c6ec304ded4e46fae
fa|32|c2c285d1b0428f2223273fee51b443ff09093921aad5121809b1e673a36aae3141649c004358e93f76d168c27821bd2627b93ecdf5fd9ef7a7c3c37c9acc40bc
ff|32|7e2ae4115f2f6992bb49b44709c215dda358a28968e86664e250983e7d172b75ede7f4435cdd9990b61984e2e7564a883daaa44546b42f4f6693b4fd00ff2918
fi|32|1063a86079e795207654e11a00a28f0965f6381ac181732795907badd92abb3a0b0950b910cf57f9c8d02e6fd8f1848feea7da3efd8f676cc4b44d442afd1ab1
fr|32|092a261d6d9a174df514f97a1d633c1f71df51af4458e8992ee35333999f114b9f7be79b3987c64cf817ee4c2a593d960213b1073eda4c076fd183a1f6d2d67d
fur|32|baa3cea4d2b63e7c2ba1255a3f04789f99b5fa016d6ec1cfb463612c264d692b40ca00b0a8185eb7f20a1b0b33d6d6f6e674c53f5882e4f889d5a6bd7c1555c8
fy-NL|32|f376177a35332542b59efd7648d5eeb1c8563db9afe4f720bf5ebafea87fe4a22e39fb27dfd860d414047b069670153cdb7dee83e762d32b154513f0e02ae5c8
ga-IE|32|3bc1ca8984621428b3ab9ae681f8c2633e90b3b1a90c16f879fdc14cdbf9409c1a849fe82746570749fc7922c1c5bdb3dd70157dd03f13d7d4cab8a9cabcc893
gd|32|966c6c44f2e536166a7d5a15e7fc8485b001ee6d1632b6622175ceb8869e464121382abdc033c67bccba47e2367f8250ed083a181603034b50a6a9c7bb8327a3
gl|32|06b668c66107e60edb96ec40789d6aa8caf57d48a432d89fead82011a408bf9129c7eb67e55f39ba7245c964455b73640b1ca4f8d73dabf285607f41d00c7b7c
gn|32|c4e880c94618957830485340a91820623890d12dc4425ba18d81877b22c91c68dbd251b9e9e16a839f5b5bf07bfcfbbc38dd8f80e5c6ea51766b3cb988cd9f39
gu-IN|32|ed440eccf48461e62dcc44af4c0fab9b35f32dd8b9d516c362494023aeb2df37a089fabdb5771b3cae62fc05c202665b0ed3660f2570169064eb3e18d2c270b0
he|32|07130a7f96be435fc39e1daba046122d0e044d676f9e32e4fd1b402d7f93e504f33d8aa0464461879490bedd71a1bddbf434af4f3abd831617dfe17a5fa5215c
hi-IN|32|e7bdd400d3a7c33fcb34464d1315252482107796dc9b551bfff714e9eaa315c362814e3538d494885027859f9800e45dfc9f25ccf70874cb36b55d119c4b17ce
hr|32|75e7750347622f667522b81a6d12d5603dea6139755886e1dbae852263a7bc179ae6003d219d1709fc57d1b9c4375aaabe0ab8b8a7bfa0e88ae9a1c21002738a
hsb|32|b1905101a9be6b57df5c7952cb1d05343c4c60905796bd1efae5f919894a6f764679c6088a8974818a23a9d7ffb031d29343e1f34dc92fc5e6ad68c98058c6df
hu|32|25fb40b9c4f7e9f4301fbf030a8f52a82d64a35e3ba80a865460214e69c31ed0b2aab9a85149762dd40714d449fcb21f5d9fbdb90825bf5c070fb1d1daa72e86
hy-AM|32|da414326314c8bb0d14d6edc4c290b9336cabaa9f1b6249885521a300bdd20a19d0f653f72f2024a0d501728d7e6badebf30dfe9de750316d62d73c7fd11aa78
ia|32|5605ab0f64c7eb07c87219cc75f71024151b1f748bab0a48137fcf5f028ef5235208409b76ac5892ba7002e9ab0352debf4b5f8ebcf51ac9b5ac198057c671a7
id|32|72bbd7d18865f143c712c668f4dae56fe9dfa3654d3d98d33b72edeb2d00d1c3dec7e82b9c42ab0c5be57845ad834c2e2d6077aeb0e427afc8cd3a36925f9beb
is|32|93506b126690af099c65c7967c2fbe124141f1af6eea2119a70c1ed053947e99a4f592d68f18fb49b82cddadcadcb175eceaaaee95cf9bdcb2c1d16b62cc0a26
it|32|958da31eb03df0c891a92820297c9e155b630ddf78f96e8411d46d4e73e7734a2bb82b147e15de3c0e189a555a99e2efcc96010dd4d0ffd38398a5e54ae6ce97
ja|32|c8b0fc1838dcb8a71f60a8d021db43596e1ee6426645d27c4896d5c5c408e41c2298c817084006048739295c1d1efbf4a9769128cb73a0e3021098deb3d74622
ka|32|194a1f95e0ef7ad4d536084196f93cd9fd36bf9d75c3d36e902fbf0ab38a91675ebc634d56b4c57e05d904801ae6007bae4794506331c727a66249f696cdc044
kab|32|c342c598cfcaab5ef5e525dbe4473f34935555473d08511723562cafb0fe3b50c8c71436a8f842332cc2041ee8a38b35976265aedf8ff493002061365c11c2e3
kk|32|3fae98e3ef9f0379bff9116fa8c2a6e811bf654ab452cd3e78eb1af66249dc127358b84219306993560b47555ad65c151672bb6084eae3a6554041b2e87b8b8a
km|32|8a08f914de15de202e480bac0cc61e7569bc7b927a6d3aaade9f14841c90fbd0229d7fe00ba35d7cfebf7822cdea36980d4bdd88a50f7946c31a52b30b52b474
kn|32|33770243bb7733a1c3d809ae5f1ab952ff11cebcc1b755b30146fa1934fa6436a57cb1e79df0e1bdad0884b6e964b130eb9d0769e6e8d4a5cfb7a36561282aab
ko|32|9090939b74bfc6dde73a3615264245ff49547c5892225dcde265cd9d9e7fb553bf38e7c502ad7e3719342ba68dead1313bffbfeffbb4a94f5733fea86974c1cb
lij|32|db1ad1b0526588bf77f38927eba2c93ad7800ae482c485b27ae70e632cf25ae0ff644f05f98e55f9eef0fd3d42a087eb2907d3fdd29eb636181d16bd42d3ef8d
lt|32|262893550ccc4fcb23a02b1e2d37a614ada5759d92a58c6ffd68e6c1bf2e09786b530b44cbc3c795c2fd3531a945defdce3f616f2fdc241445a10f37653faa62
lv|32|61d14453aaaf83aabeaaf8b71153d7e36a54545fccb1f095398bab0e3cb12a81afc0eabb37631f0123416698312c87593522a6066dc2103dad2e16f6b795ed79
mk|32|3daebc6668887fd0882b8eea64387e7a6bed0fa41fb67a779437f03a1d715abb091e72262efbcffdf28dfd937a61ada7ab660a53533130f4226a9a35e110383a
mr|32|e4f3411eeb23a2358ef5cfa01ca78b4e33b9c0a853a32aa8a89c756448ec3bded4e0370896638c95d9389bb9dd56ab20b3d47a5a864f17e0445c2ad2132b55dd
ms|32|5716e2d2994d331fe36d3212c9256669b6007be3437bed4117b4db03432d7eed678dadb06919b294cb510e5c750d15177bb1f37a1eba7f1bab32cef2d46a3259
my|32|2e00d614e52fc0574494adc17f16249b4f6c23a6b74f94bb2e8677fa0fa030146130c5fd26533c10c7342719f9e42aa16c52492b1e7bf21acf42bce8be4e94c5
nb-NO|32|37c9529d431dca8eb942b05174a2e3592e456cac7a6b2524f6f7e7be382144c5b0b9d11892d14b70ad58ec82d713ae4fa5e921b03a280ab217afb6fb2231066f
ne-NP|32|353e539e3bd676f5982bd111a8998a473792d15502632fe23c3078225c98174d24b4946f3b7293ad42e0689497c1cc5f610a67fa511c072729dc78952585d7a1
nl|32|bb17a3a793e800c22951b7c6bb0dff996d0c683a0fb1544497705d95b27ec80943dd0fb4f3bc68ef4919f48dc3d296a8c17f6afd65438be0975eb9a91f78ca95
nn-NO|32|457c776a3757d3a7e59833f6273218dd52eb321e5e3f101821ee1240a48caddf9813a94283d6a227bb5d35b16e4a752ed69607c15b7ef8ee06a9e166f0ad7df8
oc|32|20cd61c7dc1adc8c20fb4c41051f3c3acde6c9844caaab07ff1bd8c8d4f2c73246766a71f2be0dd493820a384e4208102d57cfb0e8cbf5b4a8acb591b334742a
pa-IN|32|7f87a40595b6b7d3375b1814e502d04f564c77dcd9595299de2f6141462154eb3581366340526ccbf3c70f84e0eca9d362a13350a5962197624412c3d4f07a14
pl|32|488a62ca5ad68276433079c4d0e99f9bb4607e515e588e4b8da0424ca42e2defd9b9ba31f8703ed761f44fa6d51c8a5d43d897eb24ab569c409f3a5ec51dbd8a
pt-BR|32|b505fc42b17b65b47a11d05872e8aeeaa05e72651dc808ea8d5c232cc1ccced2a4d488b2eae037d3b918da53b8b93ecb5c1e04fca38838444f6dc56e203d13b4
pt-PT|32|614b1f2a1c79a0e8d4ecbad01c6167adc8480c3cacda18cde174ef576878d92963f7feb981e3c7e0a722fcdf0380a7f0e6f51706727654301f2da1fa83d6ed0e
rm|32|f915c7535f6db391740bcf67cc4f5b6fbad119a8bc07c8df499b8adce5af7e6e598529d67320aa22929d7edae82941c559c10b24a7369b2f410ac343a530a43a
ro|32|05016dfd948dd75c1985cc0677f359ab369cbb3e036cc27bc13657035e8606fe06a896445c5d42b44441124f654c7cf4c7c84b1e61a74280f4c9eb54813802bd
ru|32|d0cce3bbe5768b3927cdf7f7e17e6d5caddf376e4c0d70fbd0f36e2a89ea0ba5c833202fb7a08d9f86d1753192cd1ddd4fcda905366a2900468be1ee8cf877e6
sc|32|a1d32ba6cd000676c72da0b9d0c2390219c37387f914423a5e2a3ec29d9bc76527b6e78f3d76889a9a51ca4fe3c7fd0570c19807636ac6213de948a4da5b2bc9
sco|32|5b5f6bd67320b70657374a2979e464f3eeb1adae842beaccff2954850060276f806edd13a8671908256d06a65bb8d3c342c5d2e5fb39d15089a982c4b03b3661
si|32|3aa5edd912dc382af079c2b72926ecb603d5059d4269f623652f95c0a7ea7b9dc5eb644ad6931800443f5d260f321fe77b079c0d7d4b8dcc831c66423a7ce566
sk|32|df2be642ea6ad7c45bab7139c3dc71e983c06fc228b6ba71b2dcab54f1856a7de5e42780cf8066988904fb5d6408d439a84b0119b62e7bb9641ca6405c84e4e8
sl|32|d6481ff301f044896ef87998896b36c173f2a7adbefe1346919ea04009d357bce02987898cb1c5a8bd7ee480900a9e9487716003e7214ee7fd9f875928b7d78f
son|32|7d8d89d47e0ce6fd0ce3c2d2dc9168940cd8210aaa0ab5678fd19d67467cb0dcef600ee65d8185686efcbf80171cf192a0224f8ef50284534fbaf77e22234e6a
sq|32|2a6d9d8fcadcfc09d332ade87eca7e6eae4a82ef12449ff248e30b1c1b7b66f2249f3512145dc52da0e229d1aa89a111a3042b21d2338727cae3325f9e14b5d4
sr|32|a59c38361b1e0ae4eea166c24986eb3ee13f79cfe3352688eaa563b3750c92f0d9694239fc3989db662f0b047ec067986d57376ab106aab63e46fad82d2bc8c1
sv-SE|32|4cfd19ea916c0e6ad7b9e93d410cde1bb30a12da128297b455219494c6e5aada1f7c69f598848a140842e870160ebb07ecc075e94660f8910818feb43f5c3b66
szl|32|c8bc4fdea3267375bad221210bc88889cf33bb0d98abd053d6d5275abda091935364eae73d51a884b789ba4b5de8d8dbc066f01ab4d637e44111e081e6c9f34e
ta|32|71c536731b37340fffea9dc896036082e282a931cf0c614ceb4109f76d3f917b41eaff396798bd6bb7abe8c9305120a1eefb33cc967a0c5c9d16d61d42e9108f
te|32|70fffa934e70c084b8f9f5b8dbcb511bb7f0f1c94588cd4a00d500f39fabe4799f88ae7e53eb5f6a1b5290d5f90f22248d0a6d98b43986194858173d09fbe68c
tg|32|9f3a63f979f0ec3fcc9363cd8a3c255b7d681384452ac96be3fca222921e6def4918159bac062fd3c0a981784a906dc54c94db60140a816f70ce2db41135c330
th|32|b5319ee7707bf87238356cc18a087b8fd9a27e3e4c0c84f9d73c94d2dbf3a3dae9ff7cefba0abee4d2768bc947748a84c9521ffffd458c4bbafa3d50064f0316
tl|32|db66d3c47bc78476e09de013ca84f7f1b8925e3b77b64622a764f4893523e0339e9c1a878edbf301309127057824de1bb8376729c322bc8def9b0b1fc21d5cb7
tr|32|efd9f563dd98d2d72d186ec363d1c947098eda2684ead648d1916f30aed916f0ee056ebdce1f3aa9ec4aecd8bf2e36697e02a0bc81210069c59e4d68a8a6b788
trs|32|107a4469225098f78271b804af84f5c79de7be861cc39b67b919f065858198b16b8a395ad41bf3a6799ec80947acaee349969dd9a4ba8f6e51e05139d64dab91
uk|32|8bbc8cafea63508e83c5de7d1db418fa8b3176529f29ca38cc8c1a0ddb4daac1e9b371cb1a4aeafddb97831ba71abb2cb302cbf2e89d24c8b83a4ddb250b575e
ur|32|4d3c26579b4b44475c5e51bd5bcfbd0a5d78517983f3855df925f6426e07fcd4fe326e1a6431a4355c1d03c77a22ae25d78df7105c283a3f35782108259a9dd7
uz|32|5f5660694c9c879adde015a40abc616767893ba3a998902c9f6555ba63242585b8901f91e8a8e7d6a0c24802b9bd0116f3e576fdc7471b6710b5b0685259d91a
vi|32|8842283f491e774a373a904a4c216d760c4b73ee8b1001dc86ebb7f93b13054c853844bd07b3819e4baa61efa5849325a18efe3566cfc0a7edce1f826765a5d8
xh|32|38e87284c6fb8207de43f89e7b71050ea4d0084cdadebc1f315aa52853ad20f3aec47f6a8ed52cefbdaca634a7d1d5da12d19241a7760b6b90fcba8fabcd7c97
zh-CN|32|c308d81d97475f3cecf4345bd87a6b77e3ec316e9ab4db0339c5d254eafb4b4767e58327edbc3858e642a41d897460b2e5879da29c6e16be9f626dae6d2aa696
zh-TW|32|9587a3d5c3f1e5f42218be154da065fc00f5441737e791e77c3e7a24e4f006fe64b1ede43a305c2d8752e93abaec0945f839cc0d0db5a0d2ace9065909302243
ach|64|c72b11c856cceb6760d7a32d8d8e7565a8aebd48dbf3cd2f3b3bac3feb2556624ba6197d78b77e7de6ff72847d87223765fb2d0dcf04dc5a5cf0ab0e5f7e51c8
af|64|7c17f1955c969a08495b30788eec08e89c276926e354355e6acc29e600589ebb30e50161c0ab2900a119933d503d33a9148d2e36d60c48973b84f22f1aab1c8b
an|64|096f07b2910c7f305171bcefb51dc13be19ab4a9f4a314482c9e7712b72dc0f5f1b82800779c1186335db1cde7eb77e5319dfaf852537bf3e3b7d601598712b9
ar|64|7cdf769b8f205d0de5839e93780aef24087cad9181cf3223b75d76f2baf1ad1d0963962f9202e75a90d8763addabf9860c91b4a89f8e5d79a24d9c75b0a91288
ast|64|0db49a5c8465d2ecddfa4aff349469c51a41bea70f354845361d19931c0eda0e956249f5349df538a1e255fa7d68631389ad7db9ebd984dbfd93e13b630462e1
az|64|f1096fcd5c9f291baf398bd6d8736b31d534bc4f7314e2e32eff923df82b71428b0080d959e5655a127743b946436ee97e22aece2e3f2bf96c130cd953378364
be|64|0a1b52caf0ea72d5f007e07ff7b56d4d220c3c7451e627f2a189b62caef635e8f5a5466300fe9ee55c3913ea64f819508a32c090ff1317c61078f1164eecae40
bg|64|0f656e0f9e856fad660149e4b179d205016191948544d3e136a12ac81ee0ce3018236c35d87c95a39fdbcb13390903230ce437b3d34fa1426c83f2ddf1228fce
bn|64|6913230f67b337fcf6f428bf65e53668254cd65a702e007a8741fcc45ec72da1d52606b9a082b0d9e7d99774baae18f505248492e1b8c01f32eeeb79433ccdf0
br|64|d7dc2b5029ed7791a6c27a3a0e43bb798ddec58cc6579c8041f514bed19b3179d3c0216ba7ecd36375a99d299f63282ba985ef3b47330fd2845ed01970a4273f
bs|64|af1084479e5fe41bfeabf6a9239c6a7b37e259b7d9f0adb0d8101cb5cac4124d567aa4515a6565dda59f2a9313cdbc15cf793c07e1ac886dd4d9dedc41d5edba
ca-valencia|64|d23247bac29496a7c20a43adecc21a7c481d6ba59786d8696a47fddb85779768e3b79ce458baa2ad087ea7dfd01bedf83d518e1209567fd669f89cc214cc4040
ca|64|344f47225c0fedf7e31aba4659a537b54ffdcedb067e6f8f1598b5deb2cd3009f7eeef2361fd6e0b61eb76a0dae3bbb6f3fc9d44ab6b5e5cf427ef0a15277cf5
cak|64|c372baec3c2b29d978b258a649e7f5a01cbad0578e51e76aa6e5d2d2a1dc43654eb3163962aeaede47e9e3a7c8d723d00a5db385646b7f9a54cfbffc95dbe378
cs|64|f36dc20e46ab743402e92d761303bb0b76ea66efb811a88775d7797460485b8c7389e349c3b093db011b1e3eafb5cf6aca3829fb463cb6e31ce3fea3cc4dae96
cy|64|da2d49fbd55d64dd797685f2e80c9b45bf0074d02b67969aacff2edb611e1a45fc947df1133d2fd8ab6d4fb1d9e8fcccfab55b7ca07001e5b00cc521e4ae5d38
da|64|8ea0f30a168e69f34c4f2b32e2e54b4f6fa4d8b91004ddfa9125c489abeae6fb6b201a6e77153870b3f4e7cb5a8c7214bf892ecd51bfda1808898de4c41c7fb9
de|64|d56ddb1db894792b522553b5c902634c0b3e9dd1bb5b79094eb643db33b7e65a0311ab2f8a9b47e630914f6ddb6d2dbfca366c63a28561b093555243663e8c45
dsb|64|17b8b72a11470d6f0fcc4108cb898619bde5b94a2ec658e6384815fd55ceacc28d315e45af8d4dcc4961944325486d2d0ad6b6eed192a75b695bfb0034eaa09e
el|64|f9bbd475098fe685063981e970ebb08dc1e728c5c1915ff35597c4ec08cd864db36cf1445b27be2c77881fc2c8057585372b6ac0bfee32bfb669773533a8ea36
en-CA|64|6ccb7f716593dc7464b5753cebeb46758c76b2d51c71cb96d5f92a72acbbd55ac0e2d8463e7b900550ae073be2f7ebc5ced175058eef4288a9357b3ae6174785
en-GB|64|2470d47fced6b85b2546c7956e3d105e05fe890282fa610716aae667823151bbb755c3bd91ac2b73ce7afb70a310bc7707821bf621df7af1c563bdaaa88fd17a
en-US|64|bd20982df466243d17f12c1830f9e35649816084058441d65e97fd06afbcfa4e967bc1bdcbbedfe314b2cd1884ddef13fce50902f84732515afa6836b497ab87
eo|64|11649b116869f3dbdf275f8794573e23a92dfaed391f7b1f5ac4e73e7249ae2c590294a6b25e921337f270645ccf3bd03763b9bc0084509d6bb4d2c15a673aac
es-AR|64|d0eebdb87214b983d9da7f2a8e1ed7a34f3f6552299f2746b549c5abe5dcfbbebbf8c9f4be8951b0eae45a87de6955d3b0028d5be2cc1df9018a19a4eae64506
es-CL|64|976aebff715986ffbe7dcdf54b64ff8896678ed0bacce099dabaa9387a087a45a01fe0464a04d439fba8307606b861d350d820313563bf6e9cf59d0f89420d95
es-ES|64|9149bc94fb1967261d924add34b6b69096f2bd1c4e8e14530bbdfd1be25f878648caea901b274c3abcfdd62328435cab1a7615decacf45de5de9b34d32a12c0b
es-MX|64|a0e18572b4a21c24213321a33529ecd178c0d513dbdd4d3f83d31240505747b0b9a009c537191ab3dd31a56ba86df1b4094ca254ea0f70eb401cdaa0b1f9c2d2
et|64|2d562fd91f096a291c2a8983eeb12df18e70558cba71c60aa166c569a74b25013e7819bcf2a975fe3b2749deee5e3e6a7b529be95e4ec42828bea72cf878a8c2
eu|64|efb5a7e4fb441919d4159259b1c748e463abd7ce1608da4eddf3b61b000caff67b46b60ccba2204b87e56f4004670c47468205bcf8c862d21ce62e861400d9e9
fa|64|3f7f5be81a6dff755c56e17d82a6306525fd75e6e79a094c47a843615633b1dc37f4fa4d1083c8abc0f9e8c4a0063fd0b0aa14154ea4c18f3b0f48bb867f05a2
ff|64|3054332a29b768df90bb9b25296dd230aad18c2bbe2898b09205df32537b847afd65eaf09b5890acaefe2aff3d6d3003374c16651f9704bd091b12a4092df554
fi|64|8ad9c1d7405d12aebdab81e5effc7aaacbdc55fcc58951ace169fc7329495d4775c5f350482900851df685da0088d8e8da73bfd0ad68550a726fb67857f22de6
fr|64|47a2424cda8b1ac120a2da39c88ea48372e1b0cb564ca1384697d42d322cd50aff2d88cddddd7da63d6a6bb16d6727c3cdb4b471b70b3dae280702c6ea456f68
fur|64|86479cca778175e0d3ad9f1a0e93991b9b98f0c9381cbb482871d770a98a3fbb55ee94b9544cdc870843f477234eeb00f6c876c851a7177a9069d1007a805f9f
fy-NL|64|2bb8db830a16f32fc788bbfa050c27a1476a8dc4d4a49820e32b6b2ee73cbb144c74eb9eca2e64feee57a2f8caef8a56711da43b08eeb48acb350500c13c0d99
ga-IE|64|aa4f2773378a774d09d40b4d12ad9117d9c7f12c1a9edf2fa968b754dbeb86acd9dc0d40d92c236f8ce1fb038a9edb383825ebc161905aa4231ab6b2e35e4fc6
gd|64|91ead65988e9da17cf823c336ccdbd34842ffceb5950bbf10c1e95af7d5b03744be2133298d26f013ab657a2956548647600c65cd0ac8782e2626cf82aec00c5
gl|64|07079bb6bfa3d4a513edb9ab6b7ff0a06c116a990e3f2427b5d7842e23d8461c01b0ade8b2b130972d20b434aef0482f3f4e98055869c584462430ad76f9c5ed
gn|64|dc03d8a11303a4e8bc8a7b002d575e4be2cba58298755991fd84d2a5ed9450da490e216b65caea4d0d3d84780707ebdf9618b68bb77b394c6aa3bf372c18d2e2
gu-IN|64|10c4bd8ac8cf6b24842091448111f4b5a115dd3d4ea5b062718b2635407882ec58b448a2334071cf54ca2822408dd81f520be30c58a2f3aa5a0656fe5734427b
he|64|84b4cbadccfcf8bc1e38741bff8b3d2d337c24478c59681ef65eda59d9db096a83ce97fba067bec4767086cba7dda0a8e4b2a7da3b065202958f28b70c0b87e8
hi-IN|64|d8430ebd111f96ab4bf80668a4d2a96fafeabd47199a76f80f98d834223e1018b506a1067871d60b3b99ec017c2116ec46650174c084b3f2496cf5b3df8cb3f5
hr|64|32b986ef740a0c64aeb8672521ac4465475404a4e69f0df70034e91e238d02b522527b42a431c01e4f0c3405a449b2d06774003fa986ec407605898b38b14215
hsb|64|f1b8241ee90210366b6a99dabd01148c29518a83c32a98431c3ff4a0cdec3462074259564a4d90f7dc2a8583f6f7f6727bc258ddc246b65febd65b3241d82a2b
hu|64|8441cb9d82ea6c48048ec32340e1d541f3f1f3ae4a23dfeaa30e6d8646b2f981ef58c00d3d332e8ce5858137add1e5b718d0bd60916e81e96f2bbe93efe34c57
hy-AM|64|a855f5ea17947e6a29a6dda744c91a35d54878a5cb9e7bfa2bbf12c2e25784f53159f1e4fd154015c5372ed377ba6189da21963a935a5be75101224f8c29529e
ia|64|476678a9c50facbc087e5041163840d08cd4e9d40486d7b99937584c7192d1d127cf3c3e05dd2b2e470a320a136efcb6ac81c910cced72c7d867307cd47c2d48
id|64|4a1199af7af19fe79ab1671d1b8109f97c737add88a7e0bff8d507a312bf9378f0cc0b814eb14433a622c4b45846d1695858cd098183ba0876a75b08ad44b8dc
is|64|5cdac4ff260c8f60095a342c7bf4d7b5a24419d7b6e6b5f1944b8edc33984880819e530ead507de70db9e36ad955d10d939f5b2cae2a80a5bf385c43c1a15fde
it|64|6f0418321074cf6c8d03fd5447e86152dbbf6fb8ffd13efbe2a46080006698121684ffea3b35e3ffca0e4b463e1d9396522b425ee70881d0e0eebe1c19e88359
ja|64|a63b73a215b692cecdf0d31fddef8b1c6274990b426cd8597ab4fd23cd5227bd94f19989b3933c3902dd72006626faaf7151aee9f866367b7f8d6014248bf999
ka|64|4908d10e9324f9b0c26fd2d5c759134afeb9a6ecc2ad74c67fe4cdacd3e88372fd9bbd1ef3e6984a6e165abef33f793cb1f500de056cdedd66bf3292f1831209
kab|64|1da8c9ec502b659f97e8851227f87acefe9ed988214c84672d69ab3a675d9274d26c3297580964d40e826c6e1683b31485fa62f9efa719afd2261f6e8bc8b992
kk|64|c05ecddcee70f9f1ae01600d312a61cc1b28946f8265a02f397175bdfd37f78c7a5ed35cc017650c693949b49f8eb35115a7cc06e93b792e6880bd4dd8e1c0e4
km|64|51e8e071fadb7a78f5296f270635258cabf9fa92c13dca3415391da6987be352396cb36d238132d7eb2303dfeb6bb22c9db755a7ed240d1934628c3ccd6c1419
kn|64|32b2ba2326dbbc18395a452dc23b227c63e6d1a5ed82d51a68baf1af16594fb93c55a655100747d2955f9c03ac7ddc51170c92be340c557b61442ca78dc76efe
ko|64|d47ce135b25210920a9cbc7ff0fc8e406714439122c671c470aa5ca1369d75f393fc57dc1d7f958fd7bc5b64dcebfffaae1dab03af09ad863679e4b838f6b74c
lij|64|184f3325b3fa459d0a2274cbeadb1058640af7b86c4e709ee19c360f4aeb175f315a5b4d10ddfdd293dbfb58fbd7742b4a7408b26221fce4f3f6deb34e83e2aa
lt|64|2d8af40933824b92150b7c7af91a464e017f18d441a4eb72390b15f772e957326267ab14bd83059a6165db361b35fcd9eddcb5bf2c9db8b8f076aa15a0233bf6
lv|64|2c0fe9a1c48a674a3356febbe27901b32ac0f504069895323b959c4c83ae46cb6604f27d5f0a0dec3edacc5ffae295831a04019b64b2cea443083db437f3f95c
mk|64|a0c5afc61269497038f7f83593d70abb4f45a46c36cc883a2cec39aa94210cfe73303ca7a4d8e4d61ab4921eec11b825faa4ccdbaef6e7a9d2e204360d1b2b6f
mr|64|a0d16c7056716dd47d449a8123663d4f14f45ba93c827bd734c2ab4601155390a23c1e720adbef75be388904b4690cd20d1c8e25d0540c66b4e6b3ea86585a69
ms|64|2dd320205aae72c4d22574f03b57094554f8bfd771332f72ebfd6ccaefdee08d41aa822d55ef7e7e451b3af71ece1497e66d97498d6ce1269f0359d0101570d0
my|64|34904add14cfbe37adf4bed11a18bd9725e220bfe0853cea5bd417ba9cca0ecc70507a8975ccc5c7ad5d81d41213a24f89dff169e55afda5a2ccfc32a2a416a2
nb-NO|64|5354d9311926b8ef48c1b5a781281ac12a43293928f21c70b42bbfa6632790164711a7658b01a31fe1daeeed1df230dab68048599f717b158607acd726198f32
ne-NP|64|61e8674b4dc508451a030201295c4e1adb4923dcd10d4731c5fc8e54847f8ea46ed4240444fe4c7efa7829b7786a3deab64ac2a58b30ffe7e3cf20ef7918404a
nl|64|2f8286be03cb6c9e89f61180fe654d334f44e1f12fe6d7ad34238554dbcf76a67646eecc691fd3273906c8cf5bcd32fe13380dd0a98659cdfb2e728abaab6a15
nn-NO|64|e4c797562cb2134b6f8250d6b8cd3988b8511a32d0498cb6e58be06791b27ce2ed6628abedf827fa5c85a3dd6565bbcacb4794d30f259c0d7e18a54b9996259e
oc|64|37095cd6b3d80f704e011a905718f29becede6b34b9afa593113317f33aee719d6df002f5cb2814fc4d899375b008e9941b4f3255060b5c01c5e6e7106516b92
pa-IN|64|cb82f3fdd13e54d29cebbbfe8deeee9939369a0f14ebef46278e210169ac18d31b9bc8dddfd506fe07e81a1eae0ac213ca66a058e5fa33f2a46c4e1aa9fd56c7
pl|64|857edecbada540879bede105c10720e00bc405b403d0512b61b5fa4e99d16db8921a79f184a37a0283e6b1408c7deaa0e4e55ceb3dc825ea872e312cc63141bb
pt-BR|64|7c95b9053e949f00dd55429f3f959b2eb6c87012b2f70567b3399afa64ccf0c3be6bd0be113d8a3b804916a76521e08c951926b32dd5334f11f71e7c66b95894
pt-PT|64|c7b516be6a14e1d3db5e6f11175ba8ca045090ea90183359b1d09d87a4bf0a6c5e8f6030ff139da855acf9f26fd25e50e7b7dc44e483e82f4a55a410e3c79cb7
rm|64|9e3fc082a8467247e03ea8356e04abf22eba20627c803adc7bfef750c8dd414de749d749181b9e3bdd3d2eb137ea263b40e1320d746cdad6577ab54658e2f77d
ro|64|68a0d61b355df92cb8919d0bc09ceacd1a596d6384123d44c5cbf7553d3047ee155c572d69eed9d50a23e4b5026dec00ec61b0ab56b1ad0fb2bfe5e3680e5982
ru|64|259f03a47194b7e55fff2dfbb17e4073911c6d18340a3bed3d66833ab36c56235ecbaead9ba4b769b7d04232e57928a82dc8329ce02599b2891c33c3a9341021
sc|64|6d2a49c199c7b4f7c8c7309274b72c53b6fd2cbafba97b500df381a4bd24e18352af41dd428af30364dd63e7b78e3c27f694fcf52630e7e7e39ed139842e076d
sco|64|7051ee6050fe304b151b85e5721f73d507b928e6256150aec50973718c9487d8b1a6444ecbde7f5625ee4c7afa18d89c72b1b06fd1de6fc2d7f1e397e63b2600
si|64|005684802b2de644e56996fb4303cea493cbf7f78ee1af612d04f4de5dee565d88bd76e3e4c687828dc4eaa56b79d98764351d55ea645aa2670561a583b92b05
sk|64|a8e0256be75f0f530c011a1023ca2f7d7152e4ece728855a331c3dcac05d9f267e199874f5ad2432681e659e9fab4593826d7f63b5f0a6b80477209eaec85516
sl|64|af390d1c9602096b28673af093016b282853be8481004e17d161455851d11386fb58a96161f42f8ebd637cd05cf3f0c4bb5beff8bd83bca762845f16b4887762
son|64|7ae127f4b22de1cad9e6069f188ff1dfbeb603165c99508847222dc0107435151bbbd2169aabc8d11e5fa48211fd08d69c4fc9743874ed6666b9ef965ed1a490
sq|64|f288b1c8dfa93bf3544be1036f1e4dec2b8f77035983fde08423752431362bf76fc8b735eff69579e0be1c11b172aa7bf0eb08a543802d7dbb7e688f74714d3a
sr|64|a428c6f40c17127cd2a8473c65b1364ca1b8dec9fc63e920a5b9fc5feb29c445501d09772fa107e9952655295122decd14d693871fa0c3981eb294adfe948a5d
sv-SE|64|589d71efe2a8c37ac0ce87278aa8b753487effd716e1a4eb14f3b1154d2f1410556f9dc940bb93eba767f756c29ea727bde02b4f2bf664a79e325325da1c95ec
szl|64|30dd1274afec04ef3cba5368f83fcd3973975bb7463160d8c67d33d0e78f03bb2538d78b6ff77eb59e7daf239ab92571ea716f8486b0b7e6375f94599c25a4f7
ta|64|6bedb0a2349b55375b08c1778aba9a2839106a18b948da33e45bca8eb328d5858cee03940c9dbf84a45b490b7bba2872a954aed5472f7ed7dc4ee8276d415746
te|64|aa8ec1b74ebd8bfee3ed6c7156a6f34df7687bdd590499c78a16bd21ef4444c7bb26de905ec19ad3891fcd8301c056a273777bd840a15e92652bbdfa4bb961aa
tg|64|2fb03c9dae8bb363ca1bf14f2e54aa9738fddc285c4d578c6e5433d6529a7521b1dfd5a0b419dd9b538cfcf25057ec9aace9c8f2b82d522e87052606de22c949
th|64|fb9906a8c9874e8bea98e188a05624b43f69360b1b99e2d5151ce89adf7a3e7d04464d66bf5bc0b8768b74d39808ec62715abea291396ebce213aeb69b6961be
tl|64|6f22cac5d5fee6185f0c5507f5e52467b6ab83ee9b41cdddb73c42be4284e4de2d9e69d024e8469a71a5c0df888018b6e72834acc95855aaf85f834425773fed
tr|64|9a30c2ff5743ab040c9d42d6435e48fbb9f84e48ac7f01bb6bb0caf92495675f408319d8f3d896a14a2aa9047ff0accd80d9815d3cada4c85be2c2358b2f74e2
trs|64|0a256a18daa19fa96aad193a90e5b98ecbde00c24b2db69229ac5862dfd29f1bd3cc5fc0fb35602a7428b7917e93b97a611150f130cdb79acbce9ecbb9ff754a
uk|64|fe81cdd758687295c23a6883cf355d9783841ef76e611b33ff789bd12798ccedd84a561f8762c0c04bda34f2cafdb3d902b47c1ffee938b891b46e3e2e083c43
ur|64|968bf20416d6c6e48f6cb3eb022309ba24b7ebf26fb995d5d6fa5aa014fc2c98dfd5e6536c19f3d6acd9f33238dfe32502dc073d046960772d50cd0e19974520
uz|64|7ba67e5f9d377ed08900b7eb1dc63ba5e38f7affbbc75f33b5b1269b605ede99d130be093425e8290675ee5f2bb30835f58342bc239cc367142601a11624d00f
vi|64|40a8222a86aafcb60d28fe2ac911c63c58588c6dc237fbb01d62b9bcdc00f4a43020d835a3cd780665413cd6761b11f26f86d91065d1a916bb460ea4f6891e50
xh|64|884f81bb90ba89ce877d03c2259c934e1398559f7487ed0ef72dc04b2de458baea456731c8b33fd21a38de45f12238dfe14d8505c4b8f881626ec8b3da5393ed
zh-CN|64|7d0badcfed9e4700a08f9b6810c736d18de5ab179111e590d1a9bf0158ced4e128c293d8cc4cb731caa51f15ec465db73cffbb76ae956f7a24569aca0d3f8c23
zh-TW|64|6aaa6c06fb83b965ea3ac6cdaeacd866136076d562a73dd8b6e264bcbabb9481f31a4319ff3e976148c183487a1204ee50f4f5f584291da23c7d970dfa3f8f65

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