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,315

Downloads of v 91.8.0:

32,688

Last Update:

05 Apr 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.8.0 | Updated: 05 Apr 2022

Downloads:

2,545,315

Downloads of v 91.8.0:

32,688

Maintainer(s):

Software Author(s):

  • Mozilla

Mozilla Firefox 91.8.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.8.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.8.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.8.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.8.0'
end

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


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

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


package { 'firefoxesr':
  ensure   => '91.8.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 06 Apr 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.8.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.8.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.8.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|12d671741c6e5fe193859ec16083bea098dacc332ecd62bbe7347764a3ee5aa4f3780ee428f950ac3949eaba537ce49d9ecd2ca10b54a185194f6d1b8b9dedb3
af|32|24d73c06b9f2198f0cc6bcabc99db6fd45f4e69e49cce7d61924474efda20bb3ff5ad0cf55d7200568c9577cfdbcf41d9a222e41c9917c46457993a19e52b144
an|32|38c85225664d82d4217b93e849082c80e98555b6645b6a9f262b8e93b3c35dfd138cba5a64d02a9f9a4abdc67d5593533545bb0a7745e293504f9165c87984b6
ar|32|40f4a005d4484b0388f7d08b112a7b85d38f5368fbdfc0b2e9a61b35518bed8666312b6d09cb95af6e63bcf8bb329bbbb978489fcfd5fdf3a1f422dc621e2610
ast|32|803eb2133f39ec7e1bfa2ec169561c23a7b258a542eaa35a382db8b095295d137e3725164285c1465b675d76931107248eec2a2d19ec1e6b8bb6c9026fc4debc
az|32|c413a4fc01bda016f465be2972233704c6628273f7c7d9bebf7025a11cf94d1d4b94e1070eed16c12f837803872a99e7e5cc178fbac58d7a0d709d5880699948
be|32|75136910cb31e69acb0ede0fed5fc805ee78fda44a6b157f84ea9c0edeb16312239324002605e610e92abe50c1dc684d95c247391acbb2a713a3cee3aff5c761
bg|32|9f18db1c620a72c9c294e3e56b07d6e1dc9639465f0c4c434ce3677f5e76bdcadd3604f798a40d06fc712c303c175ae41d009adc50aab2a5634531aec61c0733
bn|32|56780317352e1c317bdbfce0a0057c007d9ba52078c1f206135ec5bf328f6c066c2fdb6e61ff836e8df32707870afc08c61665b4f0985b7cf428b6b00c805d07
br|32|7fb35b3f05140693189664f2adf7d3248d79e594c37ce8c54df6a2a1b3025c47161a1586ac4997a94465ad238ee2cacbcd25b094bd33e27d3ca111fafdeb5f96
bs|32|05a9b02ee72a8edb895456c74cf2f0f0296583d13b75ac340fb45fc6619f3ee5cbc8bb17d89f2a0e37aae8c8dc1f7a33e8695370dde884622d8db53a36f4f43d
ca-valencia|32|699eb05ce03b801aac1086bd02f65a4bb6594fe23ab94cfc4b1271d53b437791a15e225cb66c520e38e4e53b542c606f7f5fe818821b5dde1e2f226e0e18aade
ca|32|ff07a0ae560bed8c96cf247efe574b18e589e2bb787b4526cd7a231b46bbe85e33a94d5f869ba8c178383f72b4856b12dd4631243f2b8e42280b276c82cabc77
cak|32|e487aaf2df6d74cc60ab9bc6b9c8f9cf2a9f03695514c652224cb64a9c2bed3d95ec608109ab751cba654c6fc325df2ffecb8ffec1a07753f6ddd5220a832209
cs|32|739ca5423ccd71485d88d6c62f4fa685814ccdf7780736f2e0679992991172ac82a87f2161e403f4326bf0b07b1866872ffc86faed1cdca17b62892e44d7d1fb
cy|32|0573d52a1ff5aae31a09edfe3e944c09820c1f273bbf6b0ee476149a3953fbe6ecba95dc194b72d759101085a843a5753f103d3f28d6e6a00a8714413779f38b
da|32|ea79b3f1426cd1decbc30b847ff33bbbf5577689154800dae82502b7336649363ba1e579a6f37f2b553b7b5cbcefd8955edcc6c33f168528d997f09ec28e61bd
de|32|544b5461183f48bc6405aca9f0f65863a256545c6c3a5721058a91bc6b3f6fde6bcebdecd234d92d3ce145812ed816dfe5c4c14ba7a15b466e8f2aaf4532df6f
dsb|32|b3d5b6159d8fc1777a6767038ca447e48522bc7823aeaaf2a9cb65d911cd487b6fbc51000c10991b706f153650a000cb97f430d5b9e4e54ae8d9baf5a748a895
el|32|700c999042beee27ca74bf59c1dc544eb94f6569cff7e54b4ea4d4ed64524d8165bd0f774b76930792af443f33425cc0bf8defd9f9ac44b9829fa4e97b2513fa
en-CA|32|a0fef3efb8bbae6433a0920f87e0458bd16181f4144f8269a987228f32446c400ba0cdb6df5a74e1015cce0512695c6943dc3f9a832525cac7b8942e435063ad
en-GB|32|00f98ea9cfba67fa89cedbb1be5927f3e093d57f16235bd5a92be3f380c4a3e0cc13fc8494db691869272ea2ddda00ea144f98b4f7bba8ad787566152fa8f804
en-US|32|f7a6e371c2ce36d13afcdcf61fc5ad2e6523be674c2ea7735de36af50bf86d5f3cebad11a649e0dd212988ddbcc15af5a6aebcf856ea1550e5530acc9c8ed79a
eo|32|4a02355db1d4efa10f172f08f9ff3d3f91db650054dd9f0d67d226709d7fc92747f9b05ef2500a7dd9216c9abfc855b7287aa30f8da19e8798e98c33bfb9dd5d
es-AR|32|6dda5b1478b5060dc2bf61db1d248f7d8d4895dcbee791e37f0aaaea97c5d6b6c031133bba6f883c025132b493b341352d136c92ab1d4527a24fb8e61a62ee52
es-CL|32|21fe2b12f03b87539d7c2e77b4b76c54ce9faa1bf7bc44272d05589709e260240c5dcf8e14c8f1cb5dec0e5bfa0986b9fb8cd9539c3c731bee297ce8e292ad53
es-ES|32|cefe6a3630d0f84e72b772ba65504ea34cf696bee4b7dcef9f6f0077c4092726f13597ebc3d8f86e300049d07248ef778d52329c1ab4e0e82dc0ad1a29868eb8
es-MX|32|e1524310de8f08f36157bfe8eb40cde55c1ef715c74f5f589efa1be54a46d00ede2f2d709a373c367e29cae52f9c2c3e976839d0059d8c79713c09993f84751f
et|32|12b4ce1397147939e5481188e8df95a63f678d67738b7ae71b57e6fa0d2dd6df31d493ef525406585fe09735fff4882e05f8df53fcb74bf91d6d33bdf93eb408
eu|32|76755aac8358b087bba7eb283b9f325ef54a0f8b9a237a5102cb5146cd12ea342fc2ce58467d52bd19ba761163d1b2f3cab721921f32904e6abfcebbd9f1277d
fa|32|2c0c6ef45954ae24bab94f89cf9bb9cd938497a6ca1b3b4e41697dd2d0261fd3641c7f86a15c417823172545344f559acb4616bf56e3d0d156e46910f24bb7b1
ff|32|da11572b24154d52c42e70c0d5b4953245bcf688c15856dd236f3e40bc4552ed6ca3e08351f4f88b41f8ef1050de2ed8d77a2ac8614fc9b8b66b08884ac9d512
fi|32|f978725cadfe6784944ab6327365a131fcf52a84ea8046397a5c32b5a03259d0d58bca107f5d3ee2ec2ed91dcd3125d309afdc2f0c8c5e87dfa89fbcf384c945
fr|32|46f42717ace3fa334ff7dd79a482886be1b620938ae39855be8686375ea39a493939b298520d97249ed2d4be18658568972869d858129c5c5dbf6abff75e0bce
fy-NL|32|b566fb8ee9e9d0ecc86bfbd5400189331147ff2c5a58490a9d428d82d34b25331395fda41be6b7ebc1519f8d6b4968686d0a46a27dd8b584070e4a2e68b6a3c1
ga-IE|32|edfda3087f9dfdc562874d91b7fbe7040c287a08a6d18042c4d45219003dd9c79dca349f9bd2252d17036e67876836d645099dad35587a83c275e8723084d93a
gd|32|39ba56a26d9dfd68011bb488c23ca24b5e568b3695f7193ad74cdadc06396aa5d45881f4fa289b4cb3159ac7add016738e082ae6a902c8971051ba2632078626
gl|32|96cac402b2696d27c30afe7e534488ef28224c291c36ed3d94c84bd7737bd047ebbe9c79bfc03a02f979924a50602ed8d3fa0382ab0a61b92d90a5b37cb21a00
gn|32|7ea7c5594d11be8f1dd7985e83d1fc2fc0b846807df4f301f273b3691c093df869b38bb2e5a26d2911d45b4897d5a00e500fd25859d1ae81e48c607c02f7f18d
gu-IN|32|f9a09820ef37ce25d1687c0cd2284abf1a8c61b55762de697eb989cd6b820ba0cc23cfff2eac93328ab8cd519dabacbe1642d11a4d9e641cd56783fd9926325e
he|32|744c75f8c2fb8dda1d043f837f3856aba2f48f60b5b5e1f98a388591dd7a7c8b0cbc9cfa21e893c0701fc142960cfd113722c7a1d73e3215916bf859cab8fadf
hi-IN|32|88a0b2d8cbd9d770bcca1a78f9afc22383ec5e1cbb1e8cf356b6083665b87f1b39e9583010b721bba206fdbfe844cd0751671de53f3a3b059c7f1d5153fc95f7
hr|32|847ba436ca9397f1ed1713e71b1cde03bb3d7245607b1cffccc2608f79e2f12d3acb84a04aa8a33e4687e688451da1d76f204bfddc2413a0d61c238917dc3bd5
hsb|32|2def8500afa2df808f7d2793ae9e259ba3b3f81f1b0471769e26ee49230d6d9f27daa287acc0d02db8c01fa9f94fffe789bab4cd471662010c5204aad2428d5a
hu|32|b8550e61d4b72fc6a00206665a66313773466220d4a34f9afda9cc2e6fbf766af56de5e6e674e95aee243333c833b5bf084c1fbda9e5176682b267a565d36fa8
hy-AM|32|18170366544e373897bfecf2653740538ada9a63e460bdb28ce9e9c1956769f5abe5ad968fe71d32c1f448eb40168993ad34e09971b037609676e6cb6da7d90d
ia|32|5220eea7dacd834e1a5ece2090d4b7450e428b9a7327b405ecf28de48e9548cff9261ca01901034a67aae8aa2871cd49067be0e80d3de9fdf6378822cc894371
id|32|04bf76d4ef580dae379771108abe8d496c29c1b66277cb33815db781508d2eba01fc307a41962e2fa527fbe1aa1972293cdce62513bc8c5b89d2045819b8c10c
is|32|d09287c1a1c6f6b69fda235a1998aff2510e74c477ae80d9cccc7c9dabd8dec12b91f47199b2c787239d10c440cd882d83c8b3e4d07bb2f3a65e404896af925d
it|32|772d4db5f90a6f03b6d79baad2ecfa048602448157ab8acb8759c7e8b2228866c09b42740cfdb04f87e9ff55fc5767604984cb85a54ac2113fdf974213b22f95
ja|32|8282b15e0140e42053c4acbdf9a0c30f933f7d46c8b008d955ec74101c054cfaab723c97f244c3d956ae24ba98ecacd8869bf36050214f3f0d59b417ec19a00c
ka|32|151b206bf5cfbc411475e790cf61e2e1c2a604b659bfe1ad8399198bc9835e0736506140496ef729d447619e22947c52662df3f1cc672296df0efc21a32e3429
kab|32|5ccb7c4978bfadddbbfbd994f51c73aa7c55260b99a76e052e7867c01f24167487f8059e1b87ac27d48521fdaffa02057eb5f993cbd44f28983b0ee256184d1f
kk|32|df23154965d6a802b4bb2beaa5be2b059ac13f3792a18141c9074eab3896a22e78fb10bb3ed53eb9a2101431c2023b4067c3d23eba2d851ffb809c7365f9d7a6
km|32|8719c6a619e71dcd4cac390bc668bf5c25daf9e106517c00237e9a0e7d344243e79888e9ac455093e5e8e942180b27229c2cc6673be199f064b0dc257c6a50b2
kn|32|79b67479235447c8df3f6968c79dd1599612a0584b973c8c3aeb412ac20c026884d979d39e5a870d322eff780589f6ebd53b10a3b13583446297e7a79ba48c2b
ko|32|57fef49201936515e12ad0be5d11538c39fc1157a8ba8c3f0266534b5983c9eae3f106d95f42275abef231347c14ba502b13c7f270ceda5c9995a10451ce03eb
lij|32|6fc0b52e72f85cf3800ee2943c1bb83b8d7554d3a63c97bd972ddfe4800b0660a687adfb9e2c5aaed667fb2a591e7effe00bbe1213173c7878d689181ccc57fe
lt|32|85423eb89a4e7363ff67779e15d04556e4572371cdf96e87e6a76ebfcba82d2ef903257e670239b8685c85acef7acfd326e6db812649461ae5f6d566a5ee2efb
lv|32|39f5ee597f759e273980bed93bf00b79284d9f558d9d42c6602e870954aaf4872fbf97ca52c869e5bf01edb069f17110c6b7fe837926964ad43f93c49fdd3d53
mk|32|a6587e65b66576c9f06f4c2a5ab1f59a25ffeca9622d8efcc694961e584f6523562f63f456a6214d112a21fcb47c6b4765f5118903280e9f338454f5297904fd
mr|32|346140afd5a15207512d16f2f0bf70b88848f0429d493a2c9779cd7bc8871383fafdf6ba8b3895a1b8f54b77bac530fe0c5d6a0da76e4cbd40649ec99e96f5c6
ms|32|01eb4456824405d301b03d5e19b1e7fb960133d5285c7b855a59d5d04860b183c3edbabf888a2dd949aa7c4065b910f227bdbdba2e9cfce49882e7d77bcc4d69
my|32|cb2a0ff6f1ce53d47d8bac7f243e265f7a92c8c064d329da4cd0117cb9afae3b86a966a5c852dc72d63bb84b86e4fa52713eb8cc2ca07aa2d352cba1ba0079cc
nb-NO|32|f7c9946ea285f3b6719ee5b96e695a233b86b9a68d8270b3c887d9cb128904a448d54a12ed7d5e36b222c549b88f6528b9fc7e29b307633d94bfdb0aec88d957
ne-NP|32|6f09e42848f9f845f92a144c92cce24158762f7bf9b77e15c4a5cea8852ba94db0484b5e6a493ff3f2a747e3119440f36b4dacbd265522db89a58378b798d0ac
nl|32|20b0c688be4c66f5286f10e112ca01095fd86a91ef809e7d8a0cfcf688feb6f8fad6d5348a1829b96398d980100a0326828eb86511400a8b42f9fe1622b729df
nn-NO|32|baad2b699a39d85ee70512afda129d89e034ea2304fda97443664d3e210cd5e8261f81dad0c7851eebf601302c3c5f2c4f3719a4041169b2c806e2be1861d7e7
oc|32|069473834f92b83c891618c30650b65521f44b494c3fcfc072ac55aaa72e068f71e515907992b9e7ef254eb362179d804021b9a81626f3551be1ae9046f77898
pa-IN|32|7015e97d664cbbe87905864c94d184508c9f11836a24e95bf543c4ae41298519b75b721c56aced719d639c2c877c61cb6d3ea253d576a04fa2e21731cc795086
pl|32|fd4882ba35350e33fa4305556e1005bdbc4fc2a6306c9cef02fcab7c862d9fee3a3ddfbd24944a5ed4163b363ac5eb4cfa4e73b38ea2ed187a9c772bbbe6f12f
pt-BR|32|6571ef96ac0d191bd089cfa295bc830a90800ea205a5e786c101b642fd5d3d7c3fcc57ed628ea1207c1e1d18b85ed14142245e7cca3536ef0d9257de472399d9
pt-PT|32|f95597d113b48a3922fddbe83fe899d3d8985c9338456ab17095013b9d0e4266cd4b089c161345f998fd3b2dfc2d908dda42fa165445fc88d9f2940cdf62d3bd
rm|32|c9837f49a377189d58199743af3e188456dcaca523eb5250b3da13eee66354bc96dc5cb94cccf1bb91b04621407df881234ef44c1e66245b0d191e9d7c914577
ro|32|ee252ad8402d7566e9529a7c4889ffb5e65b26d5fe28f0e07c4ef2b5086231c303ba8fa93e8875034713ec250417ce6d6466cdbcfcba4243d7eda76410f924d1
ru|32|142dc9a2aa629c11aa3eef357ad567c6de15ba1dc00df0366f2d2c8c4feb6973bcffcb6dd7584e44c80ff9041f0e1134789e7541048423d4d410a8ab259a5c09
sco|32|b4298faa5e3b8d52a2309f038aab56b968279d40b390d1e1d61352e077b5d3f35c7d8a9ae1ad5dcfd069eb1ad375e20fd70b58629f4713f5aa1e00a2c37469a2
si|32|e1676d94348c86866824d7c74db8111476b9091cc1a42863d53c270fd1f26995fca6ad4670cd50eb4f816fed2bfea4b0a5591e4e2c87a4047c9513f8f778b676
sk|32|1cdad0828ab38b690ecc0679df2a27f80029282fc49d765d668bfc608bbf739e28827596b9b9ed18876a9effac7a8386d11190b273a758cc18cdb168df733c9f
sl|32|33d6f44464856813b2ea2b5851ca656ce88a5ff6e43a41b5e562f798a2924e218b287024856ec3c90e76dd0cba3232d74852edd642df8c27d3b63cf0681b4578
son|32|a23eb22556b6457b795602419e744b3b3b135870951043369b5b5ec947d1b6917d57dbd906f3865f360e274d011b8a46854b4e1d01fb38c390b696b29dc8270a
sq|32|5d5aa6bddb5c3263adceedad21120911cdf661669787d3a05227a4842fb1f029d3e1adfbab508db7758a27dddd4a62b1ce6a60029777c886cdad563f847b200b
sr|32|875f09ea1953e1fa63b89238448ab41464156828ff062d0ab979864a4d4f35ec45546d0069cd00d7b72c2bd0e6c8fad48232b3f60b2454ceb953afa58e74a52b
sv-SE|32|b5c99a94500debef2a717e048f15f2907a040062c26ab686fd7b8bceeed3caaa581e66d7947e2ac9af7d6f129f9805a5e1f104324af2e0d9d72d4acbfbcb6e55
szl|32|e7fc7e632f500679020d01ac24460717a0a6d22e55546640f76a3d0c71f4b02244ce6174995f93e4b286fb6cfe62110ad3bdc1187b9b5b6eedf3d8e3964d3c80
ta|32|1f8b16508421166da07ce29bd26593363880c36a02b97dd2088d2165ffc0a1b51629bc960d98416b245e2dd1e9cac8b46aaddc90051825ed5ab3095ff369fc29
te|32|83084f76adced60f3c058a3ff8e3a707ec22795b6f718c40e7993cf6eaa8fd5bdde3b68f54f74157d93c9b6f822b317011894d21b0fed9e0da7a7ec084f9ddc1
th|32|08129d83d343fdf8dec2b446522346e026ebd15ec083f01a84bc46aeb7f46568f75bf884400cd59b44cafb58e4bebb99cf71c17f080cac6de140f67ca3950653
tl|32|8378934806463b0d0326b9e003521d46832fd090dc773358784ff0a0715c2b12c6ff2cca3c1ae541f4511993fa4bd10869a03391ef019be1a85abab3aadcd2cb
tr|32|84bd87073bf3a11442588ea2be1408031f4b9901d000285d13850b7521a87ad5cac278f7b39e12da457f8e651220f9c28900092a884f50d68c4889d316fab673
trs|32|8ced07b3f28c6311ec4d216f24363477b915a5552ee94246040c51d06a1ca5ad042dd1f5ea0475596197576339255da0bccbad82465c1b4d603b6b3451db6772
uk|32|fadea31bb44cbf495eebaf4de7d8ac3681c4956a36848cde1ca6f0f790c604e1f80b123ecd1cf54bd5c76934f216203215596208c380ef6abb751506bc928254
ur|32|92e0ba7d962c153e9b0f8376ad370dbabb2c47a5af18a4b1634f8e74a036557a2f280b6fafafb47c17baca4a1bd048bcebb3f0042faea12158ca980fc942415c
uz|32|25fb1355f4b164f30fef8fc5200e6cb6dc3307717d33264358384fa4300e2999c16983011ab22227a05bd04c37ea4035dde0306e253ff10e56993ddb59160cce
vi|32|cdbbd09d7eb45c74816a7959a779568da9483647c1eea94c9097607ee3f1c4f42bed090a972ea3448cd0610483f37ee637e81fddb68e789f4037d6d7c4ee05eb
xh|32|7aebfacb86b80f6d4bfc5cb1a645b73fa9e06984b169ce3755efb8cb247de8d5e5ddfb4bf94e287daab5d0789448506fe19c5806cbb36163865d5d2a48a8128e
zh-CN|32|69a50309d2243a54078a373fb445b0f430c408f13ef57b9ec1043f2d4d260f25c9245a28a8add741017b686bec1c2a3315628c1dd5d3b59ee0fce7dd0df83acc
zh-TW|32|1511a1e930d2d404324c7a369f47cbcbb125fdd60e2a04ef91e16b2ced5f60d8bc977ec441fe45457962752219da4e9009bca6ebd168aead8f475fbb14ecfc4e
ach|64|5f2302ea6ffcc9b2d250773784c771dafc3d19edab5aea22e223ebfa856c5ea072916cb8ba44711597f5f9e9d496c4d6593b0a7970b71912e7942ba6c29c9d5f
af|64|d25b955fa93b60b932778f06a7c1f200b8c89ee40f827cf24050e05525bdf0e4b2cc89c467e4b4a3cb94da1dfbad888759bb64e6325b8c2daee15685a445b5e1
an|64|aaf52e4bd4efa6830207393afce229dc1a607f7624eed58db40887bace8f8e004db9c5cd295fbf6ce7776ad464e4315ff7e54dc3480c2ac360dd0beccacbda9f
ar|64|cd1c4b93e2995a834b2f942e7e5257d6c551d76cf12505877279b324ffc685eca69040088d257946cb3d05ee5e3e93285da790371fd70f411a457ad3032b4357
ast|64|fdc215275a347250246d4fa48a77ad5fdde483f28c65a0e9cc725cb9a8ceeeef94fb1ea145b1ad221477afd0f49f3ee617cd298f452fb7caea635284ad299673
az|64|d7b3e3cedd5eeac2ca117e119a28c302ed0dbc6b656ee24ff98b7ccdb93a9f85e7fe45cf3a09b9fb636a71b8967d1e3193354b98b9a3e683b3365382d8e599bf
be|64|7cfa573b25650689370d7e5d7012119cab0a34e3105756eccbb054245ec73ccc77d31008d3f211ff6056e01c97ae31576dd3ecf6d1a690cae9a78b02a09e83fb
bg|64|8f933325ea4eb00c5d4718a7bdba6ead4ea5a16b4a90c5988def208b75b1ac1abba59d8013cb0b1d68d1e49f6050a0999e0669603d0ca465b24e98258276f51d
bn|64|49227a29a18c23a74c8b78c339c32b6322ac5bae069141682e8a23ae12385fa5c4c1ee60b467491be51421374be2a9fdd18dc38b6c56a734885b2fa7e460d454
br|64|337557d09d16e755b13b9b8465a50d81511c3d5e7a3ca8095ab8c6e133f800bb9e93c4d9af1438d10d64d85601b074cd291942c2f6250eba31733d6d68f901bb
bs|64|140208052c1e528d3802aa22cd64e01131259a30f903e836bb506513eea74a4a201bf2b9898413a2fd531b350ad0f1314ff38e2863e7c805000652465cf40a75
ca-valencia|64|02d8396449032eb7d6e847581fa56f02f2e754e92a50c4c73fbeb89227bb1b12a1d2baf4e055f2f0f9dcd7600ac2318438d6d9828794e62ed77a0d3f7a8819f0
ca|64|a5a9bb2765bef76fbb3aa94e1e237bd3b2be356b5138344674a3a2a9257ee76133245b9cf2811678724aa39bb9d84011b5d154e5d9b82377652b29c60ebb5360
cak|64|a2906b1a4d324f1b469ada756b429d0c0de3cfa7c76ce2a10c5cf82ee33191a1bf835699f9361200239fe560713eafa7aefeddfa18c8c8942c67514908384a7a
cs|64|2ca492e31c5187ec4a6b0caaa18ff8cbb6c6851ed409c2370e4a0ca16cb226dc0d7d9614f0ba01321f4903ca6549b6f51969f9c5b03d3e21cc4f1801a114bd53
cy|64|cf40fd02c8734f60bca67c51d02b991fc87a7e0ebdc1e48787e8f00bea75c3dd5d80a7f26f9c2e030676b8aabc23bfdff9220468d5ff4efc06b8303dacc6389f
da|64|f912521dfc5605e84c20de810bdaec162297b6d9268eaad9dcf0a47a796bf31a4d5c96661fafaaf33647f106447ebc4292055f4040c2b7961d434c98a8577503
de|64|05a9133e8cfeecba27952b76f698facd4abb9a1adaee944e76f6c0e31a029be2cced00d44b0e9b858a22898bfe5485a7332b0f82b6da8cd527e8cfa5d7d94671
dsb|64|f256aee182bfb63b7423960bff3db421d94339ae1b65d02dc6d8f85fcbd37fbd5541f5d04eaf41bbab1ea842a93654d9468245feac266046711e3c61855f301f
el|64|fda962e3892d0222e5fc0b778921f4281cce2d1405761c9d1a6d77591418b86bdde2862814470b908dff433cb7cb2a70ac26fa08b00a599dada150de04cf2160
en-CA|64|40c4fa78ee1201ec9beb009ed4eeebf94644d82c85f2f7eddf4f02ef71f3260107282347bf3dfd21898fefd11a49d99da72e37c644c7a6883e8cd5c95783c355
en-GB|64|8ea19a549c6040422455a0ced609d3f9f5fcd595b915cb2e0bcfdc6dfd83c77bca335c327dae3404b844ebac7aeb79b02c83a0d8a1fd1fade61e0719df3d5e49
en-US|64|34d7f112cb1e7c2575c1fc97d643a73f45bd4208490115b4ab0db97cfbed390732b2067b4909e40c24fd9f517f701340f7dc7845cc8f7ff767780954bbb501b9
eo|64|c79392c6d98b7c8dfda5f5a29b5ffba976064c317060dd464404d21396325c94d200ef930574628204b52d8fb54400be977d4cbcd651fdd2a216d016d52e1667
es-AR|64|b7945efbe44c8fe8f9d5d7c069e02a8128235c3a0a9154009c7d47d5e1707e990827111b540750723900e2a3bfc1b92274221cb3edb7ef6aa7cfc18740c80486
es-CL|64|2f446601aaada78f563ed9852c74bedc8da1b40365517372a256dc3a15f701200ecd703f021c8962b2baf584799cd2f794f5f4a7ebd6942ba601a361880b77c7
es-ES|64|ac40bd6deb7b66fe087bbdb3878e65ddce7a1fd6e3911edd5440c04cd8abc55f9d3692f6b111bf4eae73c031fb0e09f7d721ab82589b52d63e7faa6ca59238f6
es-MX|64|22f23b5489701247e963c0f0dc22ee2c08f40ad330cb767a2c07582293cea607364a866356d776bcdd987c4e6246b12c098f6b9e2229b8b5a8989405850ebfc7
et|64|df17d97537d5cbd2142bd60829a104b0a4a51003a835255d309904bf5632e15473603f1c209d41838fe2bd36530a8b54cbdb85fa4ca574361cd5b48511ae88d1
eu|64|5bd20d666c54f13df94239c0533a88df356895d7f7c5255e6517187e6857b3ec526a71e3177c6c54aa9d62379cb8cf4b211d35ea8adf78ba2f660e3e489e9a42
fa|64|91b2f6007476049c4a32f1f49b5cfa593c112cc3abe4970a13ace478908b68126a0b85eab3b924b43ae44d75e9d7c6764fa3d5a329da395475a8fcc6eab8f091
ff|64|27e46a1a6e6207472ce2829640230361a6a6d2c10cbbcf2d9b89891abf2af204149afc4d424d5066d27ba4b985b975b3a9ad69d99f1d88576c35f4362ecda391
fi|64|4c06c92a1d83ddc8280169b780c6163253acafb81fde64a3fa7d8673773e81b4e684a5410179f31afc98c6eded84d8b71dae5e6c28c180f6ed896c6bed72caf3
fr|64|c64499026f018055699d895dce1e47704f9433fbe3b4c28f87a1fdc6d1b03c8e561ea72dcca93ec40b0ef59248eae7c9224cfba29e162309cc3258ac1b80d97a
fy-NL|64|a4943d4f8b621c2dde51bec2586d0dcff4f7882565398449c7643a84fc8804a60a94af0120fd72daa637725d8d48fcc3fc2563da86693b5a5653db1a9da66890
ga-IE|64|e9758a43c8daad8d2653f7f0c24fbefdcc98fc313b4a34aea6ab3a50c476f50bd8ac347c040039c920d84002e3bcbd1cc2815d1512fce0a5a70657d8e8586acf
gd|64|c51726526e95512e52872d646bd8577c856986f1ebbf4d679a4fe2a43eb3dcac0c4329231d9df8214272050b04ac8d456c839672a57d6df632139d3ecb38b3ab
gl|64|2bcb1a5399ffce04f8b077ba0ee492a11b400c8c6a44876ee4cde198ab576d711505b4dc9c58e7d6384c895ce5ad3cbec6d0ad3c4e981ab2b52f4ed7120bf8ca
gn|64|2c942be8c6bf6724de98c1341787a72e380a9c05d61377133ae9fdca6659a3979b975fc047bb889ed7fca349cd65e164f8e181e426c133d51db8553631f7dcf0
gu-IN|64|038011e838012d11c2e81e6a85f3973109a578b2340fddd89e5ff741c7efca2357c2dbae6c7422dc05ae3a1acb076249b427849e887378f180caa8f6a1a6440e
he|64|8b8ba08279d81e902bc4f34aeb017743b03610fbea9646d34cdaa7b384e13741b10a309be45363eb3af073e1e37710d3c24c026f5bd5dee7f2bfa37c86e587a9
hi-IN|64|7a679492585a4ddedcaf59c0d5fce333002c491cc6781a5dcab7a9a3f274d5e8c363b184b495515a767a91266b90c9173fa3d951fac046f0a8e662b17768f3d7
hr|64|fc71468c5a3c55c8c22ef9e82f4e54f272392a19c094fac1b6d993fba391387a3f08dfa9c184f08212c2890ad0bcbd490ae154398e237e791001409da4b6c6bf
hsb|64|d62957b1607565fdc8efd3926de233f9767eea86d286071ac252b524cc0fd942f02aab25789c17871448b8d5423457ec09da490a8b5ef2b84b05863259075fc3
hu|64|ccca1c254fbd20d3b21fcd8b6c0f06cc611ca5bb194b18e3d916d207c672011d58a31894732adaaeeab5a2894d9484a8a8a26aad0900fb0382e457de0c949245
hy-AM|64|09aeb33d904fb730982e6b6c2dd72836b7497661e66e4f7aa1cddc6d8a5605997493bfc112d7fc72e3faad795e8c151dc038b26a655f590fed0f5757ffbb3d0e
ia|64|48a046d8645f9d09baf716fd3845a32011c1ec96b48a09900a41994d8577d45a8933a7820ee8c775b4464c8f18b818eb64994edde99630401859b8dfd0198300
id|64|c97bd1eff672c071fe5b78a23514b546d907f07522bd669a9bf8efe0eae91027410b33b22de82c0785a7397ad844678ba7ee370d0106fac4f3e0840d11cf7c4e
is|64|99a3b286b489dea1b6d56536f5b16983a9667cc1bdf2a0ae58f65f10622bbeb585093354508d2b9bf0b11e71c3e2ed9dd96338bfd9cdae0dafbd11094a3522af
it|64|175351f6955625781afde54d3a1d0aacb4d4ef35a97143bce52f720e232714c025c38f45c1bf2577cfa34575a3845ea2d2a244aa017fd2dbb891b520f21c780f
ja|64|f75a15c3173b39071d05948ffc1a0db3487d2fab0476638b84ff423f6600986e3395fe003467e43be598b056561f0b055eb01fc8808d7de30944badfe567ba25
ka|64|2eb25f22926bb370d936c8a963ed02c3974260b9438ed13499c7bcafb7d3635e24b806404d1d4f77acbc4ffa993614e9694037877f80b3e75f26e40041d399a4
kab|64|817ba23b7969f57f12596d34d497661a12947577f14ad99ccd4fd9759833b06bdae3ecf9de8c1892f4584bd93ae93e31927506c63a5065428c913d3900d2e508
kk|64|3a1dc1a62053656fc2da5e5dd64156ee43786a9f24b6c91f866dacbfe855ce13f19ab46659fcabaee9ea636f9b8702f6e8066f15914b6b9465bf8e855c59f2a3
km|64|e40e1d3c750faa3af6dda8c4c43ac40291ab59877c0f9ef9923c5763252268c4cfb369c6a6402b5f182e16f08fb6dba219ea1a0ae241cb6acd8df7cc7b1caf72
kn|64|20a7cd0619ab297ae4dd83073dbd6cd91b011e28095e910f7ecff190c133ecb13f0530a14b3d2b4d3b3d9a87a82fbdf327781e95e0e39455d23014a32302b9ef
ko|64|7554b3118e2ce034c1f15a1351a9d6cf25b4b22f693dd7c72e6f9ab9361841bcbdc6d3939bcc0ce13ab41fb1833eb85643c5d4286660398b9ed2c66d68dc5921
lij|64|2174c6b5af7b6cb6fcec4f52f07e2553e39292e90b310f66160b81afe4ade416fc98c09730d81eb8d8da432f36d6491143b904cef17339afd2f39b4f6916c837
lt|64|d4f49388c7ae8b23444e81ba8d159106d2d2c3ba1fdb8bfbb256615f80817ed96382abbd911090414f3ae31cc97801703435fabd6d99b5f6d7fbc566d0851f98
lv|64|d87d908379327e18eb08e4c17fed0b20a9d87d8e09d98289c37401504d633a1648bd97a77933b2ea964fbfea9c10c5de51545740e1e50ac820dc22baa2d53344
mk|64|2c0ba72edb0c4506e166371fc13a873740240045f2083a21df1c6a218285dde3d4c2b634c299ff549b0ee9f87a5db52d52c4fafc760977f59215fe57e8318727
mr|64|3f2402536d5cb32ac89b0f0f3967146558425c9be94ce2ff8282a110ccce9fa4faaa63e45f151e5b9524367fce9e3a71b1fe09de312a4ba394d9f5568721303c
ms|64|75f96ae0b5f9ad4981f6e1f4ed38d4e5559649d76e40ea9774105a6d2ddd49e7636d67374341b7f3cc8cb8bbc6d0fc04cdb4d694977226f4dda098863b71cc88
my|64|78c1c750f0f527027953db6aaf5799c69305b7dec386f6abac779611d03d385846401130c802d7a8e3acabd877153073c801b4516a38e5c987d1e8162bb57203
nb-NO|64|1e664a51d7f108526b411790092c0c54f3908b19e277d939ba687bc1e9f9e5923d1a792ba61ba213edbabb36df9462efaa7fdea5682fb761cd07daf673f80b68
ne-NP|64|6c580b95ad93179eba3e1655f6f558296e5e7f1b014269793e9104dc794d880d8e20bb8d937f24811ac6816e30ac001005abf75862d7efa9dbfc042a4d67d3c5
nl|64|21a89473b023cdca1077b435812fa6c5e73a830402c62ec901632beeddf48743d70a42569d997eb69e1ca75c033db1fb29d42673188fc5ab275b109797e07cbc
nn-NO|64|110bd58b6b35127a6f9dba8bfe813e09d205aa666b764a003194771d761b3c2b36cda38a9c325beb2150731dcda0e78072ce851396af5cb727aecc000add64ab
oc|64|f2ccc86333f2e9ac462cb2c8fe4c5931165aa61d5be789d8daa2fd4bfd01f8d105320e6653bab9defa5eb6cf8454a8965f4345a2565e5e4e70b8456c7de0df5b
pa-IN|64|eaaabd970bb726fec7d43d6021801b4915cfa54619c3ce567879c008334150a43c361318032dc0e9add07afd2535c334adad33f362ea8e33fde917ebc5d20bf8
pl|64|82bf9abfae26ae6fba37080a766bdf6d9c443c55ea945f4b59481b22a260a5c988f0d20b5fec27e819174caacbaf8eb323cb3e4ff982873c44b11e49f462da4e
pt-BR|64|e2b7ce9348a9db41180531dacff5a9225b9cd3241ef50b78ca1f360c763c941715d3ab34968b30d24169337bd72c88913e3df1d0990e10bc871f2578ecdbf2fe
pt-PT|64|e8c010d70a3aeea4d4331ff0a7004b785ebd4b32383103a414a28ea5f880c916deb8681d259949a07d3045ba3d2b33791694eb7524b56ad7d872c2a1f9d3cf8f
rm|64|211594828241a1bfc7790087b9cec700cbdc36705bf2b512b898e571c5709921e46124c614368e6b72826dea278a5d67a3badc5cd1588fc2483af9d99b578410
ro|64|10a4aa4799d7bcfeca000926b62037dfb7c700ca1463426199ba50a0833f3b929ef579666b5d76a05eeb6e8410b4f1a834d729ff5b02a8b4d0247a8ab2512bfe
ru|64|d3f37e5d9ca48088448b932fff78d065472cab2309a9013264c94f00ac39e615e28829fdfc92e993694806240ea404dbc04b470eb7d7f13192d0d1e507f35c52
sco|64|4ca415f53a618308daac0ceda64bd9700319723492be2b4488565197cabe50638948ff53a755f484bb169b80af74c43d100d9788239e982008d79b41e425a53c
si|64|fbaa18a8fc51240f14918aa09239a27db2190bcae3a9cde586774156036d6dab2dc710b518ace915387da763a581e997070226a18e254e84588b422e7c4e3332
sk|64|f89e43573bcc727ae9321b837145ccfe6b23e7f31177a9099f3575d034e72d123bace8ba6af69df7e04cfd5f28698de3719017bd1262d1c68cdc45c2321599e5
sl|64|f86debaaab20ee2f614d195a734945360e2a52d1fc1d8728a0c97d32420f678aa5c0d3df904f4cd37d5f0b7cd70971bc0d82ca147b6618eeedcfe94348fe3fbf
son|64|2de9df849db04d7750662316b9b80f38e6af93e829467117a91ce3e0297baff9e28b87e43fc53e62ae411924bda3d50fb28f27de2b4fc2ebc6fc90f5cca909e6
sq|64|08d223236ac290f462b1eb58821584742e4a4556ff60b85cd7dcf76e59673413cb6289c580dc8894e2b0c3e5d675e92bb40cb03afb8d1e24689a2239bc2556de
sr|64|c160670708ccfcdc79ab9afb7398f5e6146d1fbfeb4a7440f390663b92a16e4829e535b35de85cafeeb7fb470631e3542f40a1224e73589464715ce24544b58c
sv-SE|64|756bc1dcf43159f97dc488f6a19297dbbd52ab6218bd2c1b4b9cf6b6fe52a8a8111bf8146993de8b13a305f3794253abe6946e8a1b549f7eed14d3eb482c6aa0
szl|64|52be31f5e992dbd574c25c6ac0ff4d9dd4a7bfe93c8855e61a299bfcab7abb697d02f2009d8fb9f0aeba88df39c2f91b2b0241e01cddd425c65165e610776299
ta|64|6d75d1ca9b0ca20276345208dc45a4588d6e0ab8a4f7ad90654ce0c6d9a18985ac35d7877757a8697f20fab5ab7f68710067342185673e6f67bf0d48c0407af2
te|64|cc7b344b8016ddc22746dadc41cd9f8f8a3568a1526dd9658358d29d55c0ebd7b06b267a7c72497abdcbcfb86cdc558f8bd91d77431d5469cec44a0e8a87bece
th|64|d7b533d561a5ed482db7b045b98781219e15bdf124135c8548ba8a71ee44f58e2709899e0b43d0f13c233a97e94562e3fa6eaabeba3ea3a95e22d981f4bf80db
tl|64|b4f7c668114922b211061e131202e202e228f31873d5156177d23b88608647804e6265ff242d38b413e8490dce2281fc0517747dcc8874fbe28974a656878bfa
tr|64|c1d40e9c9197af0a736cb2f5e77e2f560eb1b2e128e30f38cda6af2618224d744a09e32bca5494338bd65dac26eaabf4d0d734bed42a0a3644e0972d01fe7bf0
trs|64|c257628a39b6a4495754acd8830f8fe4fbe4b94ec4b611e315c68ca1d126a397a63dc6ca74d72398f97473e37f9747a7f03475c77a2b1fbf8cc4f3c769d52656
uk|64|383295ec9a5238f190ba245aced13e1d71b381087504f9612aab5db6c170a39968d8eb058b8b0436e46b385e186cff90713ef8b7930a17aae9f7f5241af3cae6
ur|64|462ac98a7bfafecf32c630ddad132f34686a4b3d21eae1a2b60ed89b25de7323e143003128189987778b1830fd8565c821680a3be8780eb3752babb7f4f36852
uz|64|e0cd41030862607c98dbeeda1b52835f3b8e28ccb777a734d41f352c3364781b4cc079d0cc0bf3fdf3b798aa60c79adc69534a6e9076c7461ae92c54e75641ac
vi|64|a0fe515b20cdd8c035795b74daff43b93b6d66bab728162fd8b3b53ab5cb057841f210c9de98160f0767e86523337446a3129e61867668c2169bc3aa2f2561e9
xh|64|d036c39294d3e0a4f3926643fbc693083df126b9045d3818828388c35d442c88b3505e372b10bd23341fd31d98c85efeb35f66bd0e1e683763aff8db7ad9130f
zh-CN|64|988f45f94cf717f2d0e6df83b368a6023eae661b2db45b7c31afd9f1f28ef6761779611fe67a71e5fcba3e3a62ece1d17531bdd33e799874382b34e270bab75e
zh-TW|64|c222515e7403cbe17cbd604d493d93c761ef82ec1eabdc327d4358109cbc40d81e2c493789dbb38a486325ff2d1875d86d1dae33c39612444d29e64e4ec9a876

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