Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

Downloads:

2,545,242

Downloads of v 102.7.0:

34,270

Last Update:

18 Jan 2023

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

102.7.0 | Updated: 18 Jan 2023

Downloads:

2,545,242

Downloads of v 102.7.0:

34,270

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 102.7.0

This is not the latest version of Mozilla Firefox available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

choco upgrade firefoxesr -y --source="'INTERNAL REPO URL'" --version="'102.7.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="'102.7.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: '102.7.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  '102.7.0'
end

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


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

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


package { 'firefoxesr':
  ensure   => '102.7.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 18 Jan 2023.

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 '102.7.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-102.7.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-102.7.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|06c000bcb7ea943f7a843190d96fb62c71ba965546a27d9e4d6ef892b6a6dc9a2ce1777ee7f1cca208a908037e8ee06182f5376bc1419d5b2a0710738a656a8d
af|32|1307a0ffe9389232a1f30572a729931a2ff671174f7fb0ea9e07a44ef23de37461bfac5faa98a1e00519353ad38c4fa47a074e2cb67fad3b3d69de1fe6f570c0
an|32|d1226f80efa31a8917fd6e2539e6c925204b0e786a60f8aac09d2dca1caf5deb856364b215c3a01f8cbdeba3a2dff6ae46ba9b493fdfd51bfa1a53629ba35d8b
ar|32|1c084ea3dbaa98668219e4ad23704637a494363f408fa5a1fd9073e362435148525778eaf4f58044657ecfe90c6ca037c5ac59bdc3c125387bbb97072a0770eb
ast|32|625a5104536e5471712a2ac9b8b9f21ef4224c7f6340d0e804736794be0f23e174934ca63e4a220d55d8698cb12ee08ee6af0f7a0551cd66fb0db1ef0781058b
az|32|36316690a86e611588c6a53b49e7e2216fcf5eb6cf0e8e1a356ffab70bc8078ea738cc697c937a151878f2e5d8cbc706743161a4da2db56b6dd49258222a5099
be|32|c5984f033a29cdcf5ebb9b15c02d1deea252648f3194859bdd67c98cea7d7a4d39169ed48b0c0aab5a19e357eb8df1225f4d14324e580a6bedf73ba37a5dbcdb
bg|32|f4aeffd2861306387fded2323c36cfc292e2640b1635360c44dbab103d507efaa426ec7d47f78090abe42a8017c75914e9d75ab05d3f906ac7f87d2273aa0fb5
bn|32|a6a756c8a344e8baeba5f1b186eba47f256077bc290c2c63ca56b2636405455a23a26793c4a4189f5e1efdf72c51f275eb1be05c2842b579f3adc85620b275f7
br|32|a4e2aa15f4848e86e54ceed96d9e72f0f8006f06f02a3bcfdf8d618f0ecae9a536cb5472919d87566a0ecedb020b194cb36813b36187d9ce10be97ede28a5768
bs|32|3e464161f011c5e96c7cb8f597c405447de20d027174fab0756a1a9c208070dd395bb5697b90de1ac883f71ecb11f2631402e78bf1b3b2d81fb4eae5e009e6f6
ca-valencia|32|c80cae56ed36c0202c7af73dfb7bdfb15238911af2e1a6e19341f00e2597369f047b94e5f29a51543e91775b7b9cac839a8ac08c3fa701b86e7aefc06372a5b4
ca|32|c7cd6929cfd13c572a9764ea044320bf31e2c7810709ea0c71123b8dd7d31bb73e41e9883a186606463fd37e6aec382afaa43cf149b88daa4f7f13ccdeb619bc
cak|32|3f596c0d685c249848e35be08a143830fefdafef8b263500426e4ad07e6829476fc6d9c01626e08ab8ecac67bbcc2e50907a52c7bee159cae322034d673fb09f
cs|32|46e8238b32a7691c8b598a0d959ce3015eccd656cc1f7c5151f0c58ae5471e10cdad43f0d2bd40980b919fbafa1e35f3621d9a3af587422e82d273c1d1c379f4
cy|32|64fe6e1e0ddff225fc0df70f2b7e4880c983f465fe31c83052a5be937e598007f93fb1562c848b7095809b4012ca9947b8717b0afaee1e1a6a7d054fb98d53a6
da|32|237068599a6e6a5b28d4ee08ea7cf423ae5b1d3355f6c268ded014d9c2b9188c599e22214f62c046ab3fa16a58c1d240df25dcc7c990c5cd65a06c77be164551
de|32|8feda8ca3d13dfd06328aa0a3a98d6dc391844412e7db69e869f290875f5fe5014306161b0b173c4daea03299e947cc09f33ae08938850540e0af60f8fa960c0
dsb|32|5d6b4fbf284472b2bae2545fdbbbb2b4d90adaba0ec1454132836ad2a914425f9d6f9c06f76d977725deca824a18fd940d732df59962ebb7c6b4f65272177344
el|32|99326f8b8ff266eeca270535b8c58389adc0b05acc9eafa81dc0dd57730fedd70d00e2b30de8dc55f866a0e8dd670f476e5591d3dd91350a9a579a52a5ea03c5
en-CA|32|1b3962f85e649f9d7ee415e3e4b266e6428b232bd1180d60643a622141ec6e9dae97a2f9eac4b10dd5d8e19b16dcf5c2aca507dffa66af63012372027f3a5762
en-GB|32|211482bc3bce8f04cf58b304381ec15c171d5957f9f8802cd8069edfa21618c3162fc885b310dcac36905aaaa0b6bbd41600b8eac26c7fd50e7366abf33d07e0
en-US|32|7efd0c5c718a4071b97ed74887e43ef464ce438388cd813114b254f3d7a4978c35cc728957eb0d16c05249dc5cf036ad99d6700c6b4bb58a60d0ce9a7e85d6f6
eo|32|128a11ab427334b40d2a2c75594cd2ead01fc6da8cd2f039d12bb6f736983c874208aabb78f8cf261af13075e63fe574f3a699b4f6c0a932db6d3977936f0a37
es-AR|32|97adec78dd99e1efa158a6318d466ec418256f8b4bc5203c798a99c160ebbda1c8d025e0df994697ea15d25c7df143e82af3262ceb1712e2815bf584affad063
es-CL|32|b529b99cc874e176e927d857bf119d07863cc1d97d85ffaa811b9a4b7c500bfd39349b16e2b58a9a65db34b65b5c92649c48bd6ed30e0ef0bec16b2c4ba9627e
es-ES|32|203018ff5c694478ea59092ae33259daf9daaf1631e15ca9987ab75f30f83f030ce26ca462d13425eeea9398cd7c9dde61b13409a24e98c7a0758b032cf8c80b
es-MX|32|bfccb76b31c20e4520a3c5e2e3a6fcc1b853430737e32fb0e481d345fa849e64bf83d0cbd0570e6d5ce6b0df0bfeffd6d034e74060bfefcf1b93395be1d52872
et|32|e7974cfe0907a60dcf88e2f6758e8f0fac6f6326eb39b470141eb225456accd23c3b383d1c3472689f03696569f2195e9c432a4332faa50460e7e4e99ce34fc0
eu|32|3549ec120db88f3beb402d50f0d504c31227ee101c0343007b2b81ca6e366c98d043a3ea17878052c8564f5b3cb674ea7db82bdb4a94b5dc2f8a020b108cabea
fa|32|3bd3606a9fb6b658e3328212425ca7baa02b8086de30d22a25925bb435bd0c75970002567ebaeba877e213ace5a6f14a0c834cc8a7ad79ac656d73ac6fd0f8cb
ff|32|13c4fa2ae9c2301f1d4af81309a63be22df0f8f49997d124107ea7b4060c37a3ae3eb692e556dddf53cf9b30737e49ea03243db01b6eede7fb7905aab1e36cbd
fi|32|5d2dfd94ff2179c0f51265b2c9137f94a7aef491ba7ba6869450aaa47d704525004daa7886b11bab3ceece9f430d733f40b2b8af68f53db4915a35f1b3b27c19
fr|32|2bdf459802980b10fb02b14058e19703d3687da6bcf0293a2db3272ed2e2e72c4e97b11c638006174beef2306fae8c07a4e47d2bf6036c9eef47cffcff6b3998
fy-NL|32|069a7def6e2d00177ecf1e84ce9c58fd2a671efd2d4b957b6eb429107654f1fb511286647781c5980bd326a2fff1b1c502f5b9d72b837d8eff3836a6fad8bc51
ga-IE|32|50fb33882095aa097641a2871045bb2df3555863aff6a07f3abf8b746b658330d7b204ead8e15a452737417ecb9e52df647e708e6b426d0c3d4fbc5ad4127f4f
gd|32|72ea36227ba491fe755bdab83541c3fe19dfd74628af7733a035bd136cf18ebc8ede1df6f953f3c3e80d2c6e8c536a4b1cf97e6801d1068950fa3b7f772cd7af
gl|32|b7652868575ce346e603e8b11b0721cbefb59bbb009b73051d1cbbf3168d57f65f13cd9bd0a15ba584bcb34877ea0f6b514e317f3b6fb7f6d19d997148cd6b9c
gn|32|92aa976d27d7edd83fc2dbf00cf90911e34cc100643fe8b9addb8be0669ce448778bbf2d29b981198bf52094e195dc958a0a92e42da1411d75ad84727daa7c11
gu-IN|32|a3eecdc5f4282cc4d347c85c483f3f4f7a777828776aff3b9535d8fc02a6ff0de1ca39081b07ff6c6bdb4a28f2943b5c4a1347a5b240e9311f42b3964c70d08c
he|32|a0b9cad7aa00f3e49caa0ddaded56ed5a20d805580860f831ff2ca2b9ace260bb593418fea9d5f0010d4b5a71b16996268279742853fc636014fd3bddcfec7ce
hi-IN|32|ebbd90e039f5b0a1d5a7f154bba1062b67bc9791a2edf291ca27270baa22fe77555db432d237f5d5b3dedeb85102c07fecea61a135ac32d2b8dc35d43583e626
hr|32|2acdfca5661ed2ec00b4a40a334ecd6b980ea8b06b280eb4e9fa0bc097424ec9cdbdb86c83678614d94c5578a928cd9e3ff75ee934552ccc4d92d54249807d2e
hsb|32|480ce1fdb804914b9770b74759ec26a7bc43941a3d9ca15355dfbbd110090aec028ede1dcfc361459aefa2896a6c583f62e6f372060a6d8e9ad383b888b43717
hu|32|a3ee01aa9226555aee9b8d080d7110ade357e7212e4f7da1b858dab766fb107bed8bfc8248a7206595b80b5a4baa1c70f388bae89715979d465416b06fd4060a
hy-AM|32|c9e55768a683e50deb1d743bb606db5d4c8311853647a3a7dd8a21faf5548604e9fee0042d4610e35068dafc666367db6c532c4a663ed2c244b04a0a7091e384
ia|32|8b412cdc623a7efd986b761e7e89537dc70b5ada66dc4d42c01e55e461b2d0e24ea6eb0bcf6f62f10c218aaf92be015eae6845ed52c5d19143a19c057bd88ee2
id|32|bb3661dba5fcd4d50167e5aed65b759104dab087946d4ab6ad4383afca04a2fc7d4a073fbd2c21a7572f35ef2150b91f184e04889a62e5e71d89121f4b7e203e
is|32|f69373d6b68ff6bc3140e86fc509e02fad34a83c3273e901d9df5283f42a28abef951eea42952cfa5ee53b6cd05c1e171195408af7bc507da6ae24b49afaed4d
it|32|667c06a23e027f5c320e6610d12a9ef884f6149e131c44ee546b695ae1181c1c00573f460c9e39dc3d60042be39ad7ac25f2decc4de893f7516ef27c511e06e7
ja|32|91e67d6011af6f69bddb1a47c1224511309a003f5e10b39fbd043615fa6f52a77c6ecca9785e05ff289c4351bcbd51b17af3cfd1c4574775170aaf66ca56b4f8
ka|32|f317bab5d2547b7f9a951a42782234ecc0bff2603267be5716bbde7b27be38d5df661872cc1ebfd629c28b932b2a521b2be26dd73ae6a3732e2608e2fcc0c6cb
kab|32|e9f08cd3d66fa09c301121e92a0b00488182c706a3b3aca7a111f532e91f8b96e04ab49cb91f822dfce83a235787d776b9e376698b4e9873a458014336d56161
kk|32|f31d1ca737d79817d9ea855af3decf3565db86487ab8a59ffeebb8f6f2d22236359e9f11a1f3b723eeb9254417c4b4e2a4956567e8f7a2ec841aa93c6443ac1f
km|32|0afb7fad5f0dc1b84e364c0b88a975de58b6b0a720294dda9029138406738e883de62bb988cb16be53ade4720f4be08184da3da4a3acb440822f5b3f4797d798
kn|32|59f230f14b3df0b160a0be43edae1c34926e6fd1c64985c06da0b09566ea0040bc20213c6d3190a76f064691b097ed601cc079a3039e24046c8c7b8fbef63276
ko|32|77742ded22858aafece1d1b677a5b6fd23670365441db7d00181fbcd9d702df82869e3146bf32d56a9df091546eac4be8e502523743539180e7d4744aed42f28
lij|32|8620366556166e83554160e51c000459569ad51d18719f0afe7f00c98030067b38a32a0d58e28fbac8fe73ea8fc673f27e3fa60cd8bbf91dda846366e4410490
lt|32|290a07c74565fbb762b414a8fafb8c3dc3f66180cb79c19b47a4f839b856f925ed472258e6358feba890f9e55bd4c671be0e6b3536be8d5784eaa10a7787229d
lv|32|1821f6f5ab59fbe137f62977a35c1cc89a7ec0ca1686bd470605bf627dd5279a55d9369280f90435325bcab9267b7c5dbfd443d210103eae7f9f1429fe1f0434
mk|32|f8991a13f8e6cb2c4232d3b542b728fff1c6990895542cc397cbe2e8246c46cdcce7d3ffa122266f5534be01a60f732d05142595068f57b948b66bf6f47ed87c
mr|32|7fb86eaaedd28b88f97d2d9b004677baa536b54c58ecfafa2cf490597ce6b82f8d6c63a5c2fb019a5288f7504dc88d3aa37e71b4fa52be6bbeb1ed99088f68f1
ms|32|d66b012e8a8bb02be694004f2e4f6c66b998a68aa98ea4e8628833c2ee544a51b6719a092cbc3d0691b414a3f3d922d799c0fe73f27620d58c4be48e98467d21
my|32|32567cf3710d8fc6a9f07f13b57f7875b42ac67978b19fefead7816da303b6554c1ae89f9e5359bf745937cf14ef9dc16ca7bc1d409b9895fa42a05a478003c7
nb-NO|32|cf22b4c342bbea67ad174fda9433af3b910f21613d8bdc817d481610fbd955102ea32a20dcbd0eefe1801650ead107a6b3fe5c480a865f2825cdc85992a1a450
ne-NP|32|4e10ab0830d6f9a5f04381acc53a6b71f00e4ce87375e9fca59aafbe5d4cf3196a8821cac1346a880d2941ec6d39b5aec309d24c9b9d2b0f46ab12623b2cdba0
nl|32|d7a76644790f926453c13df651181dceb1f1816f7bef90cd826f26634da7248ed125cd387c062e8432403e39fe3b25c30318f43e1aace23651bdadd1693f76f3
nn-NO|32|39c31ead83f366a6c0a2c9581178cd4ca441e43dd1c13916daf4b6feddfc4ead74f8be4f1be65ae2b50fef9ee07b5dd303892c3e53baddf07743a448a12fa77e
oc|32|7defc1225560718081314d15ec13d4c83d9ce1e80861ab0a9325aca9be8e5b4fec89573c03dc7ca80e583ae948cc31c37e2368580e488dfc76b407aa52cc403a
pa-IN|32|2f5fdd695b19bc7ecbbaeef635e274101f8d17e3f46aa1c8de2f46deb44c54ba8b65b931ca69cee6ae7aa938b0403181d2a1e5f899f6e571c96667845defbe99
pl|32|0ef168d5bcafc7057652d3719ac1d73f4d23e80c50f005af95fb69ee56de5f5d9e8fa1209aebefed76dd7d2f346c522c9a0684d8f3ecdcd0fd1eddd98f93d818
pt-BR|32|e234a6db3f467ee6a529805d0f5d83d69914fb968ecc58687e4550cc9f1592df9e5a09a7809dacb20718bf20fe73998d92bc6dd434f2d74140484b6aaccf18fe
pt-PT|32|68c724dff28395ca55b24a62d611e6b07643a75cf507b4ddbfb662484ef5e2dcc6c54148eb16ca7da646eec58232099fa237b2988ce9a34a78461ed36603d36f
rm|32|9f953ffffba00ad50f3041bd18388de578bcf3d3ccf1eb49830354d5b2f2e0e2405a28c9ded8bd41b1bcf0680b5de799ef291176f873f3ffb22a5e9c1b39dca5
ro|32|7126bfe8524f49cbd87914cb3c695b08b7358a994bc920b8eef2c75c59236c12531c7a55fcdb5581991e8250634f817c87906de2d74ac93bbd04dfb6b8f84ef9
ru|32|9163be957e3c5e0730e734af2d7e229cf2a54f856c47aa16b6f958f5ef2408183c23ee8f0fe5a2739adb38e07cf6b35e131209e27bf6b68357eb3298704bd7b7
sco|32|090258ffaf8f8d24f3f0505cc0184228bd2b5ae304a4138569b5fede4c6df5a75806925681be814597f844151803eb22ab07df6f6bd700caf79d78b2dc21c52b
si|32|5830654f5c20ba5fa71605bd04cb3abc08c61e4135d674f11efa113136374e234c6a54ee840f686354dde238821dec9cc99f30ed9e08767059ee2ac707ae0921
sk|32|352ff98879ac3daa4555b0257353349c609cb83bfcfba1ae1c4d0739149d1ce70755d605230578e54c3dec8a52befc80ae58aa6dd867f06260c446629c8a0704
sl|32|d34d06809f0b88d151cb618593da8944aff4064014871457ce8cb35171757f944f0ce7f8465764767872a6b758c5401600b263c0ca9da9dce5c279357e14146a
son|32|3b6cfc9d0d7dd9da4b8808f31a4c75b84b207e04cd4f4703a5cda09f7c9fbeb8d951fda64c71170528a6047e5059e92ea8bfa0a15262f0d5c79c13d5c5d63a29
sq|32|72371bc3285a5643b2f7537d1dcf4582b4e9138e66905f5e5085c0d83bee1b0dcf9cab833e30ed21c5c1f177d6eab8f92ab857c1c7055aa4cdb63c2369a8d680
sr|32|8c7e583bb532a4a23dde5fb55d9d079b8bafb42ae128b3c8f8ce58db60e204c28ba2427a5cb74232a23987e3ebb520ba8fb4ba7c546e51e73e9c1df8ab99aa9c
sv-SE|32|283a4934bd99286bbf4ea63691fe7039a1297fbdefdf0bd66d9655fa3b9a97364320c7e411857958f7526b73c2ae42e6f911d76ed7ee06dff99b0dfee79d2d86
szl|32|f08541f7767a42c5b8dcd97d977594a532bf27e5462bccf770c8d9878a10ffe9500f153a9dc39ea1061e541c422a9c3a49614ec9e92763d272e1e57bd8b70d03
ta|32|43c51d7e3454cd828a1bb8ce020d87bd5f0b7a75ad56ec3798a86935854e1055103e1838ca7cc18ef3dbd0ecb6720beba0d7786967b109d2a3ff1b8b364a36df
te|32|90fa4b0429865cf05a718db72c184ed7b1b4aebe5d4706fa1fd2bb6972187596e7d18acdbdfbabc70bce757837b9a3834ed442aecd5a758f521ef9cf04d30169
th|32|6b3a25196f519729499f0c8e0bf7015f27f96f12beb7c9143c4f6d48d6dcb0679f430eca65b405539be9e9b5b5f6a450ce4566e5a9cad33822456f015cd757fc
tl|32|4637f094439482b3b099123d0f0c51abc585652cc3515f88cff87cc74913b1ef4b4b30da40105b9a4acb8577d69579363f18bf5c7cbe8ca8b1d8619920fae2c3
tr|32|e4a8b11de30a342ba0d764d0d8257f3ff0a6915aa7dd2f817aafd9d6fb34937ff3fffbc2a139de851e85cc3b0b28883c6344e737065a9633f52ebabec1769502
trs|32|1dd891c592763d885b634095be82d825291c75e6a0986d79013931b76db5e3323f5c006e13d0c3c6f38a4dfb8b5b7558f9ddb5f7ca4140340a8019aa9fa23f12
uk|32|034c7725335989d6c97101523757fc03ab6a476388257c4fe53b670ac802f60b0022f9968564d126af3773c884960f6a99b8c321a49627d9801eb64ffa70b6a3
ur|32|e3a79263b729fea32f3d4c443f9032739c543e6869bb0e8a65cd75d5c990c7852cbfb23c37a6083226286ada9a618ee6585db2645d3677246f47a50890cfb9b4
uz|32|9d63dff8792e49f47e7c5309cc35e8d0dee66da6e9e942f590705b2e6577462fefe4ba13a44d07a8aee9903de2eb6e580c0eb3438798f03ab1b6687813c7e199
vi|32|c079f58b66e3310f043262bdca7ef8514bddc7d0aaee59f971b3dc3a8a2050b8f4b16bcc52a49140517a357c110051f7314c730116c6bc3bd832d4ddf218030e
xh|32|70257f68c08cc71c098d5918875ac820ea07c37990e70eba2161156835bf781c3f2145dcd27f3e00f7317523c21a2463f8cfd63e08fbbff374889159d48ab6c7
zh-CN|32|e3390f233ab8b6614ea4ecdd909f59b1668e08f9b3b08e092628507283747494d895ffe45d421b63d39e245bd35e9a6a0a037decf0884bd3128bf335d70e2a8c
zh-TW|32|78bab15412b47e7546dac3e974907216d8f322dc4551fd0081ad1fd647ce783b95385566bd0fd0bbebc94a661ca70fab323833c77303e5274c057513a4368180
ach|64|0681f8621c92f5ab2b2ae3f3787d2686b6de3e9dec45b42f4ce74300a110dbfeb7701fd119206f71dba0d952732a03fbe4e4f9723646169dd9be76be8eb5b8a6
af|64|065278fa0a0c2fd633a8653280123a892610eeb689835ebe129ac9c80053cd3a7c890af8593754e1b470a4ee194596fb16cb2834f3af24b41cac1a4912fcf435
an|64|0ea75faccade6327504906f4ff03adff5e9aa8e4fd093ce0269caedefbf207e25ec0b32c5ff1478f959586b817ffe9d9cadd043796ea45b8cf39de0f8ac25116
ar|64|a2e900375819575e0475f310f9c96ccfef655d8b0ee048ee1f926043945ae13215a927dde0f7ee201f0be10f3937508308b1ca5d404ade1574ab9157f0b02383
ast|64|7da0ee32362ea3568e8321adafe254613a4cf925b872555dc53703bb3481c0428be4b1b8e79a43cddc54d0da15d4782e5fb6c7c6ec3542d5a63a459ce6901923
az|64|966a13d387e95cb7054cf1112309e5f95e7b2d70ff8eae0ff65ccc77e5690d8b8a2823f13a494f4b38866ce37befd7bca0734c375178b555203c55d9a08057ee
be|64|2ac63d9632f7e3986c68a963d54e7f0ed010cf8ab537e113b9728fe48326950688c68959411fc30be2d325af4db516af38b4ff0975273afd502a773b222b481c
bg|64|a715f598fac2dca7e9c225d664a519e54adc9000fc81245e482636fd3163ea6e31d832d94435385f19b7efd7f08fe0f92f6413f6c26de99e8450b51e33797129
bn|64|803563c80fccf26f55014d32187ff07ea98652c789c2907ff0e7b4b841937aaf1a5c3e5ca37399e59a3dfc5e5552925f43643ea5a07819b29bba71b5c24cac9b
br|64|55f4a0852a393cc9f2b5ddc7fb351fe817293c39c109f03566cb970876023c44b2360a9a3e0ad09c30427d19797352066811d37f1f52129b331bf922e989ab99
bs|64|f1d3664386cb048182080146ca42b5b88d7a6da6e65b5339a5112b7b50b705d4edbe0ec9a87c1cb59bb93b7c3f7f183bf0af480714d4450119899290477f1f5c
ca-valencia|64|7b7d95a605d51c36ab9657b501f1e3fed4b0a04d5fcefe0db66cc8f8a063415d3a65278ac60f5d18335b1400e7749dfe6d0b9a83e624d9ed247529661a4985e4
ca|64|09235e8be7c0d92a8a5ad63f7bc419e895b4d8c81ec4d0df214855b4bd163cf0a542322ded171728ac7c447fdfee9b71a8edc91bf23fbab8397043d8e85b564b
cak|64|048dfb5f149ff478c2699b8d58196b68a51de5a011a2d2a6f25d73c563b937297b22e47510bd8b97f451f91604258453df7589e048d07205f2dc1ee1ac37d507
cs|64|7d92ded9d1cc5868b5fff8787203aaf0f40cbfad67a12a96646e3fa59d5aba7d91b553a36106bab5ef41dba55a88caafc6aac413dfa91634c25ef9325d23cfa4
cy|64|a5e4d42b03ad63d0e18f77b5963eb1cbafbf8d1746c0524b499b1eeb4585bfc53f84d4112f14b304679a6a7ecc0b0dfed4d3596b449c186cc97adac9d60b625a
da|64|28d50c41fa29f2b32aa121c711312de49f0ac8beec57a23dd576108e8b2c0d2139053caa99b3782c748364c67e16de6861878dd17e1440d6de5b2d39a78d28b4
de|64|2b15b5438d39cfd348c319dc2319ed10258982e7583fec5951bbe791bbc4ec807d409e41ed9be2b8864dfbf34c3e50089ac572e0cc80c32e52b18970a1e7ce7e
dsb|64|3b74069e6498b639d7d0cb30189b7e37fd13886084c683d6fecb47809ff36f7365b66f531b97a81bf4743e4714a48b212dcd3d3d1ff4f4bf60e3211df67fa0de
el|64|1b551aaa61d35cd901c9724338279a2eaefcbcf33186b7855e963c04a9ce77069bdcff8c3d311e0c6e4d83f3beff3298d74d2f46a3d3c3e367edfb82082a40bc
en-CA|64|a7360278d9f294bb1abdd98401d3a688eae19c212aea67137ff2282393dbf07217f795d7e5de5d3fc951a3ae4cb2f313d3d84697d5d19ba8593d4ff52a32b222
en-GB|64|49c9890fa4fde4f39bd4f1e917295d05e52694e668b13d457734cd9df6682b7a3d7a98524b4f29cba81ba0c3f889c15cf240e59a6bdcf534c79eeeb3f0192929
en-US|64|6508d7854ee9e8bbfe15955137dc5a9855a814933c532855c3105d63b6ac4563d2d1310c2012d4542fa1b6966164a55fb667734839cff365b53deb3cb3f60efd
eo|64|70be4073024b6fbdec9a63ba6a8139b9ecd8744653ee0c9c965c92190e42a0fccdfb358ae2213199bb92b081cebd5cf48222413ae5b59796f10dc5a5795d1394
es-AR|64|b23284a90befd4b5aaf2cb12e6949f28b85c581a97d49a2a94c9728315c19ae06012e9ffe3812ec3e606a7d9d139ee3279eff0e82f9ff786d1e4a6789aba8d9e
es-CL|64|05a5d3cf45b7aada412329df6d35571ff72e2d25cdd2385a6c88727d7c257e2dd9201b6fdb21a8ac2ad7146efc1e7486d18587a9b5596f3abc9f3c0da3184ed0
es-ES|64|50b4081361c77954a54438639081c09e1273723d5881e1faa1b9df25f702dd6854f659eb4cb31c4067e5338e43e523c1a8dd807607354281c577104b28c9a933
es-MX|64|33b0b85e72eca316fa441479a721c01a06e005eb85ec0f3748d1d380adab7760d01c39a2b1fd87cb474bae9e03b7a1fb12fcd3a3314ea82e27fce415b8a40f6f
et|64|ef45e0203e6e4a1da9a33ed78605a2ff15a6287a410a1050b7a46510c83823cfc987d018f3ec2666a0d1573ea5d8567ac874e9711a00af31828036c02d9c06e2
eu|64|749dcb945fc2e36f5c773e02a5efa4557cd430eca8f854e99dda73e0e1629af74a0ec69cb698656465d09585d9fa59da2ea63a89dcbc7e6f33b8c26dd61667c8
fa|64|b59a0ad60215afb326b8a672ec8caf1f3fcb1740a54cc8d225a0f9dacd6a46f8ed6349181ac4c6c84fc8fe99472ae86009812f36e97bf1cee013cfb0ffd88a62
ff|64|a27d9725041817a2dbef4761572bcb1c8f005047e20517de938adf63905bf249d642da58da2824311b5621c51fbef8a777eb4b9cbeb4060522e679b224d5cbf6
fi|64|3267a485ba6ed5511bb9baea33711ad65913d0d94fc08c711107d28461f0f49000f11769b90f7867dbf75d8ad11fa81f17f782601cf05b531915f6b02c9bb326
fr|64|6796da29441e0783e3a586f6ac1f9cbb9d2df1a4e9db4a5ec02ddc646c41b47f1b5efdbcfc2e62ce02156aec600a4084acb8b87e0bc20bd74003529b823d169a
fy-NL|64|1f0e11770fafc03df969fdc6b0a474a6ca3c22287148cd154f6d47c5b6c527bbadac832a2fed896b2c53adbf3625e199feeb9b737028abcbcfaa10ad049f6b49
ga-IE|64|5521addc2ef4407df1dadfd914768d8e42723c5b5c416fbea10264546e89300a17d7bb26cc6da699b54978f7e86a37fddee35e0c97d5af29cd3c9ee59e080ffe
gd|64|f6b684080acbef583fd30fa97a7c9b84c98b395e4a56be84d7ecd9eb13acfeca365912014d0093f8ee65fe211f6e9ab15f69d82c258919af0a15ede2bd394e8a
gl|64|1bacd7a1b0e75b295568e4e52ca38280bab90934f8330ae1392efec782887c5c4431192e5c25b437a29b7f0f3617d1dad43717f25a047e3d15f0429df5a25c28
gn|64|1df6b3301420668fd0ddb0a489c2f3881ea03a95f59e1795a050dc07d4d90e533dfb6b9b9470c5ea3bfa881d94f537eed1cb8755444c3af577578c956e440616
gu-IN|64|f7b598a339508713f7cb6eaf257eaafcfbb101e023c1e9ea0082d81cdd4b6b6e32752307f93d76f9e15f15bec7576565ad63a560bcd256d5a0aa724b394dbf73
he|64|785b33f021f7beef5658bd5b2c5664bc9e4638b67b25f7c77def618c4a2b84846e6aa791ec242c7b99a1977a0f09df501ce1c433104b01311b2187b4703085d3
hi-IN|64|69ddaa466aaf2620ca1ac797874700f6eadf07a751979ec1a040a7635be4570e61b3691b8b6b8aa6b35835ce9d476894b331d3ce49afa7ddd518ae504a654464
hr|64|c087853e4cba1b7ed4c70d2aed8824c4dc0704d87c82dcaf2542e6aef72524365c8d8dd1d237217cf601912d5a5d577c5e3524caf9b260f705b17e1487fdebdf
hsb|64|1b58ed4d27f1894b5112367f808feb66881dc595976bdb8233b50898cb8cbd5c8b574c0876a185c5638e2f70bc906b5d193b8241b316f85e51fc1defc0c87b44
hu|64|8aea4481e2d9f02fd4dee121c3c7f639bce0b637206155d3c62eaa503902d67f12f8b940a32073e1bcd887eddedf97cdbe10f45c0a38a2d7e6eef3e6d4f82aec
hy-AM|64|a805a62505b3a69b0d47e82994a293a0468112cdc6b1ebdab10767d91113f9c454d0902861edb385b813f45003011c10fa53b491ec27e95afe6a7a4276e42ecd
ia|64|336909c787166b290a6335b50082adc2d0e2f1daa3f3aa303b9740aadee2c63584b068b5abc40350a03fb4e49e9ad80478c9fb4dd15a366e8bd24addbff2381d
id|64|1196cf86a64958ffbe11bec8bdf697b847c9fc0fc31863ecf10f37ff0d897c06c188246eb4083cbb8d69cb2087ac0bb4a57c5fecb446b2f9392afc2d6e727575
is|64|e4a0c3bc7112749424a01c6783c509afbcda09c436a56dcf70554e136508487719a3429079ab7aed07978dd2671f24ac2d22fd7a85f1e146b72fd9999a6f1c99
it|64|c27335361cd1a8d8a0f8bbd1d16af497afa292262c8946382a0610c1965d5aa5adf660d5fdbfcf4d33c64dc6ec86ddc5101d88e8dfebb352c957e9f8bceda805
ja|64|0a07f6382ee7fb537750a9eba85661525687add223ef77e7623cc5469421a966c346bb599a7b5181a969b2615c017f1cf5817dabce89b6c0a607a054b13974bd
ka|64|b4ad326ca2f13117ddded00d79b7f93f551809c77106e67f45881fbd3101d26e796344a50dd3760a08e9beb8751b0550524e826aa6629f7f83a5f65bd7181cca
kab|64|6e8b8edfb2d786eb7b429378092ad485a2c88b1620e0e7ba0e9f6e0bed3908620612c8b0d1f24517a4f486bbced86bfc44766cd3ced209f290a286e4f403248c
kk|64|1b29f7fef026fd725febabe0af9de31de427d50c71d02e9b27649f51cc754b98b348e017411c9dc42fee892aa088ff091ebc647608cb60cefa85df0dad1688ed
km|64|e024657877cf35c4cce66ac794c098d89c734ba0c92f4fde81be595f087b9bdc359875aa3c5ef9854ad350be9551417c0ebaa3982d60253b07457535d3928fcd
kn|64|27aac68be94bbeb89b58577f5e70d58f13a6e99bfdc66197f6ce59da8ca81821e074f1a4dcded6a9bd362210dca80c7be31b6a252262ed77ba15d7f1f18902c4
ko|64|5f2a78e880df4a04cba75a5656317aff49a72d5d9909107ae093806bdd83bca43c1d78d78b4a09b0ec43afcd0e275d9652677351e6b35b4f470f27346f17f442
lij|64|bcbb3b1704b38b8b9050f81f4e2e874ddf399060b0f238e2c3c3b91f8d5f2c4601538a99a6a1f2ace53f9923177debf9a2d9b9b007ba7d8aaccbffef333890b9
lt|64|67b8b935a185e9efacc3f43d4a90506a4aa1e9ad688e4a90ee802fe1eec19ca269e1790cff7cea90825919d88c1d0dde332346be8ad0e71b326f582b3094bd8c
lv|64|c48326433d41aa3ff8225facd310f915bbb09060613d4fb3267de0ece071125182f365d2a618a08083d4e21e7b37a80c96b73102ce965f880c1c3d893f1cdfe0
mk|64|247c3b9fad3702358509c98e0f7915c493b4e8dd69e944ed94cbcce8f13b9610370ec978449878f810ed6a4e521b1a13b1231e896c7c5721358689165683449f
mr|64|dc836204169b15c9c7a6b7459bba45d42e82e81d129b1ecc7a65ed5a359741ded3999ee33078b97fa20dd4ceff20f26eb5c8c40df41e733afdf4305492d46b17
ms|64|86c2ff809bd3c231f0a61279b63b00003ab731a1b44f6c6f846d7e056e03fa3aac649e30d60a085a8267207820d5e6ec10e90b71372138e75cdd7cac61c7a8cf
my|64|cef455e7782a5364c3aa999ca24265d4d1afd211cd9352aeb47c59fe7bb0ad4c1956f9498dfa7c9233f86b9aef72a5f0342f590f40a70402d65e758072d25edc
nb-NO|64|322086075f9c898c6fa751fef50a6680b4b9ab019f3d9fec7d1f4ae7dae5b277f6e7e415cc36d71798b5d8747b217f74c73eb8e0b1b2fdb54534d3069d68f5bc
ne-NP|64|941c7ec020f808394ca430ce12a246e3f492076653ffe708ae2f015eae65fbdf9ab1e8caab29d4561f285a3a40a726637871af6acd8d681860ec782111f2e13e
nl|64|649c3a5dd6ab2c0b4b1eb0f3518b09ac683ae5ebcc637b3dc60270d5435308494f617525f6f072978c5f16a54243767198e7d880c34418d7b541c35a9d90a993
nn-NO|64|18e7d63bbd98b497574bce3ffc68217c5f0adeca2cb0991c0cd5362c64674a830050c3773926ee39344e99969dfe80fdf0805b2adbada82be95eba78e6096f53
oc|64|577833396be61c310c9d27e78b672398879a661cbae6110087ce183917167d5634fc8b7dcfdef2d1d6360c989591e98f499e25c19bcc85d934bc69943a35551d
pa-IN|64|76d270cfc404eb4886901ea069ede9402cb0c3cce6223cc18018cf0a314ea7cb38ad5f7c43fc246b34de8825bc25c6b49cde0f6024c071983771c7c8de9e4123
pl|64|5a481da90df8f94de7855f6313c128e5bdaf82ed7c540546e2d457ecdced6f26e61b578f786e8fac3abfd9b8ef5f1b5db5f0e6a7f88c04a70b2ddb208f808297
pt-BR|64|8dc012684e7b94a5cc27572745b040ce1dc003f0abc5024aebaa19d15378e3e38e6a3404aff9ae96811efa45d39827b73e9a8c8f84a9f8986807d6db86055706
pt-PT|64|f2bbac0cd026874bb78d8e8a8ebd252fc4cfadc112ae17f5c3340c78e88523166eda6a07cf060dfec2c4bf05858945987eeed5badd6f5c31c0b5b8fbb530e075
rm|64|b57c66d7112c7832456ee4a70d30e24bb45f9372789a14ebf5a66e88edc8441ce94e6e021addfbef6b2604adbd75037b09e70fcb4bcc2e62cb845dff581363c9
ro|64|b00ba445bd8ac72929d2953e4d12ddd62c08fa3e7ad9cb2082ff81ed207ef85a230ec187684cd7f15f96cda2d85a25c498f2204cf76f0af15e7296eb88e29aa5
ru|64|cbe766c2ea5530f205745218cb2a1c1e4525993da837cbedfb27b01c47cb312737efc4bf78eaf47397be6f4cfe4d73ea41172b7b4955b7d5f8d68a870e80e0d2
sco|64|f165795f9a7222bdb364148d127796c1abfbbdd69f3018b707c6ba691efb8257ce8bba002559a574ca48b48072bff29044c03a24e39496652bcd84610438fc18
si|64|75005bc3bbafc5491fd9974bed268c80591dceabdec9a2fdea786e4ef1ad16dcfffd5a232daa456703cea75715210e6d8c865b8905ec9329d24a7e4dd229b0c3
sk|64|5984c382b31c092c8c8348cc586fd731469ad5d5f63b5533df41d5fac5aca58a7431a2ad11a6efa93ef30ad068f3a1b5192cb7b3b9ab642072b2f6a984e3520a
sl|64|ecf781584eb3e99e436b5eb6bf4f81b3110f83623f890818bf1da48fdf5e8a1557901fbaa01e9e264cc4870448b69915134e370e9bf1865d3ec25b385ad62fe3
son|64|f3577b4fe04a1a129ed89c4059ec355f0e030cf683fe1ff415abdfc979ddc440d8e51fa571edd64ad5c02ba99bebdefb0757e5cd5f516b1e7a6d9bd7b5c18a87
sq|64|0bdc6064aea10f72cdfe95d5be034d2a18716c9f4c36c7ccbdec8962d3642733d0ca5f6dc72a13c2f7ea77d993d1ec7e9fb6391f129186cc2ddf78e8294a1857
sr|64|657ef349543aaa68e5aa7aecd66bda8b22d05a1fad2956b523f8e23ef769e2151a72bb11d1b88b378aadcd05604545bfbe7b6a8f34f7408e4531573f870de306
sv-SE|64|46bbee0a7b0b27de1efb019cc2edbe514cc5837008c7ec1f7891c125b48235d663e021e8dc82db9a9981c0d7f190ca35ea31643afa5770db6c87e1d597912a1c
szl|64|6b4c9c92a1f86c70cff3832671a98e37f37a9c20d1fb9294beec08c270fa5905922d29bcf6c55843285b2ca21ebd919b93f926a8ab43a4d02828529fd0683431
ta|64|13a12b4aca7fcb5beb13633c0d0febd768a02591b3b25cf0755f5308ccab9e8acb028b25c7b08547a772b8664a8ac5b1d54e52cc8630e81851246156758c4039
te|64|a018436705efb0eae0cd4ac1b3c96d1fd5e131aafa102da582077a9b0d42999596a5b99c681c23049400f37e90a30b2e61676a0fd1006cdac9c56ae3139fc778
th|64|7a664924092f8fd8c6864e34d82ba24162ea9c7576103680fa45330e851f06936a43fd61a3e21aabc6434f011fde3740eda0a18dbdd3bfdd76438f7e5a1c30c5
tl|64|c34ad9a7ec1c9df3f59a196b38eb75bd0a1d36e5ab04d4262fa483f12063f7759e55f9cba8b1b259a35c698c04d55e77281335ebec01df1a4fe8453bbb41bd62
tr|64|ce1fd9560a1a6109321300e1dedf064a4813657f2e2e2979340a2f56aa2c8d73dd8fb08dbbf72174eb660d06f4352f26eadb9e6001f4f2098062c5766488cf77
trs|64|2dbace998c658f005c205220ce7b6da85959b98c770c7571e59a3ed5ba0ad6b6425b662e2f1a687f95a01161d04972e5e034ce0cbaae3d877f8707235bf5b667
uk|64|b10ddccf6a9847633809bb54b83035be12c9424ea8f522a5effdcfbd1e07371ce431dddcb3c12eb02550b0295c761056f5e436c899fdd27f5c1b8bd5f6a36ba4
ur|64|19e184b3e78b7d7bb6db3a680573db2cc569edc58a7a3063d4921dfbe0bba493b628dc649948193dfd3dfd0b1daa9fd68e354af91ad92d3289deff5d63ffc870
uz|64|e06e1cbef989c28c36af4818fa8e7366406f9d508bf75ed4e2d3f267b25ee863858dcecdb89953b05e79230717244c85f4f8272ab8fa80ccb58b8bf5796b473c
vi|64|0d2ffd387544b97f1a42d04e97d0dcf22d3d96585055571690d3050a1a71d7831e130aad9950f9db83fb429c9caa9767f8b0cc8e576927a43439f4584d5aed58
xh|64|2e77be1b3a7dcb0289ff835f7c317084180cc265856dd28625e3f7f1c0f46b4bc4aaab983156c828c72834b692fc839c4880a27af5c4ba7c8a75a38424bbc714
zh-CN|64|4ef25acde5a5f0021c42a0fdc5cd90a976a68ebc21d36e88f85106fbd58fa759e14a02f6cd6f2d8ca368755bd752e5d6eb291b2cf0a9212e632111df5110bcc0
zh-TW|64|f12da8e9ffabadaa72cc81373fe50c1425ffa3d73ff89e8e91d11c08e2b0b712090a1de0bf9ce8b326a340f91f4817ee7c7df6d44a446c1732ad4bdb363c0ab4

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

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

Chocolatey Pro provides runtime protection from possible malware.

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

Ground Rules:

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