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,527,280

Downloads of v 91.6.0:

34,595

Last Update:

08 Feb 2022

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

browser mozilla firefox admin foss cross-platform

Mozilla Firefox

This is not the latest version of Mozilla Firefox available.

  • 1
  • 2
  • 3

91.6.0 | Updated: 08 Feb 2022

Downloads:

2,527,280

Downloads of v 91.6.0:

34,595

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 91.6.0

This is not the latest version of Mozilla Firefox available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

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

See options you can pass to upgrade.

See best practices for scripting.

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

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


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

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

Exit $exitCode

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

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


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

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


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

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


package { 'firefoxesr':
  ensure   => '91.6.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.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 08 Feb 2022.

Description

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

Features

This Package installs Firefox ESR

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

Package Parameters

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

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

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

Examples

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

Notes

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

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

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

$pp = Get-PackageParameters

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

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

$sa = ""

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

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

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


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

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

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

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

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

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

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

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

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

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

  Install-ChocolateyPackage @packageArgs
}

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

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

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

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

$packageName = 'FirefoxESR'

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

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

    Uninstall-ChocolateyPackage @packageArgs

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

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

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

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

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

  $PackageParameters = Get-PackageParameters

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

  $uninstallPath = GetUninstallPath -product $product

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

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

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

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

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

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

  return $locale
}

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

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

  return $false
}

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

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

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

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

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

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

  return @{
    'Win32' = $checksum32
    'Win64' = $checksum64
  }
}
tools\LanguageChecksums.csv
ach|32|015c3989a9b23a712808ec90b60a5ef86bf031a9342b52fecb47a357da7f968caf4c66659f4d227fd9aaedcb1d63778e4822f34b616732ed646cae582ca5280f
af|32|45cc322bf1f04eb702e70a9135944790a4cab78e9ecb2463960b4b7fdbc352e2ad089645267477d365bbb6d99945a79191ef33f15ceddcf214639333555b39ca
an|32|14c3ed2d3869d632a64434a2e5b70ed06726d285ee41f1172dda502f275e06cf857fbd9a6621af78e4827b13aa0e5e2abec02f8aec3fa15ef1a327fcfab99e07
ar|32|84277c18b71ebcb85d76491390aea782b73017885eb97f81eb5a2954e07d2a24715392e22b5b10da4da27e419a145d1d25ccd665f21447503975230035fd30d5
ast|32|0bf92d2cf648296a03f61aa16ed95648b47fe0ef63ea254c08d6be71c68de5913fa5208de9357bad0b6e633bdaf1018e1f0d58aae5d232689c9cffe6c44b8965
az|32|05e6bab5c708062111d82ed983484126ea9537e483140f3d9029b7ae43f181118759f5425851ad08e87842d35ee3cd151037f0b47185a330ae7f36a05a896f71
be|32|750ac0b20b6a67cb31729e4e31a52391118e71f922edf480d6f5a3255ceaac12252a61a56109ebd542f729c5e07dd04896fc5d1f9e55787bfad422f481814358
bg|32|fa835c6217393ef8531219a8f24dc5acf00a032d562a56dd0dadcf6ea9151c02241f3d8d837a3eb2dae51ccb01fe0b84dd893be52078807fe3a18363e38cb4c5
bn|32|e9ce53b2f3415d203f3f2070fea62793f72c4898718808f41b797248b72fb1b59d5755bf912905efdaed07b8012f8abfa19eabbe542bc6ae438f03112dc37de9
br|32|44701e6ca28faee1501b53a5d55642e2fe8600b5abfdd9afc5b0177f864b741d74b31ddae90a6588dccdd7690ae99d92e43f1f3489c56aa264d0bb00d44cdd87
bs|32|ab49b43d10b23a2965f4c6356f89db3b41dd73660bc7c73f56c813b8ff24611e5d0d8bef2d823b4fc0b9efe100cef82faeb1a534081824a15006836591b07f09
ca-valencia|32|73a73ff1c1407a59bc5218873f05b382750dbb7990a697e8e7941d32ec2ae1390486ef0245b59a489ff72cf52c372b10c7753091349cb37f1ccfca762759d234
ca|32|a7eb3e96862b15fba90598fa3db2196c5c550f9364d36ba698b99d71b8cf6dfb919060bc41d38568d60fe6865848beeb487c164b33ec8fb83043a4bc539346a8
cak|32|e12988c2b2b18145ac003d44b1e9150e32615bebaa9a7d0258cc1a9528e28745cc5657f99b9bb7875dd0ea4443c6acd5ca023e2a19140cafa627c842a579a621
cs|32|3be590de7b8409499f702d9fd39e09d8aa788eee62eee593204b249344209757cccc87e2c0a6cf472bc89daca76ae853160de9d36f709c4e56cfc757c7faf6f3
cy|32|c683223c3cc3e375a9db7268ab3e16782d29e69882c10b0563c7ff9e7f114d9831f48c6fa09913fb88eb0a8ed40855489249438c30b3d0cfcbb03e28032ba48d
da|32|fc13e58180adfcdd5bf92d26a6bd648708958627882d79dfc05755709c733afea88ca457b0839c9309704d1c65a3dd6db620d33ca674abd5adb8308336ab6d20
de|32|316f4b39de8f4694bfc0bfd0928bbbd0671bd58afa36776215dd5c5023b30be91ec29f5bbfb83c435410f9d880c9c11719be6615381350ce81f547b8d0afad61
dsb|32|6d9dcf2c67abe6d7a14bf7e79d2aa4c786d96f5f934be00e6a8ff3fd4347d996bec1904e629a0302458ce4e2435f8f91601c7b55faae7130615ec266f28f10ab
el|32|ba0555f41bbd10fc42dd24e9bbae182893ec06b3993da9b841a8ed347a7fbae98808c77d91d9183957eb13cb498efe80b6eaee465304052e26d5210c3e86b953
en-CA|32|998cf1dc023bd64dea9e0db7606885e527131b9fb9f1e5a55ed8eab28340900b71419a264b66e9cdbdc7a9e968c5de61a239917fbd6be0844829d7b275a02fb2
en-GB|32|90ebb329aa77f9b74771ee2aaa819820959b95860bc5ac9c5b7681cc37bbbb2d144bd184e812daf645f43c72136eb86fd155b90c0bba8af2a359f964944cc3ee
en-US|32|10d2e9054ad4cadb2d29057bfdbe787fab2ac7f4bee5aed888615a5faacffd2a469a5b5f40d213c0f6f691a73fe47e0c1bdbe1b18df2d187ff3ab8a0651781be
eo|32|7adb36a4884c565a56dadf1d36f16098183a3206241475ecee5c27bca6562abccad97f0f48ccf003849f9a4512e71d07cca843ac7a44dc847da011ad06417b95
es-AR|32|19d8bb937de4b542b70c458f98370e4a30db15fbadb901b50cf3c1c9d8127b919d200533d990cb00ae67377c6a9952c834e5673af3945ee04f6667d9f4a37fc8
es-CL|32|8591c3365fde50c726067ff26f8183f94e140b8b19a14f5f94cbb387ea3ae2c6befdcfa6ddd29709d18312ac15805d66bb680d0f109dce9885bd1975e8805cde
es-ES|32|6b9a86bb12cab7603a4644986bb7c02c8af531672a893712bc037ce4e624eead43306bca589acedc45dcc6b7e942187f7c22448daa3bbfe702c2091871d62388
es-MX|32|a5466bcd3210205f320dc202c2a2585c137599845577509fef60190d28dd520369a46e72b1804e5c65c4f4545d2bb1bbeb93b7923eca41bf7af479bd1b9c6ffc
et|32|ee220b29ffc3c7e5a4a383e5337f6fa8204c38a932670e057975a1f7f876f63beed16fca046dabfe427d5794fba63b179f510309694c05f06b89168e35537f59
eu|32|ec71a8d7dabad15e70b6ca26a6287c97dd504229100090eec64f585016a5aa2d7c8489c7d9e9954c27bceb497d5cb958e11bdae72531556e075ad8c65d4155d8
fa|32|0058126f96f4cc514a81bd74645fad8b793950e0bc03bff6375d2c453ef199957232ce3b2b4261cf8040ff3bc0cf61188092d8c3648fa10c1f115b87379850f5
ff|32|4dd50cf03bbd7942a47069090bfd2409ceeaa4b737d003e7b3de03c267f02d8857c47851fd51c290aebd94f8f5ebe3df351ac10df5d14e5f75f98182ddc2e868
fi|32|bc91b3b7d14ea7fee7b3c36d24ce2928d33ca664329cd1d73d3ef6558ca2226d9753dcb5191ca67d56befc379554d9eb2dcb4510f4267d1ecbb2673d299420e2
fr|32|0f9e6d434cbcbf7629b244017f99d0c0017e8c053d2c89c1a4e5b01fa2731c80fce5ef8a4f55f2fb4c8ce2e7e77e53f9ab86c536362e51bee30df64fec266149
fy-NL|32|1d31a08e9daefea8f731a4cba5aaf7cb70e7195590f2ec36ffe3ba0cc40f39e1ec9c225fa90039cc7f01ed96093669c9894b8520b672cfb0ed7d287fc5273d35
ga-IE|32|23e9e1f7e7ed82434f0fefa5908eb6736891f2a5e12d81d0fa307b39962d1853b40d3591b0b0525eb6ec9864be7f89cb5a8f4c1423c6d036cf43a5bf669850c7
gd|32|6c40f1a4d6f99c526a055b2982d7f7adcdc8063e9482bab524f0b754c7219c7e89165f2ec81e7bab995a0fce44da97545a837ace0f9734d9621c6e30c878d23a
gl|32|21e4d16e42c6c33d45868218443fccc420eb8802ae7cb967716b9721c639b4a4c27e752288acd13cb8b1a62684e008f57104b41788e53480f82b6fb39a059a6a
gn|32|d246cf4e1a103dfe67e16f1d1d1b6c25f3b6a8d91ec6df279f3bc81c81f6299c64d45812607987633b4ad89206e3697c8bdb5e80489d57a82d1dfc5827ee390e
gu-IN|32|708339e79f98da9b1c60cf99455e3d1ee639ff7c74f77d95c10ac08b88bca0bb490e6bb597e741d1ff4b517a5e2880a969e1524bd299e71e58c188a757b2598b
he|32|d14543748b9f5edc1a30fbaf27ae205e73905ace1a946859821d95388915a6c0ab1bb91e3c1917a737c121e771c0a7b1e3f98f4fb16d684c478402e31cfbe3d5
hi-IN|32|46de58e689546a2bb736f833592e3f78f5ec3ac22777a09277b282b503f8fd1a762cc4f83d1de6af5aeccdc5ec2b962fcbd8ebfbcafb478186ae6435297a8aaf
hr|32|f62a05ee540b606cdaf4d5ba78a58a331866df984a6a1f50b476937fc0302abd556a8383f24f9db716f497ef0bc2d2ddf02d56f8816f6574e9e1c0cf0be07e08
hsb|32|060a95ec084c3e78b91c07f1e710e3e9af7f82f0ce3309fa3aa44e7ffa8628e31dfeda66f577215bc2c97427148890a5b39d7eba22c67349f9872e43d43b9202
hu|32|6b3a4d17fb0b9cbfaf24cdedd0c73ee22ac2dcb0e710fe3b7b9da42350f3f37f6df02d0fba24457bc3ac03587747fc26761dab9374f0a17e0851490eeaa9dd68
hy-AM|32|a99b86f7b53a2d82459abf3a5ed686a8577520300f696bfda501d443f41d8cd6ff8b49b2639624138c6263176f91e2361e640b10ba2ff9ad4e679f004833206d
ia|32|0c2f3583e6445d24c4674fa9f99af71b65729515e43e2db681b5ac51cf99cfe50b3608319f675112df11513d15657f3f236a910d90fceb90aa95901309ec70cd
id|32|a1c338b25e9b53921a1f167d30eb669eb14ce5e2d694ed0d8f66c4454230d93ccedb8727c83a8c5c483d05eb5d10f1f2b2f9f97c6eb8e751a1edfe1599abc4c3
is|32|fcb114bb434b50e32b74442a74fdfec44b930aea1781193801e3f5460e93236cc46b49194909846440328c49c422e621503fe86fa3b712ea2443711f8f2bf0fe
it|32|5307f08070c378ae116f82955284f0c24d8debd9228b1b7a8bd04b70bcd3700b7b02543e4b9c28559b8bc228d8d062141b5aef6d14d6a53c1cb96c4d4fd95f9d
ja|32|e5df74333a2e763918f4ef631ada60e09b913bcfbb0b53ccd7b749800fc34fccfd7c17d470fb6761d4877238c0ab63549a5ab278b3c039ce2154fbee3a4371f8
ka|32|c5faacb13ad4c84673c2e6d84bc1ef6b682fe81f9c50318ab24c5b9b257dee6e491bc86d964b18153284a3fe6f16802b9d2a35ad3a8b3ada436bed00aa273199
kab|32|ef216353ec4e4d08a264d9976693917125850048a7c27f2532d61c0c1afa29b7ebcc76c5101c75248fd116de00c4e3c5f8ca0d110220571fadcc2425b449dc67
kk|32|984dabc2b243c1bb6bf3198613d3e7ca8c60eac17eccd0b99c126d59f17a6ec050b018fcfcb5360e40014c0d1e71de86826834ea4589e24ba25bdb4e7eff42d9
km|32|1b4b76707403935190a1ba040a2001f7af24de819703d23e9bb9e40a30ec53cef668bfb09e9d121ab27147db9ba7e357c2d93f165b35f050e03703691b573380
kn|32|6b7e0ff3ef08d65eab6fc67a7da4b69fb552b7318a48f9dc4d31c5ed126c2767a078f5ce8d053f2c39a8d5fea4816d73199790c9667eff8b7a4668fa7234e7d7
ko|32|818d8ccd93c5a8faaa446a530469cb5c8813a0059d8f76beeefbe30913283090d97226512c8c25bb35e844b9ecfce3d67a988603f0ca98c19149b14087a042e9
lij|32|2ae6396998ac6b190d8620f4b30e26a95f9858ae42883b490245f50cd43762faa11120bc9ab7e74139f7721319168aada2ec6d94f2fcdc2cfa326b24d10e5869
lt|32|8064e00ba463ba038315f99d206fd3d2a0b77fc940324ca34b6b3d63d2aec86d8e7c602b3c1e582d4545e8d78655ec113df34d654a9d9ae1020ce9f59e2d38a6
lv|32|2f6843db83871b7db0228dcced379028753b1ad764a62c5bad484d1939d3e090a6a2286dfaa7c9e5155da4afbf348ee4ccaa44ba1628b38ae9f546019f5749e5
mk|32|33e2a0323160806c2bd6c582da64d7baa049ec45ef83ec8a8a0feecdf450b4411055947897554119206ee48f5a6c764142e9af59750bc664fed3860bf80a2a06
mr|32|0b08e0e09164740b62602c0f8f47d1f28a364b091d89390dd78e52ba8bd930a20c0fdae14d8fae3c846094a5bbf42748068b4f4ad73110e9808e15d0adf8f175
ms|32|2a0cb833895d67a6f9a814d05adfbf7f1c29de20c2e73b0c55dd52c0464d627bce395afbb9823f76b02e26927547eb07706ccee76ca55699c76df47fa590b9b2
my|32|7f441c28458ea3b22fcae80b97661fb0c929d4ae165bae770798b60f5a53f30d2d3f9301f83a5a690923335ea6a01dfdd8de149f9d5b452784272d69cc55964c
nb-NO|32|945687abe72d6ac8fb34f5704b1bb941528a44d61a8ae7672674964d6afa19b4f97fe973e5edf49929e633f65c31f701dbd141239e363f758584407a9e142547
ne-NP|32|46b2072cd01673fa0c103aeb5784c279bc8ad93914a6c9bcb2522826180feaffdf9ae157dba58cab797a0b3f9dd3fe05be13a53ca5c94638b9f6fbf3da5e669f
nl|32|b19e96040103fdd449801308039879e229646c08b5a8ebb72cf1d758db5713e567875d711a2ac1db92929fd0e57c474ce44dda586754be1e543b96c5b799e5b3
nn-NO|32|c35b9c6ab28ec3f513a4e6bbf4df920cfe661ffd1019bcc6a5918fa61ab602f9e571b1d7e9bae9492f85e16dbe327650add5e776d5281018a156d93a0f3c9322
oc|32|566b19a9852add553b8f1008c867d4c03d2a1dc7c8b7035a0792c453135d4294bf02dff10ee4861f777a971a73241de4c7ac0cf980d0b476bacac2676a823be3
pa-IN|32|bf2f5d978fce1de0b04d475970cf49d8267cb101c3e042cffd328fa0d13c24502c89adc5e3fd1392d34530a039d5cfb61866dd1eaf4ad2195c1e840c3dfa04fe
pl|32|5ec34e6aad8bc1a07100b9efaed44ae77f53343bb83c296d4212d48aea82e5877f1daf402fc330b235b8c50bc481dc134d188a5d8a0d651fa900ebbc11433e67
pt-BR|32|e5542547c44b2b4c7840012fad193fa2ba0af2145e6d4a3ba7c2e1a2fc5c62f7766f9e51149591b8d5dcca033126294630ec1e4bc64a6a5ff85861aac686c35e
pt-PT|32|662d945e444c94d912dbb8ffb8e36a75655a455f76ceffe5c94949dc37e7c94fcd13d46c129971389cee6afe9415763f07942ff7a64b274356345c16645a5793
rm|32|6d8810c342334e58a50b5fdd31d420e02b6e35ad6df1e3d6d4edab0924974c9dee4e8835b91df2ea9c82150f0ad0f8423745579f831e943f6c19b8e50017ffc4
ro|32|6ecf042e53421ec8f5a183e1b866616f86d4c752c283af78fa085581ac25c6b77ef6edd8bb3254987599e220d0d4f0441b28c1045b01273207444bd07562d8fe
ru|32|ba7430f20b09341a759f8f6ebc70258ceefacfb38cf9dccb82ebbc54e41e65587abed81358d782e982c540f8d9529d01d1cd53768e4ed3e2a6d70337d94a23be
sco|32|8f65a04198ae898df81e3096cc2114ac7502214d9b87edc4df578c87a75e8619c16b0e3ff3c81891b230a9c56c355b21eb6e953f479c094b1ab78f709d55b9a3
si|32|a84847e6fc10fb94652af00e8050c113897d25fb763c52a7a6f386c00540b9a63d293761626b5f2ee48736ff8011dc4dc1a46877256569745584d4a98fa69ec2
sk|32|d6a46e5e71dd2676e67e8883af5fe2ad54fc3935d65b1d60f046175ac60234955c58303b5fb3aaa712431c98349b54bafaeb9db4e280e82a2b3f329f5717afc7
sl|32|5ad7d7070335f5762e858fa97e8b0e2220f352be606f4adcb17c5eba8948e7ceb86a5585ccaa0c358ffe480e29429ccceabe35be73b60c1d0d2b2103eb77edd1
son|32|58768f0bc2db0fd5bee19cf5a65671bb4ec58aff0383f337aeb007fa5ca10b0c33552594bfbbd04b1027e7885c8863a08adfd233443148c51f9d6e55df520cb5
sq|32|dea059fbe119b3fc6e57f738582e9f9dc3d8158c517016528860f722528d3b7c50ee0685a033f8624cde0480c301dcf28a3206a54c423d2b9252e516ccd8bed6
sr|32|21b142c9c4709a14665bcf563c386dc2afe4b925a5fb949dc21389eb3f2f1f7fb232a879846592848acea4b01dd591af914745b2302f619366e36797582d8967
sv-SE|32|bc1d786771d665ee2e3f27c735ee26af3d0d2044a974f0459fb444a81dcbdecda4049ff3fb208ae1300e79eba0fee6b45763cdff7b8cbf3fd93b9184f7450181
szl|32|3d6d77b25daee71dec7661625293127da122a956513bc819fba520f3335d131e7e87f37a2b84c45a4b00e732fd3fdf0d7b777659a3d2dc1df7893198bbbb5820
ta|32|bc692ca11b6775b4ea8321ee475249bcefcf639166d0e6e07cc7e9c0fb7ea44b61db4d209e8af4cc10f20ea210587018cef7165795c1611ea39544cfb27dd06d
te|32|107b7d261330b150fb43f376fe2564f87f053b3a19dd64a58b2adebd32dc9c8a30b6be0cc554a563cf06804c8fc77ee756189c28763a74d37d70e5eeeb9f8207
th|32|7d7542e1c781625cb4a7de1df2753c9e806181596b605405f08527be7871618d6512fb651bce93195ee49df4834c44412988c7baaeb7cf557dcb5a818ff45e0e
tl|32|f4ccd0e23e5ff51f1cccd244107347f3068f3d271456b7ec83232187e7cf6966ce3e0975f08e39b9cb2e8d9c469a29359dcde4c2b6b10f577465a1c2442317ed
tr|32|29dfbdce8361d48540b1a1c2c9f0676c9927084c876230b45ffcbc996c8dce7a9e3e71e33c07f4b277645c0164de39a60a059c136a24ffa094ff9783f648c3cc
trs|32|8fbf002a2868a94af39c5321b7b4e5d4969d720f8bb3da1181e2ab7894b918bac08ea130d46dafdbebb5f31a3c3950fa0ab2a4d8be3cc799df82aebbb78218e7
uk|32|276b8686af8cd0c177292b5bd033cac59e45c461bbdfc580d478aa9a9261b6e88b7ed2d4e97dad029a0fddb1de79f58d0155d7ab4b82c5bc4b61c1767f01989c
ur|32|6ce746dbc34e8fb38b7984b63b492077cec5ed9d2f3ef1107d5cc5784e75cf91c1375775309647e10cd45c1f8f73414cd2b0cd471adc278400057ed4880416c7
uz|32|06c16157529ff993aa788da43db513d1d86421f99479d7ece3e03824339924b571c71f45006801295a328bed4ca3e1b1391e3199e5403da1d767bd011167a5df
vi|32|ccf14648d33b00325d908726cc2fb7c05ee0d36bd6342df71d0072eaad06e273465b5f2a0628d30f38a065c50989e44c2d9a344c6e52e915d9ccfa823c9ea301
xh|32|74c73e6c0c86178e36030859c45c1a4abfbdf62f63185f82a3ed0b9fd0a375927bf6f1f6f0a6cbfc56ca2804ea5da00050c3cd04ae67c05b2521d4aff1434550
zh-CN|32|fb3a8da9999a7f3a2be900ff80fdaf2838f9e25941340ef6c7a7893c70240d3b9cb58f1768176caa85c8ccc9c1f387e82eefd9ab4cf8eaaf94e12fdfac06c8c7
zh-TW|32|3719df85eb59288960ebb3dc30dacc6e397e9b20ac9f6d6bec47c77a2edf01d0bb2c755064a9ed39e654e06f8663f6235a80e40e14d091929e96ba18aed3ee4c
ach|64|9e86fdf591dd574ad4115b276e9b391925a36690818014cda60c2563b9333850d550cf24323d0335972660257e39be20c3558e0e5ecd722394e1c05dd4ced309
af|64|2b95f5aa402ddf5a0e551f4a7995f3a43dc9a2a5380a26effc018dfe3d4e8e91b4103146535381a2641bceddce218e56c724e85b5281e34b17d510a068b5c696
an|64|f0ee6fd499a2d08257da78751c17494b1e676f33ab5c01c96a69036386cff542c11bf79a8474c390acd76b7f7c1d6a6729174c9068df5679b7f45130e60a8f5d
ar|64|82a027f319d5cd0ae2c0b49bb546b1992248ba6ce8aa1c2ac1645cea5d3ab25cd7323e41b378812a11eef88a6c86aa453b1993e83ca6b21151e94c460e817416
ast|64|0ca1a017c0066c4c01521015e156f4db62ecf6d4af0eee26bc42492e93e27399d280d9e281af2239645721eb5d0d33b2f56b34d9e5dbf921cab5494ed4b2b681
az|64|50813f273657e28d8158847e1337a469d787e30baeb8bfb33e149d7406a04209aefcaef2130502fb22918751572ca8cf4d668cab585b76be8637600293c2bc14
be|64|9ec8fb27adad527630b3b2b7fe0ea227cd39ea268d1e683b001d4be66a1e80760a6f9285b48c5aa0db2ff310c05e8efb955e3e1d518438e301823fd48a870c2a
bg|64|6fe7db96bf27028d2a63ecd1d7c89d65a01f2cf5ed69262fe3eb502dba4682c2718f2abfb46a8012c669a8cbfbd9e61256ab06776c26500513fc6ecbc58acce8
bn|64|6057332b19c61158f0493a2361e7dc9c2793856799b43b525e52bc31bfc6533f751baea98897a53e57f39d1a06e8df1a75300e85c38d0b3e8ffcba49503069fa
br|64|20ec959c674233135e0c7cf97a016734f7a87c851c7318b8a96f6a900b2309d480254d4ca4946fd4e0b731bd520d799f32a61b431b7a2479822a5a5f08ca3915
bs|64|643d035c7a47643bd347e96949c29e6c40e242e86f0d5f9b1a1ce60140e617b7acbb402f8c1ad8739a5cedc02301f098b2b989b32671e6e1abab753569c1d8eb
ca-valencia|64|1f1eafa93d84f780f667e85c19c45ab0d03c71c1b58ec530a2a30080fb20316bffb20dd8b812c3c9fa653a886d9def2647e374a7b60e4c0bfc4d7ef49a75aa13
ca|64|5f472ef160f8b18000dabea6f7b23fe99ea75a979d395b9d5046c0fa88d1f67253906ad79f0bd268d17db03774447c7045814a055fa6daf2c0955c8a32333cf8
cak|64|850701c2295331d4511c6e98644c6e100dc5ed901ab57d993c0047977d987d8b6ea6bba90ca2da4c710398732c8f4c91de1b080bcbc850780aecb3563ff0e333
cs|64|3d7515f30887b8afdd49dd98f605e8f64df2684ef908ad19edb129d4e89dbb3272c6e5548bf6fa0ab43ba1f2a6c754bdb3f358f3c0e43b06688e655df7d2d093
cy|64|aa3644bfd338ab2f14675c0032d3bbb37760c3b092206357edcd324db0a07cf5ff57b4f02f7bc5b7e2f27bde3fbdbcc7ce2a4e9245940e6f67ec58751e60f224
da|64|af3d11b29439815d10f025971418364300a02503afc10a3b8ec3c0562503151dd92e2f28eea5c95c3d62eca0319d5340ee287009bb9a070f5e6d3f1f044f8808
de|64|bc0dd48edcd98f9cbd951e3d0945e2e12708b3a360afb5e3143c6bdb8959be4a45e301bbe7dab685e0a627dd485964f26a5a5807478131cae829080dd91e4c16
dsb|64|584f3daeb3b7dde91013063023ac383f311fdd849c48d4f1ac5369f5765bbd8c45f82b2ac0d7bf3e73c81c66906a3ad9ed6baf204a659e390cbeffbcc917bdf1
el|64|4b242dab8d8c9eb1817667d1f75b82ecde153e7118fc7fd4eedb086e72f1c80258b69477d422037425618c9845f4291d6234d3e37c8a0650e83732a7769cfcb6
en-CA|64|2e67de534f9200ea3e134781b8e59b2adc80ffc1a1a334fdf0789402ba475ae85a20c3ed36a13c6ce05d7319529d7f844a779a60430dfd807c677c664478d350
en-GB|64|c961d1a03a371786e813094a4dfc0789752bc1ed4d547ab677f6296289880a8c30c5afacfe01272faf900dae844fbfa53ae6ca2bcba4a903c32afacbb2d3d819
en-US|64|102ec5fa3f19aa9cc2611e97ef8c5d8f5970c209565ba3c712963ff6e08449e8110fa3db823ebd457d6e10b4eda5b0964fa0243292058248521e8b9cfab1f292
eo|64|63dfd9083c4de8db678daeb29dd4c5432524b3321d1fd02b6b76e707d5f5da8fae496a69b401e3c0ab25375c626af96c42ac755895ee7eacf419e89e5dcfafd6
es-AR|64|327455c97999e2542d27d4938d22e5b3030eb7b5102043284a65f26ca2261b3bbdefd8b765ba8c6ce623a6934188a5138876d76ccf2e555367040a10cb3385e7
es-CL|64|04e49db05e0e601091d1d7f5c752fd2ab023671486b9e92141339cf1bf15213175d85c117b09d339d119f826f796749b18a895d601bb1053f4db29599e1f52d5
es-ES|64|0e5a09a18aaa69a9091f66bf0684c2cb7a4c20cadf600d0e61633bb27473a9d6c5df1188c4bf496c25caa407d64fd524fd9f15e910e04409743a4af3106dac40
es-MX|64|19e0fae6f8a2e1585527991e2d01405594111daf3a095694bc998df02cca30b56b88fd4342516cf078608b2dec5cc6772e79143a47010c8fda42bb14fe268cb5
et|64|329d1ac0d7d1db2aca37c3f24c291a4bbe62ce70b3240c13cbdc679d66bd57444c503f29bff992246dc58dbc315b84fe7b0de47b284d1771d1a3f69ba38d1f35
eu|64|23f4327819215d1687a8bc4d7f6d064b1738af9a9967ff2bafa612d6498063680f57526d8dd9cfa2b2cfb0ed14f8b7c90059dd52d582e34b1474bb76f7a2865c
fa|64|037912098ac066433c2107c55d5a33e4bf36c6e1c742148b61ee9b56fa1300ef53d4f2b70ac841db81cd045a29382b1bd15df3126b60a147c6c8082246a93188
ff|64|e2ec8ae4e31a9f39a2173ad133941def8e47fd8ff0f42e5a8b93a09e67bf8733400d89de6b6ff1944a08b55d3765685077bcead333dfcbaeca3086e935800b47
fi|64|ac3a8deed51867e8477c6aedcd114595b1b8aa7f2c5df053748632e152b6714ff46b1158d9eeb2e56d4bac4bf8053cd0309d28e957ef3360b4d614af8f5c92f8
fr|64|e77fa120bd1ce7c0037ca85c15b34ad3fe41b5734df3c27497cfb540958be34ac814eeceabfbebab991082d7b9f912db6f1918937e3013248d45258285acd84d
fy-NL|64|13fea746127d14bbf73ba95fe4b88c5b8ecc76eeed0aa0201f5bd5559f2f9b9361c8254c31b4e7c707a13e305c0a99dd378f62aec4aa8febed526a77a7229f09
ga-IE|64|7d871ac6638c327e534741204458de1cc265c97bbb45fba821f60755fe2388482c605798f25de0427fad74d083172c268cf4a8484c5744aeb1470488d771b437
gd|64|badfc7d1b178c32344ecf89443313a723c7b43ac7fe1d0b8a4a92e634d0f5c752ff30dffac3ffea2e6f9ffeb12afa5ee685dcbceca93ed200adb46be3db86d14
gl|64|2f4c88dc6a74fbfa7540d7e218e9e49f7c1ba0b8a654a4b60770ca9ec601706df2fd64813a88d55ff08aff311f9695ef3e178b5cf3f8b605446876939185a66f
gn|64|44b36020f65955559f0ee767c0984364d1424dccc9b598da655d34fe25c278cb1eabebcbf6054622f7340155d3b6142801b40aa4942619e3f72b4b3af369c313
gu-IN|64|c379f50962af4fb969714c876bc27286791c1f56576a157d48bdc51899e0e1d7087def11cfe3f0b769310950a0242da0edb1b650fff34b0da220e75d1c79d807
he|64|f9f674484d1d722b57863d2f3179a7c3f14fe04126629267bde14fef94dddc5abdf6caff1f457f6c42af6db83c7eec111ec153e2f8f79344c6bad695f0c11d46
hi-IN|64|97e8b1e9cc0b9b83ce858cb631f09caf3b26481bf37f316010f567a693b126750bdbdaac1d52f04c63376432e7d1825c069168e699b48f4c162e849158dfe417
hr|64|7e0fab84cb82d47accae26fb1938248dcc938c7240b14cfc22729eba1267fbee425b1f24a48dcbe5074ab665a9e6225fc6b2b7cb0f389aa8a38a30e10b7687ff
hsb|64|a563e3c1e7e6dc01168f5cdd1177d578b046079b387da370d431abaf79e62dc80b9990dbd18fcd6484b1b1b2553de641f5d29363549ae517254284abbf93b97c
hu|64|7133416fca97b62ba33d427909cc3917f2ce4f5cbe36ed90330a444acc1f368f97d9cedd913371beb1e118ad5ecb50cf0b88e5967ad5282703386edf53a5728d
hy-AM|64|3f0da31d3e515411f49517307c032a884dc21dd4f257ef1f5149c605bae5ed3b9e434fa1f5f17284603204ce7fff82e4320d50cb14d3404bb77cf26aa7c04ca3
ia|64|55cde41f84a3129bd171a6c3b677da2a10c55c84276c843dd79071f57d96194c1dbc0d198a43acb3268eb56bfb0faabde1b97135af8a24a3ab7f0d1a252d3869
id|64|3491504acfc9bd8016b02c9adbe4d78fa3fb35b1905b66d775180263213c7aa4a9ad3d791122524258955c4ba02936c196ce4f988a6bdaad10efc49ea380c00f
is|64|265af2d6438890dd0c94663f941c8a086a60ce88e35758bd12544b227d913adb314e86942c8e1441bbef2f1498f03a8e4d0a0e2460c913ad920bfd8f9d66a442
it|64|f43c72ff5f966ac99b33cc676cd08a37ae2eb089ccfc19bb8d21f0f0a0e78a686e05802c1b086ac3e005421e6bc1b1cf6f65f49893ffdf1c796e3ba82e67c2c9
ja|64|8386f7ea9722e95a1946fddba5ec119d0335fcbf3bf81d03cf73c62edff7fb8b8e16a1670b3f9f0f408af8afc847ff9377071e3a0c138562f99061ee387b3602
ka|64|1618280d5139320192835b21c27137b2677f2d9c54d337d061510166a85d1f168f4d415713905ff80762110642234e8fe8dc78a916fb2eff06ecb6de68d55cc0
kab|64|526744dae1e550cdf06ad222aa833296ee9aa227e355656d25623183e2c1456c61ca21fd5f7021d7f86f1fc4d4957c320178071278045e5faff3c1705190f244
kk|64|8c034683172b5457da6ab39b63976a7339ee50ccaa62f8b227def74a619a97569bf8b658a149811324186b0ed4cffd790084fc4256cda8dd170453a0e9119e5a
km|64|a3df9f683c1b215f4d790273da9eeee3724c24825b912059725cd01df793aa5b725cb4b8bd6b5ea5e4ada86ce7c377c73ded04cdf3dd691d1db6c811f34b893a
kn|64|c3381b6ebae9b4f89dfee818dcbdf8658f76257a37af1094b08e1dc7749560d78f17b42cd02fbcbd0e775140dd530ecad2d144114b0708cefff02ebd4676350b
ko|64|74e6a091ce629cbb1630b0cc6e8ad8234e8388892c2d03b388983e3c3c8ececa0f357efcb26eedb23afc22f45152981aae43d752dfda78c0ea92124c78f8f6b6
lij|64|0d90ede03022eeb67b6859290a0c66a0670a391ace2a1b021813cd71d07b03d74149da96079335b819eb2cc6b258e020ab6cc708b293e8cc87bf58f3b3d1e26a
lt|64|b5c8ca338b6d20062433efb0ea54ad6367eafa746388fcae90ff357a36186b4e6e80e27c3e1cdf237e97078f9fbcca4f3d2238dae09d12f7c331f358dab1a2ad
lv|64|b64168e7077113b3e3a94ceb3c495c150d8f81560216e310af839850d00a75af87804f7af2e67fdbe7df4f7f395e11addaf54aa54bc22a6f199172d623d7dac1
mk|64|0062924b5829cc8d1b6581eff99cc20795c583cb7df319b643b523022c98bd3e78ed22aaea3a7b15bc78e61350a2d0dcad0cb17cb6ca2e0bd6f4268748542a4b
mr|64|70e19a00d75866deb506a6d8967fb213adf245b9244ff8edcd8e96bb60845bc00eafe1413c1b2c815987e863c5a2472fa06a238170e8c835366080de9f620a55
ms|64|695cb638efdc366b05bc4bfda4cd338f95413a0398d1bc207dd1c97b86e78dde26a214085ca081f01e67f934cae0c57f6a6384167f561143c4da13b5241ae9ab
my|64|e9f00d2e789aadde48d1b57cc9c16e391344592c4c8ddbeda0768f62c2703aff9248d05f723d77d8ac0661e1a1806602dab54287b411b0c0ea3391c54a88c524
nb-NO|64|fa40ebd50457506d8a92481a7ac0c9f0b45e6166cf526db7533ab60376d1f58be6991e9f1386c118278f49ee6ff80c0457699bd758732ed0504eaca6478f6562
ne-NP|64|4f5843a830b3945241711637a581881cc8258f864fcfa5de87c085d85877dd416232fc39a19fe019f5028f7a294d26f1723c39ffa58771a4cd4fc2d4aff6b0d8
nl|64|c226fa2973810376c5cc4815379be97f67a13e7794d2a80b46b71e11106808b8935fd5354d2fd6d8e037da87f1a8a7b3d6d670ddccea2f4873964e1473e41c88
nn-NO|64|1969fe94c5bae9696643618136d1f1b507e3df6d05771dbd8feb78c9a0ab903c700f782c7a05e47b735f4e969123f022d6071e725f7254375463b706e0db2738
oc|64|cf0304bf4296f831bd8cd8d8e57da4ace1cdc1b90579664b76d6dac0389cb36f2e6dd5061da175eef557a58476b4bb76e8e407fe51c4bbce1efe9869e0f9a870
pa-IN|64|88a6481ae713ea6c424af8384aeb7d790e0c6a3dea23b2a84609060c5a076ee310c1fde9782cb1fdebe9f38541c2247cf9f401a20329224fec2ee2f14fc34bd3
pl|64|c40af1cffec028370d271ef45efa2ff8388e2dc4569881ec851c3d063a704f82a1dc9d0e937de5607ba8baf6d127513dedfd83aaea05b6445efcb1336b11e94b
pt-BR|64|905ebbb68409c07d3dae12ea8627442ef33fc46f2e643c5608e80bb57185b71af53cc89e3b7dfb2ad5a5e9af16a1441ff043e8373f73462d9b8373df2c5bcdf7
pt-PT|64|9921b215e051e514a922a33b5de1882c4b740cc3ad4b07ec5a30defceab2e0a604597d24d30b2ed01c6f4f5eff1bc5dd8281a499cab43a101ac7eb94aed02bcd
rm|64|790955829d02ac0cfaccc4d069b0a8c388573c79aa5c9dfd53b9754e2999efc6da9b2e1fa69e051e85a0f6e1cc0c70afef31104cff19e1bbd78ca05b23d41ca3
ro|64|c11946598904bcc8e29234ada1251652637b17e4320e2cd4ad1cee820b0842bc0c395604cc20b0f74a0de68676fe1dcb849d64a97d478338466d8c1c71dfdc22
ru|64|dc0c3189c5340083c36a174572808a18eae7c3f2c1c2ebe69b98181ca53b8dbaba8ff8d151c5c10956839a80c797d6b0ccc8cd8e7cbe0f68e848f4778811bcb5
sco|64|9da63dad223df864573b2ab472778f0ebe5598d4aa13b14c62e5fd6981f238dad10dfb4371e5f657d96cab28c9c65f24c2726d8276e9abe9bd0fa57aac6bbc30
si|64|e247fbd0b6e6337c6aff0c8fab2d053843ed9868e75c22117be6af28c19ca390448fc582ec110a4fecc0acd5551dc25640443319632c0939b6b0cc34efd0dc85
sk|64|b491d93dceb0794657df330ebad7d7668ad0116245a2a95626f841e72fd47aa0c8cdc79267ee59f828ec8f9a4b5308306ee5861c460108aec985f1dd2b0fe76a
sl|64|4bcd48ce8fbb0b9103d81e934999cf311f393154efa55cf7263440db2dac10e5f3f07c850510336048c1f1fb9d2555428b9240f434dedc0f87102358034ea085
son|64|2a6465932b97d63184d4a7f4ece7ce3a04f6b0dcdb8f139cb4f8a5e06bd3da975dc9e2c4b5e5b3b6a4de421520f6a6624826bd91b36906796e983af83e0d117f
sq|64|8ba720bcc68862a98939e30a8720d1cbabfb91dbf46b9765643bede9c3d93d923c620bea0fed3646674659fe971ea88dc8ee39a0850ff3b9d5443ccce0bb2a04
sr|64|f89da756e442d152982f376e5da87221f1e1dfdb7e7ffd4acdf778e2156cb478b88d23f7ca495c7bd1b0a432878d5b60d5eb02375beb619c92de18d9e50de3cd
sv-SE|64|cefdc9e08928e769888e1ed5a436fe723391810aed5e95a0e7d3773767f14a37b88a5fbed3f3a1b8100303d1286daaab0494e022292e18f650c911abf874104e
szl|64|fe9a2e44d20198a6892c7b2cd17a0a20de40fa3694a9930a01cd3326a71769d797271664d8c89dcc0badf97cfc00784ba21ea961386921e225cf28dd6bb70df1
ta|64|9cc0dff98f2e71b0911eec1e081aa9782222dc15a7a99d86ea96580c1bd376a89205fe5640cb45c152f21de7b2cfb6d23f212b4cc0a2388e42c32989fda1eb5a
te|64|5377dac6ae92748af9af56bd947f2e835f59bb85383a4e259b116262005bdd330276ee7c9fb6a17bc32375718a1ec6839fe5017db317b9a5cdabe9a397725412
th|64|38248f2e56e20025fee4831e3155497def9c3badb9db2947dbb38ff1c39adb859249a4a8fca9e6477656a2850787c7f1f28e0b7abdb550e81fd5e95b1c117c0c
tl|64|fc3d8f59261c4c36c2abac324eee4b9316ec6a6106f45e322fb0c323bd06a2b3bd502cfc6763dd68cc4a7b10eb77b0bcfb16110334bf8fa878853e9f815b5c2d
tr|64|7afd7bfc7366f0c429901e5735e6a53926eb5eb03ae3481058e7f292b2ff193317c676d674e598c1e99a6e688f69cd7d34b55c3849ddad74ad17e114f2b343e5
trs|64|f71f40b8fe490878fc492d58e1e67204afc71f6e51cb6a81e4c2cbeed8d4a4bdef73cafcc266b10a6e189bf0b14d341d27f0330a2a715574193a9d6298e62b1c
uk|64|1982358a0c101daff85cf3bd54cc905c30495d6485cb4de7cb53204886fff5e4985f09b3035ea94ba4f2849c67a01c32fa254455ffc06742f4dc936b92da8c01
ur|64|7085a8921ec289ab2ca9dcd396637d949e702f8393861805efdaf0e8b316da2affa7d5a1829e6dc4ffeaa10c1353bb16952556b6c9d693e7f1916709f7853595
uz|64|862ca7b11e1abd667e7cab6d22ede627840c782370ebb1565f950480f757e606a12de846e820586fe9f9d92cd4848f4c4f4d542f2f22f7785e158d079b4cc153
vi|64|0f4aa59bc5a2a81c164ebbfcaaefbfe95629ff6563cff7469bd777e35e911a65cce4e0e320d396a411bda851840b383b078de89b3413a09d59848ce64bcbc64b
xh|64|efe2e29e6b92752f56eabe999ca3b270b49ee98d87d3247b9838e3c6fc2f07c4b610f19133816ba80c758b197d7050c989cedd78cc2dccdc57d8f2fac60b31d8
zh-CN|64|d4ec3d6c15914a348a678c80ce14cf2135ef837869e7293f95126e61a574df140417ba90ea29a3f008895b30df1552186408d6ef83befe06ca522dae654feb89
zh-TW|64|727d90bdc1a85dc95b704a06f596d302d3cfd62e1a611e333492c49d4f1cc209e3fc17e16b076ab5db6b19eeea99f1f611ab199e186177ed8c6bcbce63574c0f

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.10.0 0 Tuesday, April 16, 2024 Pending Automated Review
Mozilla Firefox 115.9.0 22001 Tuesday, March 19, 2024 Approved
Mozilla Firefox 115.8.0 31545 Tuesday, February 20, 2024 Approved
Mozilla Firefox 115.7.0 29042 Tuesday, January 23, 2024 Approved
Mozilla Firefox 115.6.0 31222 Tuesday, December 19, 2023 Approved
Mozilla Firefox 115.5.0 31698 Tuesday, November 21, 2023 Approved
Mozilla Firefox 115.4.0 29948 Tuesday, October 24, 2023 Approved
Mozilla Firefox 115.3.1 25593 Thursday, September 28, 2023 Approved
Mozilla Firefox 115.3.0 9618 Tuesday, September 26, 2023 Approved
Mozilla Firefox 102.15.1 19570 Tuesday, September 12, 2023 Approved
Mozilla Firefox 102.15.0 20189 Tuesday, August 29, 2023 Approved
Mozilla Firefox 102.14.0 27959 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 27003 Tuesday, May 9, 2023 Approved
Mozilla Firefox 102.10.0 31523 Tuesday, April 11, 2023 Approved
Mozilla Firefox 102.9.0 36766 Tuesday, March 14, 2023 Approved
Mozilla Firefox 102.8.0 35650 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 33042 Tuesday, November 15, 2022 Approved
Mozilla Firefox 102.4.0 35681 Tuesday, October 18, 2022 Approved
Mozilla Firefox 102.3.0 32984 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 31748 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 23547 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 22453 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 32545 Tuesday, November 2, 2021 Approved
Mozilla Firefox 78.15.0.20211014 23535 Thursday, October 14, 2021 Approved
Mozilla Firefox 78.15.0.20211011 11428 Monday, October 11, 2021 Approved
Mozilla Firefox 78.15.0 16148 Tuesday, October 5, 2021 Approved
Mozilla Firefox 78.14.0 40558 Tuesday, September 7, 2021 Approved
Mozilla Firefox 78.13.0 31933 Tuesday, August 10, 2021 Approved
Mozilla Firefox 78.12.0 25258 Tuesday, July 13, 2021 Approved
Mozilla Firefox 78.11.0 34838 Tuesday, June 1, 2021 Approved
Mozilla Firefox 78.10.1 23945 Tuesday, May 4, 2021 Approved
Mozilla Firefox 78.10.0 17372 Monday, April 19, 2021 Approved
Mozilla Firefox 78.9.0 25495 Tuesday, March 23, 2021 Approved
Mozilla Firefox 78.8.0 24768 Tuesday, February 23, 2021 Approved
Mozilla Firefox 78.7.1 17469 Friday, February 5, 2021 Approved
Mozilla Firefox 78.7.0 13576 Tuesday, January 26, 2021 Approved
Mozilla Firefox 78.6.1 17963 Wednesday, January 6, 2021 Approved
Mozilla Firefox 78.6.0 17022 Tuesday, December 15, 2020 Approved
Mozilla Firefox 78.5.0 23362 Tuesday, November 17, 2020 Approved
Mozilla Firefox 78.4.1 13251 Monday, November 9, 2020 Approved
Mozilla Firefox 78.4.0 20424 Tuesday, October 20, 2020 Approved
Mozilla Firefox 78.3.1 20582 Thursday, October 1, 2020 Approved
Mozilla Firefox 78.3.0 15604 Tuesday, September 22, 2020 Approved
Mozilla Firefox 68.12.0 43079 Tuesday, August 25, 2020 Approved
Mozilla Firefox 68.11.0 33692 Tuesday, July 28, 2020 Approved
Mozilla Firefox 68.10.0 19803 Tuesday, June 30, 2020 Approved
Mozilla Firefox 68.9.0 19545 Tuesday, June 2, 2020 Approved
Mozilla Firefox 68.8.0 19357 Tuesday, May 5, 2020 Approved
Mozilla Firefox 68.7.0 19600 Tuesday, April 7, 2020 Approved
Mozilla Firefox 68.6.1 6476 Friday, April 3, 2020 Approved
Mozilla Firefox 68.6.0 21231 Tuesday, March 10, 2020 Approved
Mozilla Firefox 68.5.0 33126 Tuesday, February 11, 2020 Approved
Mozilla Firefox 68.4.2 26098 Monday, January 20, 2020 Approved
Mozilla Firefox 68.4.1 19438 Wednesday, January 8, 2020 Approved
Mozilla Firefox 68.4.0 5281 Tuesday, January 7, 2020 Approved
Mozilla Firefox 68.3.0 27047 Tuesday, December 3, 2019 Approved
Mozilla Firefox 68.2.0 42828 Tuesday, October 22, 2019 Approved
Mozilla Firefox 60.9.0 50951 Wednesday, September 4, 2019 Approved
Mozilla Firefox 60.8.0 44201 Tuesday, July 9, 2019 Approved
Mozilla Firefox 60.7.2 16422 Thursday, June 20, 2019 Approved
Mozilla Firefox 60.7.1 4927 Tuesday, June 18, 2019 Approved
Mozilla Firefox 60.7.0 19074 Wednesday, May 22, 2019 Approved
Mozilla Firefox 60.6.2 14887 Monday, May 6, 2019 Approved
Mozilla Firefox 60.6.1 26569 Friday, March 22, 2019 Approved
Mozilla Firefox 60.6.0 6017 Tuesday, March 19, 2019 Approved
Mozilla Firefox 60.5.1 24251 Wednesday, February 13, 2019 Approved
Mozilla Firefox 60.5.0 13784 Tuesday, January 29, 2019 Approved
Mozilla Firefox 60.4.0 26432 Tuesday, December 11, 2018 Approved
Mozilla Firefox 60.3.0 37708 Tuesday, October 23, 2018 Approved
Mozilla Firefox 60.2.2 22244 Wednesday, October 3, 2018 Approved
Mozilla Firefox 60.2.1 24530 Saturday, September 22, 2018 Approved
Mozilla Firefox 60.2.0 39167 Thursday, September 6, 2018 Approved
Mozilla Firefox ESR 60.0 40284 Wednesday, May 9, 2018 Approved
Mozilla Firefox 52.9.0 1474 Tuesday, June 26, 2018 Approved
Mozilla Firefox 52.8.1 455 Thursday, June 7, 2018 Approved
Mozilla Firefox 52.8.0 1835 Saturday, May 12, 2018 Approved
Mozilla Firefox ESR 52.7.4 3062 Monday, May 7, 2018 Approved
Mozilla Firefox ESR 52.7.3 23538 Tuesday, March 27, 2018 Approved
Mozilla Firefox ESR 52.7.2 13945 Friday, March 16, 2018 Approved
Mozilla Firefox ESR 52.7.1 3363 Wednesday, March 14, 2018 Approved
Mozilla Firefox ESR 52.7.0 2434 Tuesday, March 13, 2018 Approved
Mozilla Firefox ESR 52.6.0 47181 Tuesday, January 23, 2018 Approved
Mozilla Firefox ESR 52.5.3 16607 Thursday, December 28, 2017 Approved
Mozilla Firefox ESR 52.5.2 12505 Friday, December 8, 2017 Approved
Mozilla Firefox ESR 52.5.0.20171115 16743 Wednesday, November 15, 2017 Approved
Mozilla Firefox ESR 52.5.0 1837 Tuesday, November 14, 2017 Approved
Mozilla Firefox ESR 52.4.1 12835 Tuesday, October 10, 2017 Approved
Mozilla Firefox ESR 52.4.0 4969 Thursday, September 28, 2017 Approved
Mozilla Firefox ESR 52.3.0 15356 Tuesday, August 8, 2017 Approved
Mozilla Firefox ESR 52.2.1 16370 Friday, June 30, 2017 Approved
Mozilla Firefox ESR 52.2.0 7921 Wednesday, June 14, 2017 Approved
Mozilla Firefox ESR 52.1.2 8924 Friday, May 19, 2017 Approved
Mozilla Firefox ESR 52.1.1 2903 Friday, May 5, 2017 Approved
Mozilla Firefox ESR 52.1.0 3978 Wednesday, April 19, 2017 Approved
Mozilla Firefox ESR 52.0.2 3272 Thursday, March 30, 2017 Approved
Mozilla Firefox ESR 52.0.1 2254 Saturday, March 18, 2017 Approved
Mozilla Firefox ESR 52.0 1966 Wednesday, March 8, 2017 Approved
Mozilla Firefox ESR 45.8.0 1629 Tuesday, March 7, 2017 Approved
Mozilla Firefox ESR 45.7.0 2879 Thursday, February 2, 2017 Approved
Mozilla Firefox ESR 45.5.1 3833 Thursday, December 1, 2016 Approved
Mozilla Firefox ESR 45.3.0 7302 Thursday, September 1, 2016 Approved
Mozilla Firefox ESR 45.2.0 2368 Tuesday, July 19, 2016 Approved
Mozilla Firefox ESR 38.5.2 3981 Tuesday, January 5, 2016 Approved
Mozilla Firefox ESR 38.2.0.2015081001 477 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.2.0 439 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.1 2043 Tuesday, August 11, 2015 Approved
Mozilla Firefox ESR 38.1.0 580 Friday, July 10, 2015 Approved
Mozilla Firefox ESR 31.5.0 6595 Thursday, February 26, 2015 Approved
Mozilla Firefox ESR 31.2.0 4333 Thursday, November 6, 2014 Approved
Mozilla Firefox ESR 31.1.0 821 Thursday, September 11, 2014 Approved
Mozilla Firefox ESR 24.2.0.20140209 1042 Sunday, February 9, 2014 Exempted
Mozilla Firefox ESR 24.2.0 700 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