Here is the policies documentation.
Manage updates, policies & customization
http://support.mozilla.org/en-US/produc … enterpriseCustomizing Firefox Using policies.json
http://support.mozilla.org/en-US/kb/cus … liciesjsonCreate a folder called distribution where the firefox.exe is located and place the policies.json file there.
- CODE: SELECT ALL
{
"policies": {
"DisableAppUpdate": true
}
}Customizing Firefox Using Group Policy
http://support.mozilla.org/en-US/kb/cus … cy-windowsLocal Group Policy Editor (gpedit.msc) is not available in Home versions of Windows 7, 8 or 10.
How to stop Firefox from showing the update nag screen?
http://superuser.com/questions/1407844Enterprise Policies
http://klaus-hartnegg.de/gpo/2018-05-26-Firefox-Policies.htmlEnterprise Policy Generator
http://addons.mozilla.org/firefox/addon/976971I never tried the Enterprise Policy Generator addon.
policies.json being removed on browser updates via setup.exe (wontfix)
http://bugzilla.mozilla.org/show_bug.cgi?id=1502188P.S.
I got the DisableAppUpdate policy working with the policies.json file in Firefox Portable 71.0 32-bit.
* C:\FirefoxPortable\App\Firefox\distribution\policies.json
However, I had to remove the following registry keys before I got it working.
* HKEY_CURRENT_USER\Software\Policies\Mozilla
* HKEY_LOCAL_MACHINE\SOFTWARE\Policies\MozillaHere is how to test if the DisableAppUpdate policy is working.
Test DisableAppUpdate policy: viewtopic.php?p=14848020#p14848020
Category Archives: Software
Mozilla Enterprise Policies for Firefox and Thunderbird
![]()
The Mozilla Enterprise Policies for Firefox (and Thunderbird)
This feature is meant to help enterprise admins, who deploy Firefox as software package to computers in their organization.
Versions
Policies were first added in Firefox 60, and back then were purely optional.
In Firefox 68 some settings from autoconfig stopped working (for example the option to disable automatic updates), thus it became necessary to at least partially switch to policies.
Thunderbird started to implement policies in version 68, and at the same time also stopped respecting some of the autoconfig options.
Overview
The Enterprise Policy feature provides two new ways to configure Firefox (besides the old autoconfig aka mozilla.cfg):
- Windows Group Policy Objects (GPO)
- A config file named policies.json
Interactions:
- If any policies are set with GPO, the json file is ignored.
- If autoconfig (old) and policies (new) provide conflicting settings, policies win.
Requirements:
- Firefox version 60 or later.
- Thunderbird version 68 or later.
- In Windows some policies work only if you have either Firefox ESR or domain-joined PCs.
(It is currently unclear how Firefox detects the domain membership, and whether it must be an Active Directory domain)Howto use the admx templates (for GPO)
Firefox
- Copy firefox.admx to C:\Windows\PolicyDefinitions
- Copy firefox.adml to C:\Windows\PolicyDefinitions\en-US
- Run <class=”tt”>gpedit.msc or <class=”tt”>RSAT (Remote Server Administration Tools), and open Computer Configuration, Administrative Templates, Firefox.</class=”tt”></class=”tt”>
Thunderbird
Some of the Firefox policies also work in Thunderbird.
There are official (but non-functioning) admx-templates on https://github.com/thundernest/policy-templates. They are just a clone of the templates for Firefox, and thus do not have an effect on Thunderbird.
Inofficial templates are on https://github.com/drlellinger/thunderbird-policies (announced here), and they acually work.
- Copy thunderbird.admx to C:\Windows\PolicyDefinitions
- Copy thunderbird.adml to C:\Windows\PolicyDefinitions\en-US
- Run <class=”tt”>gpedit.msc or <class=”tt”>RSAT (Remote Server Administration Tools), and open Computer Configuration, Administrative Templates, Thunderbird.</class=”tt”></class=”tt”>
You can also copy registry keys from Firefox and rename them. For example this one works:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Thunderbird] "DisableAppUpdate"=dword:00000001Howto use create the json file (alternative for GPO)
The currently supported policies are listed here. New policies are added with every version, and so far all new policies are available both in the latest RR (Rapid Release), and in the latest ESR (Extended Service Release).
Multiple policies must be separated with commas. Multiple options to one policy must be placed in curly brackets, and separated with commas.
A Generator addon was published (german). More info.
The json file must be placed in a subdirectory named distribution in the program directory. In Windows the path will be something like
C:\Program Files\Mozilla Firefox\distribution\policies.json
This directory does usually not yet exist, you must create it.Sample file:
{ "policies": { "DisableAppUpdate": true, "DisableBuiltinPDFViewer": true, "DisableFirefoxAccounts": true, "DisableFirefoxStudies": true, "DisablePocket": true, "DisableProfileRefresh": true, "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "EnableTrackingProtection": { "Value": true, "Locked": false }, "Proxy": { "Mode": "none", "Locked": false }, "SearchBar": "separate" } }Errors in the file are reported on the page “about:policies”, but this feature needs at least Firefox version 63. This is the typical way how Mozilla develops new feature: publish it long before its ready.
Howto not document a feature
Mozilla has created this labyrinth:
- https://wiki.mozilla.org/Firefox/EnterprisePolicies
- https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise
- https://developer.mozilla.org/Firefox/Enterprise_deployment
- https://support.mozilla.org/products/firefox-enterprise
- https://support.mozilla.org/products/firefox-enterprise/policies-customization-enterprise
- https://support.mozilla.org/kb/customizing-firefox-using-policiesjson
- https://github.com/mozilla/policy-templates/blob/master/README.md
It seems that Github is now the official place for documentation. But even there a lot of info is missing. For example that this is supposed to replace autoconfig. And that in Windows several of these options only work if either the ESR version is used, or the PCs are members of a Windows Domain. Also how do the two methods relate to each other and to autoconfig: which one does take precedence?
Lets hope that eventually Mozilla will write some decent documentation for this new feature.
No, I’m not gonna read the source to extract infos from there.
Changelog:
- 2018-10-22 Thunderbird
- 2018-09-17 corrected directory, add interactions, add sample
- 2018-05-31 cleanup
- 2018-05-30 add howto use the admx templates, and links to generator and source.
- 2018-05-25 new
Source: Mozilla Enterprise Policies for Firefox and Thunderbird
mod_rewrite Cheat Sheet by DaveChild
A mod_rewrite Cheat Sheet – a quick reference guide for mod_rewrite, with rewrite flags, regular expression syntax and sample rules.
mod_rewrite Tutorialsmod_rewrite RewriteRule Flags
mod_rewrite RewriteCond Flags
Redirection Header Codes
mod_rewrite Directives
|
Regular Expressions Syntax
There’s an excellent regular expression tester at: http://regexpal.com/
mod_rewrite Server Variables: HTTP Headers
mod_rewrite Server Variables: Server Internals
|
mod_rewrite Sample Rule: Site Moved
Rewrites domain.com to domain2.com
mod_rewrite Sample Rule: Temporary Page Move
Rewrites domain.com/page.html to domain.com/new_page.html
mod_rewrite Sample Rule: Nice URLs
Rewrites domain.com/category-name-1/ to domain.com/categories.php?name=category-name-1
mod_rewrite Server Variables: Special
mod_rewrite Server Variables: Request
mod_rewrite Server Variables: Time
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The NSA Makes Ghidra, a Powerful Cybersecurity Tool, Open Source | WIRED
How to Uninstall Edge Chromium When Windows 10 Won’t Let You
Edge Chromium is a decent web browser. I’d even go as far as to say it’s worth swapping over to from Google Chrome, given its improvements with memory usage. However, Microsoft has been incredibly annoying about stuffing Edge Chromium down everyone’s throats, and a recent Windows update locks this browser into your OS even more.
The thing is, if you try to uninstall the browser from the Apps & Features menu in system settings, the “Uninstall” button next to Edge is now grayed out. If you’re like me, you probably hopped over to the Control Panel to uninstall it via the “Programs and Features” tab…except the update also removed Edge from the list of installed programs, so it can’t be uninstalled that way, either.
There’s a reason for this: some Microsoft apps require Edge to run properly, so Microsoft made it harder to uninstall Edge to avoid unnecessary issues that could be caused by its absence (and it just really wants you to use Edge).
This doesn’t mean Edge Chromium has to take up permanent residence on your computer—you’ll just have to get a little more creative to delete it. And no, you won’t break Windows by uninstalling Edge, though if all you intend to do is disable it and set a different browser as your default app, we’ll show you how to do that, too.
How to disable Edge and set a different default browser

Given Windows 10’s bug-ridden history and the OS’s reliance on Edge, it may be safer to just switch to a new browser instead of uninstalling it completely.
- Open the Start Menu
- Click Settings and go to Apps > Default apps.
- Scroll down and click “Web browser.”
- Select the browser you want to use, which you’ll obviously need to have first installed in order to make the switch. Check our lists for the best browsers for ad-blocking and the best browsers for privacy if you need recommendations.
- You can also unpin Edge from your taskbar by right-clicking the taskbar icon and selecting “Unpin from taskbar.”
This will hide Edge most of the time, but Windows will still occasionally suggest using the browser, and some apps will open links in Edge even after changing the default program—but you can delete it from your PC if those behaviors bug you.
How to uninstall Edge Chromium
Despite Microsoft’s efforts to prevent users from delete Edge, you can uninstall it from Windows 10 with some simple PowerShell wizardry. We’ll cover two possible options just in case one doesn’t work for you.
Method one:

- Open Windows File Explorer
- Type “C:\Program Files (x86)\Microsoft\Edge\Application” into the address bar and hit Enter. This should open the Edge installation folder—if not, try navigating to the folder manually, or search for “Edge” in File Explorer.
- There should be a folder with a numerical name. The name is the same as the current version of Edge installed on your PC. For example, at the time of writing, the folder on my machine is “83.0.478.58.” Open that folder.
- Find and open the “Installer” folder.
- In this folder, click the “File” tab in the upper-left of the File Explorer window, then go to File > Open Windows PowerShell > Open Windows PowerShell as administrator.
- Click “Yes” when prompted to allow the program to make changes to your system.
- Type
.\setup.exe -uninstall -system-level -verbose-logging -force-uninstallinto PowerShell and press Enter to run the command and let it run.
Assuming everything went according to plan, Edge should now be uninstalled. However, if this method doesn’t work for you, there’s another option you can try.
Method 2:

- Search for “PowerShell” from the taskbar or Windows Start menu.
- Right-click “Windows PowerShell” from the search results and select “Run as an administrator.”
- Select “Yes” when asked if the program is allowed to make changes to your system.
- In the PowerShell window, type
get-appxpackage *edge*and press Enter. - Several lines of information will show up. Look for “PackageFullName” and copy the text in the column.
- Type
remove-appxpackageinto PowerShell and paste the text you copied from the PackafeFullName column. - Press Enter to run the command. Edge should now be removed from your system.
This story was updated to add more information on why Microsoft is preventing the browser from being removed, plus two additional methods for removing/disabling the browser.
Source: How to Uninstall Edge Chromium When Windows 10 Won’t Let You
Qtools – QuickBooks Updates
QuickBooks® Updates
The information is current as of May 19, 2020.
This page provides links to official product updates for U.S. editions of QuickBooks, hosted on official Intuit servers.
For Canadian editions, more information can be found at: QuickBooks Canada Updates (latest 4 versions). | email us for info on older QuickBooks CA Updates (2010-2016).
For U.K. editions, more information can be found at: QuickBooks UK Updates (latest 4 versions). | email us for info on older QuickBooks UK Updates (2008-2016).
If you notice any bad links or incorrect information, please contact support@qtools.com.
We strongly recommend that you use the update information found on the official QuickBooks Product Update pages when possible. Only use these links if you are unable to locate updates there.
The Update Page links below will open the page on the Official QuickBooks website that provides information about the specific product’s updates. The page usually includes a link for the manual download.
The Direct Download links below will download the specific update release installer file from the official Intuit site to your computer, which you can then run.
QuickBooks Enterprise® updates are listed separately for versions 8.0 and above. For Enterprise versions 2.0 to 7.0 use the same manual update file as other editions.
General notes on updates:
- Sometime in 2012, direct downloads of all patches to QB 2005 and earlier became no longer available from Intuit’s servers, as well as some of the incremental patches to later versions. These are now marked in ORANGE. Sometime later, certain links to patches for older versions were re-established. Follow the link in the “Update Page” column to get them (as of Feb 2016, the patch files to QB 2004 and earlier are missing again).
- Occasionally Intuit withdraws or skips a number in the update sequence. These are marked in GREEN.
- QuickBooks update releases are cumulative. You only need to run the latest one to update any prior release version to the latest.
- The update release installer files are not named by version and release (since QB 2003 they are all named qbwebpatch.exe, or en_qbwebpatch.exe for Enterprise). You must be quite careful to download and run the one that is correct for your product. You can look at an installer’s file properties to find out which version and edition to which it applies. If you intend to archive the update installers, we recommend renaming them by version.
- To view the current release level of your QuickBooks installation, press CTRL+1 or F2 while QuickBooks is running. The Product Information dialog will open. Look at the end of the first line where the product is named. For instance, QuickBooks: Premier 2007 Release R11P would be at the R11 release level. This information can also be found in the file properties for QBW32.EXE.
- If a new release causes problems and you need to go back to a prior release level, there is no built-in rollback capability in QuickBooks. Unless you have a workable Windows Restore Point, you will need to completely uninstall QuickBooks, reinstall QuickBooks, then run the prior update release installer.
- The QB 2002 and older update release installer files (e.g. qbcdpro.exe) will fail to operate if renamed. You can rename them for archival purposes as long as you change the name back prior to executing.
| U.S. Editions Only | |||||
| Version Name | Internal Version Number | SDK Versions | Update Page | Edition | Direct Download (from Intuit server) |
| 2020
Ent 20.0 |
30.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7 |
| ENTERPRISE | R3, R4, R5, R6, R7 | ||||
| 2019
Ent 19.0 |
29.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12 |
| ENTERPRISE | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12 | ||||
| 2018
Ent 18.0 |
28.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15 |
| ENTERPRISE | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15 | ||||
| 2017
Ent 17.0 |
27.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16 |
| ENTERPRISE | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16 | ||||
| 2016
Ent 16.0 |
26.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17 |
| ENTERPRISE | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17 | ||||
| 2015
Ent 15.0 |
25.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R74, R8, R9, R10, R12, R13, R14, R15, R16, R17 |
| ENTERPRISE | R10, R12, R13, R14, R15, R16, R17 | ||||
| 2014
Ent 14.0 |
24.0 | 1.0 – 13.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R14, R15, R16 |
| ENTERPRISE | R11, R14, R15, R16 | ||||
| 2013
Ent 13.0 |
23.0 | 1.0 – 12.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18 |
| ENTERPRISE | R18 | ||||
| 2012
Ent 12.0 |
22.0 | 1.0 – 11.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R8, R9, R10, R11, R12, R13, R14, R15, R16 |
| ENTERPRISE | R16 | ||||
| 2011
Ent 11.0 |
21.0 | 1.0 – 10.0 | Link3 | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14 |
| ENTERPRISE | R14 | ||||
| 2010
Ent 10.0 |
20.0 | 1.0 – 9.0 | Link | PRO & PREMIER | R2, R44, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17 |
| ENTERPRISE | R17 | ||||
| 2009
Ent 9.0 |
19.0 | 1.0 – 8.0 | Link | PRO & PREMIER | R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15 |
| ENTERPRISE | R15 | ||||
| 2008
Ent 8.0 |
18.0 | 1.0 – 7.0 | Link | PRO & PREMIER | R3, R4, R5, R6, R7, R8, R10, R11 |
| ENTERPRISE | R11 | ||||
| 2007
Ent 7.0 |
17.0 | 1.0 – 6.0 | Link | ALL1 | R3, R4, R5, R6, R7, R8, R10, R11, R12, R13 |
| 2006
Ent 6.0 |
16.0 | 1.0 – 5.0 | Link | ALL1 | R2, R3, R4, R5, R6, R7, R8, R9, R10, R12 |
| 2005
Ent 5.0 |
15.0 | 1.0 – 4.1 | Link | ALL1 | R3, R4, R5, R6, R7, R8, R9, R10, R11, R11 |
| 2004
Ent 4.0 |
13.0 | 1.0 – 3.0 | Link | ALL1 | R4, R6, R8, R9, R10, R11 |
| 2003
Ent 2.0 |
12.0 | 1.0 – 2.1 | Link | ALL1 | R2, R7, R8, R9, R10 |
| 2002 | 10.0 | 1.0 – 1.1 | Link | ALL1 | R2, R3, R4, R4a, R6, R6a, R7, R8 |
| 2001 | 9.0 | none | Link | Pro | R2, R3, R4, R5, R6 |
| Std | R2, R3, R4, R5, R6 | ||||
| 2000 | 8.0 | none | Link | Pro | R3, R4, R5, R6, R7, R8 |
| Std | R3, R4, R5, R6, R7, R8 | ||||
| 99 | 7.0 | none | Link | Pro | R2, R3, R4 |
| Std | R2, R3, R4 | ||||
| 6.0 | 6.0 | none | Link | Pro | R5 |
| Std | R5 | ||||
| 5.0 | 5.0 | none | Link | Pro | R7 |
| Std | R7 | ||||
- Links and downloads that are no longer available are in ORANGE.
- Download numbers withdrawn or skipped by Intuit are in GREEN.
- Update installer files linked in row labeled ALL1 are for all editions of QuickBooks, including Enterprise.
- Linked page does not display latest information or update release level.
- Link is to current QuickBooks Product Updates page. You need to select the appropriate version and edition on the QuickBooks website in order to view the applicable product information.
- This update was withdrawn by Intuit.
- Link displays a product page for the version, which includes a link to a manual download, however the patch download link is broken. Use the Direct Download link in the far column.
Source: Qtools – QuickBooks Updates
Register New Install of Quicken 2013 — Quicken
Bypass registration (Quicken for Windows 2014 and older)
If all else fails and you get stuck on a Registration window, you can try the following to bypass registration:
Start or restart Quicken. Do not start a One Step Update or any other download activity.
Press and hold both the left CTRL and Shift keys, click Tools, then One Step Update.When the message “You will no longer be prompted for registration” appears, click OK.
Additionally, you can find the LAST update to Quicken 2013 here:
http://www.quicknperlwiz.com/quickenpatches.html
Scroll down to the Quicken 2013 product patches.
I would download and install the R12 Mondo Patch. That would give you the most updated version of Quicken 2013.
Quicken Patches – QuicknPerlWiz
Patch installs for Quicken releases
Source: Quicken Patches – QuicknPerlWiz
Group Policy Administrative Templates Catalog
Preferences — Firefox Source Docs documentation
Preferences
Telemetry behaviour is controlled through the mozconfig defines and preferences listed here.
mozconfig Defines
MOZ_TELEMETRY_REPORTING
When Defined (which it is for official builds):
- If
RELEASE_OR_BETAis not defined, definesMOZ_TELEMETRY_ON_BY_DEFAULTWhen Not Defined:
- If
datareporting.healthreport.uploadEnabledis locked, we print a message in the Privacy settings that you cannot turn on data submission and disabled the checkbox so you don’t try.- Android: hides the data submission UI to prevent users from thinking they can turn it on
- Disables Telemetry from being sent (due to
Telemetry::IsOfficialTelemetry)
MOZ_TELEMETRY_ON_BY_DEFAULT
When Defined:
- Android: enables
toolkit.telemetry.enabled
MOZ_SERVICES_HEALTHREPORT
When Defined (which it is on most platforms):
- Sets
datareporting.healthreport.{infoURL|uploadEnabled}inmodules/libpref/init/all.js.
MOZ_DATA_REPORTING
When Defined (which it is when
MOZ_TELEMETRY_REPORTING,MOZ_SERVICES_HEALTHREPORT, orMOZ_CRASHREPORTERis defined (so, on most platforms, but not typically on developer builds)):
- Enables
app.shield.optoutstudies.enabledWhen Not Defined:
- Disables
app.shield.optoutstudies.enabled- Removes the Data Collection Preferences UI in
privacy.xhtml
MOZILLA_OFFICIAL
When Not Defined (defined on our own external builds and builds from several Linux distros, but not typically on defeloper builds):
- Disables Telemetry from being sent (due to
Telemetry::IsOfficialTelemetry)
MOZ_UPDATE_CHANNEL
When not
releaseorbeta:
- If
MOZ_TELEMETRY_REPORTINGis also defined, definesMOZ_TELEMETRY_ON_BY_DEFAULTWhen
beta:
- If
toolkit.telemetry.enabledis otherwise unset at startup,toolkit.telemetry.enabledis defaulted totrue(this is irrespective ofMOZ_TELEMETRY_REPORTING)When
nightlyorauroraorbetaordefault:
- Desktop: Locks
toolkit.telemetry.enabledtotrue. All other values forMOZ_UPDATE_CHANNELon Desktop lockstoolkit.telemetry.enabledtofalse.- Desktop: Defaults
Telemetry::CanRecordExtended(and, thusTelemetry::CanRecordReleaseData) totrue. All other values ofMOZ_UPDATE_CHANNELon Desktop defaults these tofalse.
DEBUG
When Defined:
- Disables Telemetry from being sent (due to
Telemetry::IsOfficialTelemetry)
In Short:
For builds downloaded from mozilla.com
MOZ_TELEMETRY_REPORTINGis defined,MOZ_TELEMETRY_ON_BY_DEFAULTis on if you downloaded Nightly or Developer Edition,MOZ_SERVICES_HEALTHREPORTis defined,MOZ_DATA_REPORTINGis defined,MOZILLA_OFFICIALis defined,MOZ_UPDATE_CHANNELis set to the channel you downloaded, andDEBUGis false. This means Telemetry is, by default, collecting some amount of information and is sending it to Mozilla.For builds you make yourself with a blank mozconfig,
MOZ_UPDATE_CHANNELis set todefaultand everything else is undefined. This means Telemetry is, by default, collecting an extended amount of information but isn’t sending it anywhere.
Preferences
toolkit.telemetry.unified
This controls whether unified behavior is enabled. If true:
- Telemetry is always enabled and recording base data.
- Telemetry will send additional
mainpings.It defaults to
true, but isfalseon Android (Fennec) builds.
toolkit.telemetry.enabled
If
unifiedis off, this controls whether the Telemetry module is enabled. It can be set or unset via the Preferences dialog in Firefox for Android (Fennec). Ifunifiedis on, this is locked totrueifMOZ_UPDATE_CHANNELisnightlyorauroraorbetaordefault(which is the default value ofMOZ_UPDATE_CHANNELfor developer builds). Otherwise it is locked tofalse. This controls a diminishing number of things and is intended to be deprecated, and then removed.
datareporting.healthreport.uploadEnabled
If
unifiedis true, this controls whether we send Telemetry data. Ifunifiedis false, we don’t use this value.
toolkit.telemetry.archive.enabled
Allow pings to be archived locally. This can only be enabled if
unifiedis on.
toolkit.telemetry.server
The server Telemetry pings are sent to. Change requires restart.
toolkit.telemetry.log.level
This sets the Telemetry logging verbosity per
Log.jsm. The available levels, in descending order of verbosity, areTrace,Debug,Config,Info,Warn,ErrorandFatalwith the default beingWarn.By default logging goes only the console service.
toolkit.telemetry.log.dump
Sets whether to dump Telemetry log messages to
stdouttoo.
toolkit.telemetry.shutdownPingSender.enabled
Allow the
shutdownping to be sent when the browser shuts down, from the second browsing session on, instead of the next restart, using the ping sender.
toolkit.telemetry.shutdownPingSender.enabledFirstSession
Allow the
shutdownping to be sent using the ping sender from the first browsing session.
toolkit.telemetry.firstShutdownPing.enabled
Allow a duplicate of the
mainshutdown ping from the first browsing session to be sent as a separatefirst-shutdownping.
toolkit.telemetry.newProfilePing.enabled
Enable the “new-profile” ping on new profiles.
toolkit.telemetry.newProfilePing.delay
Controls the delay after which the “new-profile” ping is sent on new profiles.
toolkit.telemetry.updatePing.enabled
Enable the “update” ping on browser updates.
toolkit.telemetry.maxEventSummaryKeys
Set the maximum number of keys per process of the Event Summary keyed scalars. Default is 500. Change requires restart.
toolkit.telemetry.eventping.enabled
Whether the “event” ping is enabled. Default is true except for GeckoView where it defaults to false. Change requires restart.
toolkit.telemetry.eventping.eventLimit
The maximum number of event records permitted in the “event” ping. Default is 1000.
toolkit.telemetry.eventping.minimumFrequency
The minimum frequency at which an “event” ping will be sent. Default is 60 (minutes).
toolkit.telemetry.eventping.maximumFrequency
The maximum frequency at which an “event” ping will be sent. Default is 10 (minutes).
toolkit.telemetry.ecosystemtelemetry.enabled
Whether Ecosystem Telemetry is enabled. Default is false. Change requires restart.
toolkit.telemetry.overrideUpdateChannel
Override the
channelvalue that is reported via Telemetry. This is useful for distinguishing different types of builds that otherwise still report as the same update channel.
toolkit.telemetry.ipcBatchTimeout
How long, in milliseconds, we batch accumulations from child processes before sending them to the parent process. Default is 2000 (milliseconds).
toolkit.telemetry.pioneerId
If a user has opted into the Pioneer program, this will contain their Pioneer ID.
toolkit.telemetry.prioping.enabled
Whether the “prio” ping is enabled. Defaults to true. Change requires restart.
toolkit.telemetry.prioping.dataLimit
The number of encoded prio payloads which triggers an immediate “prio” ping with reason “max”. Default is 10 payloads.
Data-choices notification
toolkit.telemetry.reportingpolicy.firstRun
This preference is not present until the first run. After, its value is set to false. This is used to show the infobar with a more aggressive timeout if it wasn’t shown yet.
datareporting.policy.firstRunURL
If set, a browser tab will be opened on first run instead of the infobar.
datareporting.policy.dataSubmissionEnabled
This is the data submission master kill switch. If disabled, no policy is shown or upload takes place, ever.
datareporting.policy.dataSubmissionPolicyNotifiedTime
Records the date user was shown the policy. This preference is also used on Android.
datareporting.policy.dataSubmissionPolicyAcceptedVersion
Records the version of the policy notified to the user. This preference is also used on Android.
datareporting.policy.dataSubmissionPolicyBypassNotification
Used in tests, it allows to skip the notification check.
datareporting.policy.currentPolicyVersion
Stores the current policy version, overrides the default value defined in TelemetryReportingPolicy.jsm.
datareporting.policy.minimumPolicyVersion
The minimum policy version that is accepted for the current policy. This can be set per channel.
datareporting.policy.minimumPolicyVersion.channel-NAME
This is the only channel-specific version that we currently use for the minimum policy version.
GeckoView
toolkit.telemetry.geckoview.streaming
Whether the GeckoView mode we’re running in is the variety that uses the GeckoView Streaming Telemetry API or not. Defaults to false.
toolkit.telemetry.geckoview.batchDurationMS
The duration in milliseconds over which GeckoView Streaming Telemetry will batch accumulations before passing it on to its delegate. Defaults to 5000.
toolkit.telemetry.geckoview.maxBatchStalenessMS
The maximum time (in milliseconds) between flushes of the GeckoView Streaming Telemetry batch to its delegate. Defaults to 60000.
Testing
The following prefs are for testing purpose only.
toolkit.telemetry.initDelay
Delay before initializing telemetry (seconds).
toolkit.telemetry.minSubsessionLength
Minimum length of a telemetry subsession and throttling time for common environment changes (seconds).
toolkit.telemetry.collectInterval
Minimum interval between data collection (seconds).
toolkit.telemetry.scheduler.tickInterval
Interval between scheduler ticks (seconds).
toolkit.telemetry.scheduler.idleTickInterval
Interval between scheduler ticks when the user is idle (seconds).
toolkit.telemetry.idleTimeout
Timeout until we decide whether a user is idle or not (seconds).
toolkit.telemetry.modulesPing.interval
Interval between “modules” ping transmissions.
toolkit.telemetry.send.overrideOfficialCheck
If true, allows sending pings on unofficial builds. Requires a restart.
toolkit.telemetry.testing.overridePreRelease
If true, allows recording opt-in Telemetry on the Release channel. Requires a restart.
toolkit.telemetry.untrustedModulesPing.frequency
Interval, in seconds, between “untrustedModules” ping transmissions.
toolkit.telemetry.healthping.enabled
If false, sending health pings is disabled. Defaults to true.
toolkit.telemetry.testing.disableFuzzingDelay
If true, ping sending is not delayed when sending between 0am and 1am local time.
toolkit.telemetry.testing.overrideProductsCheck
If true, allow all probes to be recorded no matter what the current product is.
