From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 14 Nov 2019 17:09:09 +0000 (-0600)
Subject: Merge pull request #476 from AlessandroMenti/update-italian-translation
X-Git-Tag: v1.11~5
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/79f47273cc6ad88d93889bb5cb6b617f688b3e69?hp=fb6a37424baf811ad3140630256fbbc4d0c6290d
Merge pull request #476 from AlessandroMenti/update-italian-translation
Add the Italian translation for the new FF70 policies
---
diff --git a/README.md b/README.md
index 50b9a4b..dacabee 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Change the URL for application update.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.url`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
```
@@ -103,7 +103,7 @@ Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
https://yoursite.com
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -121,7 +121,7 @@ See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication f
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
@@ -171,7 +171,7 @@ Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -199,7 +199,7 @@ Block access to the Add-ons Manager (about:addons).
**CCK2 Equivalent:** `disableAddonsManager`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
```
@@ -210,7 +210,7 @@ Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -226,7 +226,7 @@ Block access to about:config.
**CCK2 Equivalent:** `disableAboutConfig`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
```
@@ -237,7 +237,7 @@ Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -253,7 +253,7 @@ Block access to About Profiles (about:profiles).
**CCK2 Equivalent:** `disableAboutProfiles`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
```
@@ -264,7 +264,7 @@ Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -280,7 +280,7 @@ Block access to Troubleshooting Information (about:support).
**CCK2 Equivalent:** `disableAboutSupport`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
```
@@ -291,7 +291,7 @@ Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -307,7 +307,7 @@ Add bookmarks in either the bookmarks toolbar or menu. Only `Title` and `URL` ar
**CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
@@ -335,7 +335,7 @@ Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -358,7 +358,7 @@ Enable or disable the detection of captive portals.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.captive-portal-service.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
```
@@ -369,7 +369,7 @@ Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -389,7 +389,7 @@ See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for m
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `security.enterprise_roots.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
```
@@ -403,7 +403,7 @@ Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -440,7 +440,7 @@ Binary (DER) and ASCII (PEM) certificates are both supported.
**CCK2 Equivalent:** `certs.ca`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
@@ -458,7 +458,7 @@ Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\ce
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -489,7 +489,7 @@ Configure cookie preferences.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
@@ -525,7 +525,7 @@ Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -548,7 +548,7 @@ Remove the "Set As Desktop Background..." menuitem when right clicking on an ima
**CCK2 Equivalent:** `removeSetDesktopBackground`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
```
@@ -560,7 +560,7 @@ Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -575,7 +575,7 @@ Remove the master password functionality.
**CCK2 Equivalent:** `noMasterPassword`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
```
@@ -587,7 +587,7 @@ Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -602,7 +602,7 @@ Turn off application updates.
**CCK2 Equivalent:** `disableFirefoxUpdates`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
```
@@ -613,7 +613,7 @@ Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -628,7 +628,7 @@ Disable the built in PDF viewer. PDF files are downloaded and sent externally.
**CCK2 Equivalent:** `disablePDFjs`\
**Preferences Affected:** `pdfjs.disabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
```
@@ -640,7 +640,7 @@ Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -655,7 +655,7 @@ Remove access to all developer tools.
**CCK2 Equivalent:** `removeDeveloperTools`\
**Preferences Affected:** `devtools.policy.disabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
```
@@ -667,7 +667,7 @@ Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -682,7 +682,7 @@ Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
```
@@ -693,7 +693,7 @@ Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -708,7 +708,7 @@ Remove access to Firefox Screenshots.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.screenshots.disabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
```
@@ -719,7 +719,7 @@ Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -734,7 +734,7 @@ Disable Firefox Accounts integration (Sync).
**CCK2 Equivalent:** `disableSync`\
**Preferences Affected:** `identity.fxaccounts.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
```
@@ -745,7 +745,7 @@ Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -760,7 +760,7 @@ Disable Firefox studies (Shield).
**CCK2 Equivalent:** `disableForget`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
```
@@ -771,7 +771,7 @@ Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -786,7 +786,7 @@ Disable the "Forget" button.
**CCK2 Equivalent:** `disableForget`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
```
@@ -797,7 +797,7 @@ Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -812,7 +812,7 @@ Turn off saving information on web forms and the search bar.
**CCK2 Equivalent:** `disableFormFill`\
**Preferences Affected:** ` browser.formfill.enable`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
```
@@ -823,7 +823,7 @@ Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -838,7 +838,7 @@ Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
**CCK2 Equivalent:** `disablePocket`\
**Preferences Affected:** `extensions.pocket.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
```
@@ -849,7 +849,7 @@ Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -864,7 +864,7 @@ Remove access to private browsing.
**CCK2 Equivalent:** `disablePrivateBrowsing`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
```
@@ -875,7 +875,7 @@ Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -890,7 +890,7 @@ Disables the "Import data from another browser" option in the bookmarks window.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
```
@@ -901,7 +901,7 @@ Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -916,7 +916,7 @@ Disable the Refresh Firefox button on about:support and support.mozilla.org, as
**CCK2 Equivalent:** `disableResetFirefox`\
**Preferences Affected:** `browser.disableResetPrompt`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
```
@@ -927,7 +927,7 @@ Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -944,7 +944,7 @@ On Windows, this disables safe mode via the command line as well.
**CCK2 Equivalent:** `disableSafeMode`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
```
@@ -955,7 +955,7 @@ Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -974,7 +974,7 @@ Prevent the user from bypassing security in certain cases.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
@@ -991,7 +991,7 @@ Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1009,7 +1009,7 @@ Prevent system add-ons from being installed or update.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
```
#### macOS
@@ -1019,7 +1019,7 @@ Prevent system add-ons from being installed or update.
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1036,7 +1036,7 @@ Mozilla recommends that you do not disable telemetry. Information collected thro
**CCK2 Equivalent:** `disableTelemetry`\
**Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
```
@@ -1047,7 +1047,7 @@ Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1062,7 +1062,7 @@ Set the initial state of the bookmarks toolbar. A user can still hide it and it
**CCK2 Equivalent:** `displayBookmarksToolbar`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
```
@@ -1073,7 +1073,7 @@ Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1088,7 +1088,7 @@ Set the initial state of the menubar. A user can still hide it and it will stay
**CCK2 Equivalent:** `displayMenuBar`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
```
@@ -1099,7 +1099,7 @@ Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1120,7 +1120,7 @@ Configure DNS over HTTPS.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.trr.mode`,`network.trr.uri`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
@@ -1140,7 +1140,7 @@ Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1159,7 +1159,7 @@ Don't check if Firefox is the default browser at startup.
**CCK2 Equivalent:** `dontCheckDefaultBrowser`\
**Preferences Affected:** `browser.shell.checkDefaultBrowser`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
```
@@ -1170,7 +1170,7 @@ Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1187,7 +1187,7 @@ You can use ${home} for the native home directory.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
```
@@ -1198,14 +1198,14 @@ Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
${home}/Downloads
```
-#### JSON (macOS and Linux)
+#### policies.json (macOS and Linux)
```
{
"policies": {
"DefaultDownloadDirectory": "${home}/Downloads"
}
```
-#### JSON (Windows)
+#### policies.json (Windows)
```
{
"policies": {
@@ -1221,7 +1221,7 @@ You can use ${home} for the native home directory.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
```
@@ -1232,14 +1232,14 @@ Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
${home}/Downloads
```
-#### JSON (macOS and Linux)
+#### policies.json (macOS and Linux)
```
{
"policies": {
"DownloadDirectory": "${home}/Downloads"
}
```
-#### JSON (Windows)
+#### policies.json (Windows)
```
{
"policies": {
@@ -1263,7 +1263,7 @@ If `Fingerprinting` is set to true, fingerprinting scripts on websites are block
**CCK2 Equivalent:** `dontCheckDefaultBrowser`\
**Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
@@ -1286,7 +1286,7 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1325,7 +1325,7 @@ Control the installation, uninstallation and locking of extensions.
**CCK2 Equivalent:** `addons`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
@@ -1353,9 +1353,7 @@ Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
```
-#### JSON
-
-
+#### policies.json
```
{
"policies": {
@@ -1392,9 +1390,20 @@ The configuration for each extension is another dictionary that can contain the
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
-Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = '{"*": {"installation_mode": "blocked"}}'
+Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
+{
+ "*": {
+ "blocked_install_message": "Custom error message.",
+ "install_sources": ["https://addons.mozilla.org/"],
+ "installation_mode": "blocked"
+ },
+ "uBlock0@raymondhill.net": {
+ "installation_mode": "force_installed",
+ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
+ }
+}
```
#### macOS
```
@@ -1422,7 +1431,7 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = '{"*": {"in
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1447,7 +1456,7 @@ Control extension updates.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.update.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
```
@@ -1458,7 +1467,7 @@ Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1481,7 +1490,7 @@ Configure the default Flash plugin policy as well as origins for which Flash is
**CCK2 Equivalent:** `permissions.plugin`\
**Preferences Affected:** `plugin.state.flash`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
@@ -1508,7 +1517,7 @@ Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1528,7 +1537,7 @@ Customize the Firefox Home page.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.newtabpage.activity-stream.showSearch`,`browser.newtabpage.activity-stream.feeds.topsites`,`browser.newtabpage.activity-stream.feeds.section.highlights`,`browser.newtabpage.activity-stream.feeds.section.topstories`,`browser.newtabpage.activity-stream.feeds.snippets`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
@@ -1557,7 +1566,7 @@ Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1579,7 +1588,7 @@ Control hardware acceleration.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `layers.acceleration.disabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
```
@@ -1590,7 +1599,7 @@ Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1613,7 +1622,7 @@ Configure the default homepage and how Firefox starts.
**CCK2 Equivalent:** `homePage`,`lockHomePage`\
**Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
@@ -1640,7 +1649,7 @@ Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "p
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1665,7 +1674,7 @@ Configure the default extension install policy as well as origins for extension
**CCK2 Equivalent:** `permissions.install`\
**Preferences Affected:** `xpinstall.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
@@ -1686,7 +1695,7 @@ Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1711,7 +1720,7 @@ This policy only work on Windows via GPO (not policies.json).
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
```
@@ -1722,7 +1731,7 @@ Enable linking to local files by origin.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `capability.policy.localfilelinks.*`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
@@ -1737,7 +1746,7 @@ Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1755,7 +1764,7 @@ This policy is only effective if the user profile has not been created yet.
**CCK2 Equivalent:** `removeDefaultBookmarks`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
```
@@ -1766,7 +1775,7 @@ Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1781,7 +1790,7 @@ Enable or disable network prediction (DNS prefetching).
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
```
@@ -1792,7 +1801,7 @@ Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1806,7 +1815,7 @@ Enable or disable the New Tab page.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.newtabpage.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
```
@@ -1817,7 +1826,7 @@ Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1831,7 +1840,7 @@ Control whether or not Firefox offers to save passwords.
**CCK2 Equivalent:** `dontRememberPasswords`\
**Preferences Affected:** `signon.rememberSignons`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
```
@@ -1842,7 +1851,7 @@ Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1857,7 +1866,7 @@ Sets the default value of signon.rememberSignons without locking it.
**CCK2 Equivalent:** `dontRememberPasswords`\
**Preferences Affected:** `signon.rememberSignons`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
```
@@ -1868,7 +1877,7 @@ Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1883,7 +1892,7 @@ Override the first run page. If the value is blank, no first run page is display
**CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
**Preferences Affected:** `startup.homepage_welcome_url`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
```
@@ -1894,7 +1903,7 @@ Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
http://example.org
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1908,7 +1917,7 @@ Override the upgrade page. If the value is blank, no upgrade page is displayed.
**CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
**Preferences Affected:** `startup.homepage_override_url`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
```
@@ -1919,7 +1928,7 @@ Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
http://example.org
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1933,7 +1942,7 @@ Remove access to the password manager via preferences and blocks about:logins on
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `prefs.privacy.disable_button.view_passwords`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
```
@@ -1944,7 +1953,7 @@ Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -1967,7 +1976,7 @@ Set permissions associated with camera, microphone, location, and notifications
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
@@ -2054,7 +2063,7 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2100,7 +2109,7 @@ Configure the default pop-up window policy as well as origins for which pop-up w
**CCK2 Equivalent:** `permissions.popup`\
**Preferences Affected:** `dom.disable_open_during_load`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
@@ -2124,7 +2133,7 @@ Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2226,7 +2235,7 @@ Set and lock certain preferences.
| If false, SSL errors cannot be sent to Mozilla.
| ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
| If false, the Alt key doesn't show the menubar on Windows.
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
@@ -2243,7 +2252,7 @@ Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_v
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2261,7 +2270,7 @@ Ask where to save each file before downloading.
**CCK2 Equivalent:** N/A
**Preferences Affected:** `browser.download.useDownloadDir`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
```
@@ -2272,7 +2281,7 @@ Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2312,7 +2321,7 @@ To specify ports, append them to the hostnames with a colon (:).
**CCK2 Equivalent:** `networkProxy*`\
**Preferences Affected:** `network.proxy.type`,`network.proxy.autoconfig_url`,`network.proxy.socks_remote_dns`,`signon.autologin.proxy`,`network.proxy.socks_version`,`network.proxy.no_proxies_on`,`network.proxy.share_proxy_settings`,`network.proxy.http`,`network.proxy.http_port`,`network.proxy.ftp`,`network.proxy.ftp_port`,`network.proxy.ssl`,`network.proxy.ssl_port`,`network.proxy.socks`,`network.proxy.socks_port`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Proxy\Mode = "none", "system", "manual", "autoDetect", "autoConfig"
Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
@@ -2359,7 +2368,7 @@ Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2388,7 +2397,7 @@ Note: For Firefox 68, this can now be a string so that you can specify an empty
**Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
@@ -2415,7 +2424,7 @@ or
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2437,7 +2446,7 @@ Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Sea
**Compatibility:** Firefox 68, Firefox ESR 68\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `privacy.sanitize.sanitizeOnShutdown`,`privacy.clearOnShutdown.cache`,`privacy.clearOnShutdown.cookies`,`privacy.clearOnShutdown.downloads`,`privacy.clearOnShutdown.formdata`,`privacy.clearOnShutdown.history`,`privacy.clearOnShutdown.sessions`,`privacy.clearOnShutdown.siteSettings`,`privacy.clearOnShutdown.offlineApps`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
@@ -2472,7 +2481,7 @@ Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2495,7 +2504,7 @@ Clear all data on shutdown, including Browsing & Download History, Cookies, Acti
**Compatibility:** Firefox 60, Firefox ESR 60\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `privacy.sanitize.sanitizeOnShutdown`,`privacy.clearOnShutdown.cache`,`privacy.clearOnShutdown.cookies`,`privacy.clearOnShutdown.downloads`,`privacy.clearOnShutdown.formdata`,`privacy.clearOnShutdown.history`,`privacy.clearOnShutdown.sessions`,`privacy.clearOnShutdown.siteSettings`,`privacy.clearOnShutdown.offlineApps`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
```
@@ -2506,7 +2515,7 @@ Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2521,7 +2530,7 @@ Set whether or not search bar is displayed.
**CCK2 Equivalent:** `showSearchBar`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
```
@@ -2533,7 +2542,7 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2556,7 +2565,7 @@ Set the default search engine. This policy is only available on the ESR.
**CCK2 Equivalent:** `defaultSearchEngine`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
```
@@ -2570,7 +2579,7 @@ Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2588,7 +2597,7 @@ Prevent installing search engines from webpages.
**CCK2 Equivalent:** `disableSearchEngineInstall`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
```
@@ -2602,7 +2611,7 @@ Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2620,7 +2629,7 @@ Hide built-in search engines. This policy is only available on the ESR.
**CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
```
@@ -2636,7 +2645,7 @@ Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2670,7 +2679,7 @@ Add new search engines (up to five). This policy is only available on the ESR. `
**CCK2 Equivalent:** `searchplugins`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
@@ -2711,7 +2720,7 @@ Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2740,7 +2749,7 @@ Enable search suggestions.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
```
@@ -2751,7 +2760,7 @@ Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
|
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2767,7 +2776,7 @@ Install PKCS #11 modules.
**CCK2 Equivalent:** `certs.devices`\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
```
@@ -2782,7 +2791,7 @@ Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRA
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2800,7 +2809,7 @@ Set and lock the maximum version of TLS.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `security.tls.version.max`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
```
@@ -2812,7 +2821,7 @@ Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" |
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2828,7 +2837,7 @@ Set and lock the minimum version of TLS.
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `security.tls.version.min`
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
```
@@ -2840,7 +2849,7 @@ Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" |
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2855,7 +2864,7 @@ Add a menuitem to the help menu for specifying support information.
**CCK2 Equivalent:** helpMenu\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
@@ -2875,7 +2884,7 @@ Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
```
-#### JSON
+#### policies.json
```
{
"policies": {
@@ -2894,7 +2903,7 @@ Block websites from being visited. The parameters take an array of Match Pattern
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
-#### Windows
+#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\WebsiteFilters\Block\1 = ""
Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example.org/*"
@@ -2916,7 +2925,7 @@ Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example.
```
-#### JSON
+#### policies.json
```
{
"policies": {
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 10e2d8a..a7c4914 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -58,14 +58,14 @@ Für weitere Informationen, besuchen Sie https://developer.mozilla.org/en-US/doc
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwenden Webseiten die NTLM Authentifizierung nicht.
Für weitere Informationen, besuchen Sie https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.
- Allow Non FQDN
+ Authentifiziert auch auf Nicht-FQDN
Wenn diese Richtlinieneinstellung aktiviert ist, werden SPNEGO und NTLM auf Nicht-FQDN (Fully Qualified Domain Name) Adressen aktiviert sein.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, sind NTLM und SPNEGO auf Nicht-FQDN Adressen nicht aktiviert.
- Allow Proxies
- If this disabled, SPNEGO and NTLM will not authenticate with proxy servers.
+ Authentifiziert auch auf Proxies
+ Wenn diese Richtlinieneinstellung deaktiviert ist, findet keine SPNEGO oder NTLM Authentifizierung gegenüber einem Proxy statt.
-If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.
+Wenn diese Richtlinieneinstellung aktiviert (und das Kontrollkästchen aktiviert) oder nicht konfiguriert ist, findet SPNEGO und NTLM Authentifizierung gegenüber einem Proxy statt.
Zugriff auf Add-ons Manager verhindern
Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer nicht auf den Add-on Manager oder about:addons zugreifen.
@@ -184,7 +184,7 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn
Wenn Sie die Richtlinieneinstellung aktivieren, werden neue System-Add-ons nicht installiert und installierte Add-ons werden nicht mit Updates versorgt.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden System Add-ons installiert und mit Updates versorgt.
- Telemetry deaktivieren
+ Telemetrie deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, werden keine Telemetriedaten versendet.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden Telemetriedaten versendet.
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
new file mode 100644
index 0000000..2d5ebe4
--- /dev/null
+++ b/windows/zh-TW/firefox.adml
@@ -0,0 +1,843 @@
+
+
+
+
+
+
+ Microsoft Windows XP SP2 ææ´æ°çæ¬
+ ä¸åæ¯æ´ã
+ Firefox 60 ææ´æ°çæ¬ãFirefox 60 ESR ææ´æ°çæ¬
+ Firefox 62 ææ´æ°çæ¬ãFirefox 60.2 ESR ææ´æ°çæ¬
+ Firefox 63 ææ´æ°çæ¬
+ Firefox 64 ææ´æ°çæ¬ãFirefox 60.4 ESR ææ´æ°çæ¬
+ Firefox 66 ææ´æ°çæ¬ãFirefox 60.6 ESR ææ´æ°çæ¬
+ Firefox 67 ææ´æ°çæ¬ãFirefox 60.7 ESR ææ´æ°çæ¬
+ Firefox 68 ææ´æ°çæ¬ãFirefox 68 ESR ææ´æ°çæ¬
+ Firefox 68.0.1 ææ´æ°çæ¬ãFirefox 68.0.1 ESR ææ´æ°çæ¬
+ Firefox 60 ESR ææ´æ°çæ¬
+ Firefox 69 ææ´æ°çæ¬ãFirefox 68.1 ESR ææ´æ°çæ¬
+ Firefox 70 ææ´æ°çæ¬ãFirefox 68.2 ESR ææ´æ°çæ¬
+ Firefox
+ æ¬é
+ æå½±æ©
+ 麥å
風
+ ä½ç½®
+ éç¥
+ é©è
+ æ¸ç±¤
+ æè
+
+ Cookie
+ éå å
ä»¶
+ æ´å
å¥ä»¶
+ Flash
+ é¦é
+ æå°
+ å好è¨å®
+ å
許çç¶²ç«
+ å°éçç¶²ç«
+ èªè¨æ´æ°ç¶²å
+ è¥åç¨æ¤ååï¼å¯æå®ç¨ä¾æª¢æ¥æ´æ°ç伺æå¨ç¶²åãç¶æ¨å¨å
§é¨ç¶²è·¯èªè¡æ¶è¨æ´æ°ä¼ºæå¨æææå¹«å©ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨é è¨æ´æ°ç¶²åã
+ SPNEGO
+ è¥åç¨æ¤ååï¼å°å
許æå®çç¶²ç«æ¼ç覽å¨ä¸é²è¡ SPNEGO é©èãæ¸
å®ä¸çé
ç®æ ¼å¼çº mydomain.com æ https://myotherdomain.comã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä¸å
許任ä½ç¶²ç«æ¼ç覽å¨ä¸é²è¡ SPNEGO é©èã
+
+è¥éæ´å¤è³è¨ï¼è«åè https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authenticationã
+ ææ´¾
+ è¥åç¨æ¤ååï¼ç覽å¨å¯éå°æå®çç¶²ç«ææ´¾ä½¿ç¨è
é©èè³è¨çµ¦ä¼ºæå¨ãæ¸
å®ä¸çé
ç®æ ¼å¼çº mydomain.com æ https://myotherdomain.comã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ç覽å¨å°ä¸æææ´¾ä½¿ç¨è
é©èè³è¨å°ä»»ä½ç¶²ç«ç伺æå¨ã
+
+è¥éæ´å¤è³è¨ï¼è«åè https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authenticationã
+ NTLM
+ è¥åç¨æ¤ååï¼å°ä¿¡ä»»æå®çç¶²ç«é²è¡ NTLM é©èãæ¸
å®ä¸çé
ç®æ ¼å¼çº mydomain.com æ https://myotherdomain.comã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä¸ä¿¡ä»»ä»»ä½ç¶²ç«é²è¡ NTLM é©èã
+
+è¥éæ´å¤è³è¨ï¼è«åè https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authenticationã
+ å
許é FQDN
+ è¥åç¨æ¤ååï¼ä¸¦å¾é¸é¸åçï¼ï¼å¯é¨æå
許æ¼é FQDNï¼å®æ´ç¶²åå稱ï¼ç¶²åé²è¡ SPNEGO æ NTLM 身åé©èã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å°é FQDN ç¶²åé²è¡ NTLM æ SPNEGO 身åé©èã
+ å
許代ç伺æå¨
+ è¥åç¨æ¤ååï¼å䏿å°ä»£ç伺æå¨é²è¡ SPNEGO æ NTLM 身åé©èã
+
+è¥åç¨ï¼ä¸¦å¾é¸é¸åçï¼æä¸è¨å®æ¤ååï¼åç¸½æ¯æå°ä»£ç伺æå¨é²è¡ SPNEGO æ NTLM 身åé©èã
+ å°ééå å
件管çå¡
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³éåéå å
件管ç塿 about:addonsã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä½¿ç¨è
åå¯ä»¥éåéå å
件管ç塿 about:addonsã
+ å°é about:config
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³éå about:configã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥éå about:configã
+ å°é about:profiles
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³éå about:profilesã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥éå about:profilesã
+ å°éçé£æè§£è³è¨
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³éåçé£æè§£è³è¨æ about:supportã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥éåçé£æè§£è³è¨æ about:supportã
+ åç¨è¨çºæ¡å¸
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³æåçè¨å®çºç³»çµ±æ¡å¸ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥æåçè¨å®çºç³»çµ±æ¡å¸ã
+ Captive Portal
+ è¥åç¨æ¤ååï¼å°åç¨ Captive Portal æ¯æ´ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ååç¨ Captive Portal æ¯æ´ã
+ å¯å
¥ä¼æ¥æ ¹æè
+ è¥åç¨æ¤ååï¼Firefox å°å¾ Windows æèå²ååè®åæèã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox åä¸æå¾ Windows æèå²ååè®åæèã
+ å®è£æè
+ è¥åç¨æ¤ååï¼Firefox å°èªè¡å®è£ååºçæèãå°å¨ %USERPROFILE%\AppData\Local\Mozilla\Certificates å %USERPROFILE%\AppData\Roaming\Mozilla\Certificates ç¶ä¸å°æ¾æèæªæ¡ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox å°ä¸æå®è£é¡å¤æèã
+ é è¨ä¸è¼è³æå¤¾
+ è¥åç¨æ¤ååï¼å¯è¨å®ä¸è¼é
ç®çé è¨å²åè³æå¤¾ãå¯ä½¿ç¨ ${home} 便å®å®¶ç®éã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨ Firefox çé è¨ä¸è¼è³æå¤¾ã
+ æå®ä¸è¼è³æå¤¾
+ è¥åç¨æ¤ååï¼å¯è¨å®ä¸¦åºå®ä¸è¼é
ç®çé è¨å²åè³æå¤¾ãå¯ä½¿ç¨ ${home} 便å®å®¶ç®éã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨ Firefox çé è¨ä¸è¼è³æå¤¾ï¼ä¸å¯ç±ä½¿ç¨è
è®æ´ã
+ è¨å® DNS Over HTTPS
+ è¥åç¨æ¤ååï¼å¯è®æ´é è¨ DNS over HTTPS è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨é è¨ DNS Over HTTPS è¨å®ã
+ åç¨è¨å®ä¸»æ§å¯ç¢¼
+ è¥åç¨æ¤ååï¼å°ç¡æ³è¨å®ä¸»æ§å¯ç¢¼ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯è¨å®ä¸»æ§å¯ç¢¼ã
+ åç¨æ´æ°
+ è¥åç¨æ¤ååï¼ç覽å¨å°ä¸ææ¥æ¶æ´æ°ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åææ¥æ¶æ´æ°ã
+ åç¨å
§å»º PDF 檢è¦å¨ï¼PDF.jsï¼
+ è¥åç¨æ¤ååï¼å°ä¸æä½¿ç¨ Firefox å
§å»ºæª¢è¦å¨éå PDF æªæ¡ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åæä½¿ç¨ Firefox å
§å»ºæª¢è¦å¨éå PDF æªæ¡ã
+ åç¨éç¼è
å·¥å
·
+ è¥åç¨æ¤ååï¼å°éé Firefox ç¶ä¸çç¶²é éç¼è
å·¥å
·åè½ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä½¿ç¨ Firefox ç¶²é éç¼è
å·¥å
·ã
+ åç¨æè¦åé¥ç¸éåè½
+ è¥åç¨æ¤ååï¼å°ä¸æé¡¯ç¤ºèªªæé¸å®ä¸çãéåºæè¦åé¥ãåãåå ±è©é¨ç¶²ç«ãé
ç®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°æé¡¯ç¤ºèªªæé¸å®ä¸çãéåºæè¦åé¥ãåãåå ±è©é¨ç¶²ç«ãé
ç®ã
+ åç¨ Firefox Accounts
+ è¥åç¨æ¤ååï¼å°åç¨ Firefox Accounts ç¸éåè½ï¼å
å« Syncã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨ Firefox Accounts å Sync ç¸éåè½ã
+ åç¨ Firefox Screenshots
+ è¥åç¨æ¤ååï¼å°ç¡æ³ä½¿ç¨ Firefox Screenshotsã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨ Firefox Screenshotsã
+ åç¨ Firefox Studies
+ è¥åç¨æ¤ååï¼Firefox å°ä¸æå·è¡ SHIELD ç ç©¶æé²è¡ Heartbeat 調æ¥ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
å¯ä»¥èªè¡é¸ææ¯å¦æ¥å SHIELD ç ç©¶æé²è¡ Heartbeat 調æ¥ã
+
+è¥éæ´å¤è³è¨ï¼è«åè https://support.mozilla.org/en-US/kb/shield å https://wiki.mozilla.org/Firefox/Shield/Heartbeat
+ åç¨ãå¿è¨ãæé
+ è¥åç¨æ¤ååï¼å°ç¡æ³ä½¿ç¨ãå¿è¨ãæéã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨ãå¿è¨ãæéã
+ åç¨è¡¨å®å¡«å¯«ç´é
+ è¥åç¨æ¤ååï¼Firefox å°ä¸æä¿ç表å®å¡«å¯«ææå°ç´éã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox åæä¿ç表å®å¡«å¯«åæå°ç´éã
+ åç¨ Pocket
+ è¥åç¨æ¤ååï¼å°ç¡æ³ä½¿ç¨ Pocketã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨ Pocketã
+ åç¨é±ç§ç覽åè½
+ è¥åç¨æ¤ååï¼å°ä¸å
許使ç¨é±ç§ç覽åè½ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨é±ç§ç覽åè½ã
+ åç¨å¯å
¥è¨å®æª
+ è¥åç¨æ¤ååï¼å°åç¨æ¸ç±¤è¦çªä¸çãèªå
¶ä»ç覽å¨å¯å
¥è³æãé¸é
ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥ä½¿ç¨ãèªå
¶ä»ç覽å¨å¯å
¥è³æãé¸é
ã
+ åç¨éæ°æ´çè¨å®æª
+ è¥åç¨æ¤ååï¼å¨ about:support é 颿 support.mozilla.org 就䏿æä¾ãéæ°æ´ç Firefoxãåè½ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åææä¾ãéæ°æ´ç Firefoxãåè½ã
+ åç¨å®å
¨æ¨¡å¼
+ è¥åç¨æ¤ååï¼ç¡æ³éæ°ååç覽å¨é²å
¥å®å
¨æ¨¡å¼ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå
許é²å
¥å®å
¨æ¨¡å¼ã
+ 鲿¢å¿½ç¥æèé¯èª¤
+ è¥åç¨æ¤ååï¼é£ç·æèç¡ææï¼å°ä¸æé¡¯ç¤ºãæ°å¢ä¾å¤ç¶²ç«ãæéï¼å¯é²æ¢ä½¿ç¨è
å¿½ç¥æèé¯èª¤ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥å¿½ç¥æèé¯èª¤ã
+ 鲿¢å¿½ç¥å®å
¨ç覽é¯èª¤
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³å¿½ç¥è¦å並é 訪æå®³ç¶²ç«ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
å¯èªè¡æ±ºå®æ¯å¦é 訪æå®³ç¶²ç«ã
+ åç¨ç³»çµ±éå å
ä»¶æ´æ°
+ è¥åç¨æ¤ååï¼å°ä¸æå®è£æ°ç系統éå å
ä»¶ï¼ä¹ä¸ææ´æ°å·²å®è£ç系統éå å
ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åæå®è£ææ´æ°ç³»çµ±éå å
ä»¶ã
+ åç¨ Telemetry
+ è¥åç¨æ¤ååï¼å°ä¸æä¸å³ Telemetry è³æã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åææ¶é並ä¸å³ Telemetry è³æã
+
+Mozilla å»ºè°æ¨ä¸è¦åç¨ Telemetryãéé Telemetry æ¶éå°çè³è¨å¯å¹«å©çºä¼æ¥ä½¿ç¨è
æé æ´å¥½çç¢åã
+ 顯示æ¸ç±¤å·¥å
·å
+ è¥åç¨æ¤ååï¼é è¨å°é¡¯ç¤ºæ¸ç±¤å·¥å
·åã使ç¨è
鿝å¯ä»¥å°å
¶é±èã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸æé¡¯ç¤ºæ¸ç±¤å·¥å
·åã
+
+
+ ä¸è¦æª¢æ¥æ¯å¦çºé è¨ç覽å¨
+ è¥åç¨æ¤ååï¼Firefox 䏿å¨ååææª¢æ¥æ¯å¦çºé è¨ç覽å¨ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox åæå¨ååææª¢æ¥æ¯å¦çºé è¨ç覽å¨ã
+ è¦å®è£çæ´å
å¥ä»¶
+ è¥åç¨æ¤ååï¼æ¨å¯ä»¥æå®ä¸çµæ´å
å¥ä»¶ç¶²åæè·¯å¾çæ¸
å®ï¼å°å¨ Firefox ååæå®è£ã
+åªè¦è®æ´æ¤æ¸
å®ï¼å°±æéæ°å®è£æ´å
å¥ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å®è£ä»»ä½æ´å
å¥ä»¶ã
+ è¦ç§»é¤çæ´å
å¥ä»¶
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®ä¸çµè¦ç§»é¤çæ´å
å¥ä»¶ ID æ¸
å®ã
+åªè¦è®æ´æ¤æ¸
å®ï¼å°±æç§»é¤æ´å
å¥ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¸æç§»é¤ä»»ä½æ´å
å¥ä»¶ã
+ 鲿¢åç¨æç§»é¤æ´å
å¥ä»¶
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®ä¸çµä¸è®ä½¿ç¨è
ç§»é¤æåç¨ççæ´å
å¥ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿éå®ä»»ä½æ´å
å¥ä»¶ã
+ æ´å
å¥ä»¶æ´æ°
+ è¥åç¨æ¤ååï¼å°ä¸æèªåæ´æ°æ´å
å¥ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°èªåæ´æ°æ´å
å¥ä»¶ã
+ æ´å
å¥ä»¶ç®¡ç
+ è¥åç¨æ¤ååï¼æ¨å¯ä»¥ç¨ JSON ä¾æè¿°æ´å
å¥ä»¶ç®¡çååã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å°ä¸æç®¡çæ´å
å¥ä»¶ã
+
+è¥ééæ¼å»ºç«ååçæ´å¤è³è¨ï¼è«åè https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettingsã
+ 硬é«å é
+ è¥åç¨æ¤ååï¼å°åç¨ç¡¬é«å éåè½ä¸ç¡æ³åç¨ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åæåç¨ç¡¬é«å éåè½ã
+ å³çµ±è¨å®æª
+ è¥åç¨æ¤ååï¼Firefox å°ä¸æåè©¦å°æ¬æ©é»è
¦ä¸ä¸åå¥ç Firefox 建ç«ä¸åçè¨å®æªè³æå¤¾ãä¹çæ¼è¨å® MOZ_LEGACY_PROFILES ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox åæå°æ¯ä¸å¥ Firefox 建ç«ä¸åçè¨å®æªã
+ æ¬æ©æªæ¡éçµ
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®ç¶²ç«å
§å®¹æ¯å¦å
許éçµå°æ¬æ©æªæ¡ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ç¶²ç«åä¸è½éçµå°æ¬æ©æªæ¡ã
+ ç¶²è·¯é æ¸¬
+ è¥åç¨æ¤ååï¼å°åç¨ç¶²è·¯é 測ï¼DNS é è®ï¼åè½ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ååç¨ç¶²è·¯é 測ï¼DNS é è®ï¼åè½ã
+ æ°åé é é¢
+ è¥åç¨æ¤ååï¼å°ä½¿ç¨ç©ºç½é ä½çºæ°åé é é¢ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼æ°åé é é¢å°ä½¿ç¨é è¨å¼ã
+ æä¾å²åç»å
¥è³è¨
+ è¥åç¨æä¸è¨å®æ¤ååï¼Firefox å°æç¤ºå²åç¶²ç«ç»å
¥è³è¨èå¯ç¢¼ã
+
+è¥åç¨æ¤ååï¼Firefox å䏿æä¾å²åç»å
¥è³è¨èå¯ç¢¼ã
+ æä¾å²åç»å
¥è³è¨ï¼é è¨ï¼
+ è¥åç¨æä¸è¨å®æ¤ååï¼Firefox å°æç¤ºå²åç¶²ç«ç»å
¥è³è¨èå¯ç¢¼ï¼ä¸ç¡æ³ééã
+
+è¥åç¨æ¤ååï¼Firefox å°æç¤ºå²åç¶²ç«ç»å
¥è³è¨èå¯ç¢¼ï¼ä¸ç¡æ³éåã
+
+
+
+
+
+ è¥åç¨æ¤ååï¼é¤éåç¨å®è£éå å
ä»¶ï¼å¦åå°å
許å®è£ä¾èªæå®ä¾æºç¶²åçéå å
ä»¶ãè¥æå®äºé ç´ç¶²åå稱ï¼ä¾å¦ http://example.orgï¼ï¼ä¹å°å
許ææä¾èªåç¶²åçéå å
ä»¶ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åéµå¾ªé è¨çéå å
ä»¶ååã
+ å
許å®è£ä¾èªç¶²ç«çéå å
ä»¶
+ è¥åç¨æ¤ååï¼å°ç¡æ³å®è£éå å
ä»¶ã
+
+è¥æªåç¨æè¨å®æ¤ååï¼åå¯å®è£éå å
ä»¶ã
+ è¥åç¨æ¤ååï¼å°å
許ä¾èªæå®ä¾æºç¶²åç Cookieãè¥æå®äºé ç´ç¶²åå稱ï¼ä¾å¦ http://example.orgï¼ï¼ä¹å°å
許ææä¾èªåç¶²åç Cookieã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åéµå¾ªé è¨ç Cookie ååã
+ è¥åç¨æ¤ååï¼å°å°éä¾èªæå®ä¾æºç¶²åç Cookieãè¥æå®äºé ç´ç¶²åå稱ï¼ä¾å¦ http://example.orgï¼ï¼ä¹å°å°éææä¾èªåç¶²åç Cookieã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸å°é Cookieã
+ æ¥åä¾èªç¶²ç«ç Cookie
+ è¥åç¨æ¤ååï¼å°é è¨ä¸æ¥åä¾èªç¶²ç«ç Cookieã
+
+è¥æªåç¨æè¨å®æ¤ååï¼åæ¥åä¾èªç¶²ç«ç Cookieã
+ å
è¨±ç¬¬ä¸æ¹ Cookie
+ è¥æ¥å Cookie 並åç¨äºæ¤ååï¼å°å¯ä»¥è¨å®æ¯å¦è¦æ¥åç¬¬ä¸æ¹ Cookieã
+
+è¥åç¨ææªè¨å®æ¤ååï¼ææ¯ä¸å
許 Cookieï¼åå¿½ç¥æ¤è¨å®ã
+ ç¸½æ¯æ¥å
+ æ°¸ä¸æ¥å
+ åªæ¥åä¾èªé 訪éç¶²ç«ç Cookie visited
+ ä¿ç Cookie ç´å° Firefox éé
+ è¥åç¨æ¤åå並å
許 Cookieï¼Cookie å°å¨ Firefox æå¤±æã
+
+è¥åç¨ææªè¨å®æ¤ååï¼ææ¯ä¸å
許 Cookieï¼åå¿½ç¥æ¤è¨å®ã
+ æçµè¿½è¹¤å¨
+ è¥åç¨æ¤åå並å
許 Cookieï¼Firefox å°é è¨æçµè¿½è¹¤å¨ Cookieã
+
+è¥åç¨ææªè¨å®æ¤ååï¼ææ¯ä¸å
許 Cookieï¼åå¿½ç¥æ¤è¨å®ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´ Cookie å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
è½å¤ èªè¡èª¿æ´ Cookie å好è¨å®ã
+ è¥åç¨æ¤ååï¼å°å
許æå®ä¾æºç¶²åååæå½±æ©ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨æå½±æ©ååååã
+ è¥åç¨æ¤ååï¼å°å°éæå®ä¾æºç¶²åååæå½±æ©ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸æå°éååæå½±æ©ã
+ å°éååæå½±æ©çæ°è«æ±
+ è¥åç¨æ¤ååï¼å°æçµä¸å¨å
許å忏
å®ä¸çç¶²ç«ååæå½±æ©çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä»»ä½ä¸å¨å°éå忏
å®ä¸çç¶²ç«é½å¯ä»¥è«æ±ååæå½±æ©ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´æå½±æ©å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
è½å¤ èªè¡èª¿æ´æå½±æ©å好è¨å®ã
+ è¥åç¨æ¤ååï¼å°ç¸½æ¯å
許ä¾èªæ¸
å®ä¸çç¶²ç«åå麥å
é¢¨çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨éº¥å
風ååååã
+ è¥åç¨æ¤ååï¼å°æçµæ¸
å®ä¸çç¶²ç«åå麥å
é¢¨çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸æå°éåå麥å
風ã
+ å°éåå麥å
é¢¨çæ°è«æ±
+ è¥åç¨æ¤ååï¼å°æçµä¸å¨å
許å忏
å®ä¸çç¶²ç«åå麥å
é¢¨çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä»»ä½ä¸å¨å°éå忏
å®ä¸çç¶²ç«é½å¯ä»¥è«æ±åå麥å
風ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´éº¥å
風å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
è½å¤ èªè¡èª¿æ´éº¥å
風å好è¨å®ã
+ è¥åç¨æ¤ååï¼å°ç¸½æ¯å
許ä¾èªæ¸
å®ä¸çç¶²ç«ååæå¨ä½ç½®çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨ä½ç½®ååååã
+ è¥åç¨æ¤ååï¼å°æçµæ¸
å®ä¸çç¶²ç«ååæå¨ä½ç½®çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸æå°éååæå¨ä½ç½®ã
+ å°éååæå¨ä½ç½®çæ°è«æ±
+ è¥åç¨æ¤ååï¼å°æçµä¸å¨å
許å忏
å®ä¸çç¶²ç«ååæå¨ä½ç½®çæ¬éè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä»»ä½ä¸å¨å°éå忏
å®ä¸çç¶²ç«é½å¯ä»¥è«æ±ååæå¨ä½ç½®ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´ä½ç½®å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
è½å¤ èªè¡èª¿æ´ä½ç½®å享å好è¨å®ã
+ è¥åç¨æ¤ååï¼å°ç¸½æ¯å
許ä¾èªæ¸
å®ä¸çç¶²ç«å³ééç¥ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨éç¥ååã
+ è¥åç¨æ¤ååï¼å°æçµæ¸
å®ä¸çç¶²ç«å³ééç¥ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä¸æå°éå³ééç¥ã
+ å°éå³ééç¥çæ°è«æ±
+ è¥åç¨æ¤ååï¼å°æçµä¸å¨å
許å忏
å®ä¸çç¶²ç«å³ééç¥çè«æ±ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä»»ä½ä¸å¨å°éå忏
å®ä¸çç¶²ç«é½å¯ä»¥è«æ±å³ééç¥ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´éç¥å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨è
è½å¤ èªè¡èª¿æ´ä½ç½®éç¥å好è¨å®ã
+ èªè¨ Firefox é¦é
+ è¥åç¨æ¤ååï¼å°å¯ä»¥è¨å®è¦å¨ Firefox é¦é 顯示åªäºæ®µè½ï¼ä¸¦é²æ¢ä½¿ç¨è
æ´æ¹è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å顯示é è¨æ®µè½ï¼ä½¿ç¨è
ä¹å¯ä»¥æ´æ¹è¨å®ã
+ è¥åç¨æ¤ååï¼é¤éå®å
¨åç¨ Flashï¼å¦åå°å
許æå®ä¾æºç¶²å使ç¨ãè¥æå®äºé ç´ç¶²åå稱ï¼ä¾å¦ http://example.orgï¼ï¼ä¹å°å
許ææåç¶²åä½¿ç¨ Flashã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨ Flash åç¨ååã
+ è¥åç¨æ¤ååï¼å°å°éæå®ä¾æºç¶²åç Flash å
§å®¹ãè¥æå®äºé ç´ç¶²åå稱ï¼ä¾å¦ http://example.orgï¼ï¼ä¹å°å°éææåç¶²åä½¿ç¨ Flashã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¾å¾ªé è¨ Flash å
§å®¹ååã
+ åç¨ç¶²ç«ä¸ç Flash å
§å®¹
+ è¥åç¨æ¤ååï¼å°ç¸½æ¯åç¨ç¶²ç«ä¸ç Flash å
§å®¹ã
+
+è¥åç¨æ¤ååï¼å°ä¸æåç¨ä»»ä½ç¶²ç«ä¸ç Flash å
§å®¹ï¼å°±ç®åæ¼å
許æ¸
å®ä¹æå°éã
+
+è¥ä¸è¨å®æ¤ååï¼åæ¼é»æå¾ææ¾ Flash å
§å®¹ã
+ ä¸å
許調æ´å好è¨å®
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³èª¿æ´ Flash å好è¨å®ã
+
+è¥åç¨æä¸è¨å®æ¤ååå使ç¨è
è½å¤ èªè¡èª¿æ´ Flash å好è¨å®ã
+ è¦è馿¬¡å·è¡é é¢
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦éåç Firefox 馿¬¡å·è¡ï¼firstrunï¼é é¢ãè¥ä¿ç空ç½ï¼å䏿éåé é¢ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å顯示é è¨é¦æ¬¡å·è¡é é¢ã
+ è¦èåç´é é¢
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå® Firefox æ´æ°å¾è¦éåçé é¢ãè¥ä¿ç空ç½ï¼å䏿éåé é¢ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å顯示é è¨åç´é é¢ã
+ ééçè¦½å¨ææ¸
çè³æ
+ è¥åç¨æ¤ååï¼å°å¯ä»¥é¸æè¦å¨éé Firefox ææ¸
çåªäºè³æã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å¨éé Firefox ææ¸
çä»»ä½è³æã
+ è¦å°éçç¶²ç«
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦å°éçç¶²ç«ç¶²åè¦åãè¦åæ ¼å¼æä»¶ä½æ¼ https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patternsãç®åå
æ¯æ´ http/https ç¶²åï¼æå¤ 1000 çé
ç®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å°éä»»ä½ç¶²ç«ã
+ è¦å°éçç¶²ç«çä¾å¤è¦å
+ è¥åç¨æ¤ååï¼ä¸åç¨äºç¶²ç«å°éè¦åï¼å°å¯ä»¥æå®è¦æé¤å°éçç¶²ç«ç¶²åè¦åãè¦åæ ¼å¼æä»¶ä½æ¼ https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patternsãç®åå
æ¯æ´ http/https ç¶²åï¼æå¤ 1000 çé
ç®ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿æ¾è¡ä»»ä½ä¾å¤ç¶²ç«ã
+ æ¸ç±¤ 01
+ æ¸ç±¤ 02
+ æ¸ç±¤ 03
+ æ¸ç±¤ 04
+ æ¸ç±¤ 05
+ æ¸ç±¤ 06
+ æ¸ç±¤ 07
+ æ¸ç±¤ 08
+ æ¸ç±¤ 09
+ æ¸ç±¤ 10
+ æ¸ç±¤ 11
+ æ¸ç±¤ 12
+ æ¸ç±¤ 13
+ æ¸ç±¤ 14
+ æ¸ç±¤ 15
+ æ¸ç±¤ 16
+ æ¸ç±¤ 17
+ æ¸ç±¤ 18
+ æ¸ç±¤ 19
+ æ¸ç±¤ 20
+ æ¸ç±¤ 21
+ æ¸ç±¤ 22
+ æ¸ç±¤ 23
+ æ¸ç±¤ 24
+ æ¸ç±¤ 25
+ æ¸ç±¤ 26
+ æ¸ç±¤ 27
+ æ¸ç±¤ 28
+ æ¸ç±¤ 29
+ æ¸ç±¤ 30
+ æ¸ç±¤ 31
+ æ¸ç±¤ 32
+ æ¸ç±¤ 33
+ æ¸ç±¤ 34
+ æ¸ç±¤ 35
+ æ¸ç±¤ 36
+ æ¸ç±¤ 37
+ æ¸ç±¤ 38
+ æ¸ç±¤ 39
+ æ¸ç±¤ 40
+ æ¸ç±¤ 41
+ æ¸ç±¤ 42
+ æ¸ç±¤ 43
+ æ¸ç±¤ 44
+ æ¸ç±¤ 45
+ æ¸ç±¤ 46
+ æ¸ç±¤ 47
+ æ¸ç±¤ 48
+ æ¸ç±¤ 49
+ æ¸ç±¤ 50
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦å å
¥å° Firefox çæ¸ç±¤ãç±æ¼æ Bug åå¨çéä¿ï¼æ¨å¿
é è¨å®æ¸ç±¤ä½ç½®ãè«æ³¨æå¿
é ç
§é åºè¨å®æ¸ç±¤ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å å
¥æ°æ¸ç±¤ã
+ å·¥å
·å
+
+ ä¸å»ºç«é è¨æ¸ç±¤
+ è¥åç¨æ¤ååï¼å°ä¸æå»ºç«é è¨æ¸ç±¤èæºæ
§æ¸ç±¤ï¼æå¸¸ç覽ãæè¿æ°å¢çæ¨ç±¤ï¼ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åæå»ºç«é è¨æ¸ç±¤èæºæ
§æ¸ç±¤ï¼æå¸¸ç覽ãæè¿æ°å¢çæ¨ç±¤ï¼ã
+
+è¨»ï¼æ¤ååå
å¨è¨å®æªé¦æ¬¡å·è¡åè¨å®æææã
+ é¦é ç¶²å
+ è¥åç¨æ¤ååï¼æ¨å¯ä»¥è¨å®é¦é ç¶²åï¼éå¯ä»¥åºå®è©²ç¶²åã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼ä½¿ç¨è
åå¯ä»¥èªè¡æ´æ¹é¦é è¨å®ã
+ å
¶ä»é¦é
+ è¥åç¨æ¤ååï¼å°å¯è¨å®å
¶ä»é¦é ï¼å°ä»¥å¤ååé çæ¹å¼éåã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå
æä¸é é¦é ã
+ éå§é é¢
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æ´æ¹ Firefox ååæè¦é¡¯ç¤ºçå
§å®¹ãå¯ä»¥æ¯é¦é ãå
åçç覽çæ
ï¼æç©ºç½é ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åé è¨ä½¿ç¨å
åçç覽çæ
ã
+ ç¡
+ é¦é
+ å
åçç覽çæ
+ å¯ç¢¼ç®¡çå¡
+ è¥åç¨æ¤ååï¼å°ç¡æ³æ¼å好è¨å®ä¸ä½¿ç¨å¯ç¢¼ç®¡çå¡ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å坿¼å好è¨å®ä¸ä½¿ç¨å¯ç¢¼ç®¡çå¡ã
+ æç¤ºä¸è¼ä½ç½®
+ è¥åç¨æ¤ååï¼å°ä¸æå使ç¨è
è©¢åæªæ¡ä¸è¼ä½ç½®ã
+
+è¥åç¨æ¤ååï¼åç¸½æ¯æå使ç¨è
è©¢åæªæ¡ä¸è¼ä½ç½®ã
+
+è¥ä¸è¨å®æ¤ååï¼åæå使ç¨è
è©¢åæªæ¡ä¸è¼ä½ç½®ï¼ä½ä½¿ç¨è
ä¹å¯ä»¥èªè¡æ´æ¹é è¨è¡çºã
+ 代ç伺æå¨è¨å®
+ è¥åç¨æ¤ååï¼å°å¯ä»¥èª¿æ´ä¸¦éå®ç¶²è·¯è¨å®ã
+
+è«é¸æé£ç·é¡åï¼ç¶å¾å¡«å¯«å°æç段è½ãç±æ¼æ Bug åå¨çéä¿ï¼æ¨å¿
é 鏿 SOCKS 代ç伺æå¨ççæ¬ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å使ç¨é è¨ç¶²è·¯è¨å®ï¼ä¸ä½¿ç¨è
å¯èªè¡èª¿æ´ã
+ SOCKS v4
+ SOCKS v5
+ 代ç伺æå¨èªåè¨å®ç¶²å
+ å
ææ¼é¸æèªåè¨å®ä»£ç伺æå¨æï¼è¨å®éäºé
ç®
+ ä¸ç¶ç±ä»£ç伺æå¨éåä¸åç¶²å
+ å
ææ¼é¸ææåæå®ä»£ç伺æå¨æï¼è¨å®éäºé
ç®
+ é£ç·é¡å
+ ä¸ä½¿ç¨ä»£ç伺æå¨
+ 使ç¨ç³»çµ±ä»£ç伺æå¨è¨å®
+ æåè¨å®ä»£ç伺æå¨
+ èªå嵿¸¬ä»£ç伺æå¨è¨å®
+ 代ç伺æå¨èªåè¨å®ç¶²å
+ 追蹤ä¿è·
+ è¥ä¸è¨å®æ¤ååï¼å¨ä¸è¬ç覽模å¼å°ä¸æé è¨éå追蹤ä¿è·ï¼èå¨é±ç§ç覽模å¼ä¸å°æéåï¼ä½¿ç¨è
å¯èªè¡èª¿æ´è¨å®ã
+
+è¥åç¨æ¤ååï¼åæå¨ä¸è¬èé±ç§ç覽模å¼ä¸é½åç¨è¿½è¹¤ä¿è·åè½ï¼ä¸ä½¿ç¨è
ç¡æ³éåã
+
+è¥åç¨æ¤ååï¼åæå¨ä¸è¬èé±ç§ç覽模å¼ä¸é½åç¨è¿½è¹¤ä¿è·åè½ï¼ä¸æ¨å¯ä»¥æ±ºå®æ¯å¦è¦å
許è®ä½¿ç¨è
èªè¡æ´æ¹è¨å®ã
+ è«æ±èªç³»
+ è«æ±èªç³»ï¼å串ï¼
+ è¥åç¨æ¤ååï¼æ¨å¯ä»¥æå®è¦ç±æç¨ç¨å¼é¡¯ç¤ºçèªç³»é åºæ¸
å®ãå°ä½¿å¾å°æçèªè¨å¥ä»¶çæã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼æç¨ç¨å¼å°ä½¿ç¨é è¨èªç³»ã
+ å®å
¨æ§è£ç½®
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦å®è£ç PKCS #11 æ¨¡çµæ¸
å®ãéæ¼è¨å®ä¸æå®æ¨¡çµå稱å宿´è·¯å¾ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å®è£å
¶ä»ç PKCS #11 模çµã
+ æå°åä½ç½®
+ è¥åç¨æ¤ååï¼å°å¯ä»¥è¨å®æå°åæ¯å¦è¦èªç¶²åååé¢ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼æ°ä½¿ç¨è
çæå°åå°åä½µæ¼ç¶²ååå
§ï¼å¾ Firefox 56 æä¹åçæ¬åç´ä¸ä¾ç使ç¨è
ï¼åæç¨ç«æ¼å·¥å
·åä¸ã
+ æå°å¼æ 1
+ æå°å¼æ 2
+ æå°å¼æ 3
+ æå°å¼æ 4
+ æå°å¼æ 5
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦å å
¥ Firefox çæå°å¼æãè«ä½¿ç¨ {searchTerms} 便å®è¦å代æ¼ç¶²åä¸çæå°è©ãç±æ¼æ Bug åå¨çéä¿ï¼æ¨å¿
é æå®æ¥è©¢æ¹æ³ï¼éå¸¸æ¯ GETï¼ãè«æ³¨æå¿
é ç
§é åºè¨å®æå°å¼æã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼å䏿å å
¥æå°å¼æã
+ åä½µæ¼ç¶²ååå
§
+ ç¨ç«æ¼å·¥å
·åä¸
+ GET
+ POST
+ é è¨æå°å¼æ
+ è¥åç¨æ¤ååï¼å°å¯ä»¥è¨å®é è¨è¦ä½¿ç¨çæå°å¼æå稱ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä½¿ç¨ Firefox æå°å¼æã
+ 鲿¢å®è£æå°å¼æ
+ è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³å¾ç¶²é å®è£æå°å¼æã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åå¯ä»¥å¾ç¶²é å®è£æå°å¼æã
+ ç§»é¤æå°å¼æ
+ è¥åç¨æ¤ååï¼å°å¯ä»¥æå®è¦ç§»é¤æé±èçæå°å¼æã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼åä¸æç§»é¤æé±èæå°å¼æã
+ æå°å»ºè°
+ è¥åç¨æ¤ååï¼å°åç¨æå°å»ºè°åè½ã
+
+è¥åç¨æ¤ååï¼å°åç¨æå°å»ºè°åè½ã
+
+è¥ä¸è¨å®æ¤ååï¼åæåç¨æå°å»ºè°åè½ï¼ä¸ä½¿ç¨è
å¯èªè¡é鿤åè½ã
+ åç¨çæä½ SSL çæ¬
+ è¥åç¨æ¤ååï¼Firefox å°ä¸æä½¿ç¨ä½æ¼æå®çæ¬ç SSL/TLS çæ¬é²è¡é£ç·ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox çé è¨æä½çæ¬çº TLS 1.0ã
+ åç¨çæé« SSL çæ¬
+ è¥åç¨æ¤ååï¼å°ä¸æä½¿ç¨é«æ¼æå®çæ¬ç SSL/TLS çæ¬é²è¡é£ç·ã
+
+è¥åç¨æä¸è¨å®æ¤ååï¼Firefox çé è¨æé«çæ¬çº TLS 1.3ã
+ TLS 1.0
+ TLS 1.1
+ TLS 1.2
+ TLS 1.3
+
+
+ è¥åç¨æ¤ååï¼å好è¨å®å°éå®çº trueãè¥åç¨æ¤ååï¼å好è¨å®åéå®çº falseã
+
+è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
+ è¥åç¨æ¤ååï¼å好è¨å®å°éå®çºè¼¸å
¥çå串ãè¥åç¨æ¤ååï¼å䏿çæã
+
+è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
+ è¥åç¨æ¤ååï¼å好è¨å®å°éå®çºè¼¸å
¥çå¼ãè¥åç¨æ¤ååï¼å䏿çæã
+
+è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesã
+ å·²ä¸åæ¼ Windows 平尿¯æ´æ¤å好è¨å®ãæåéå¨è©ä¼°æ¯å¦è¦å»ºç«ååã
+ èªåï¼0ï¼
+ 總æ¯ééï¼1ï¼
+ æ¯æ¬¡è©¢å
+ èªå鏿
+ accessibility.force_disabled
+ app.update.autoï¼å·²æ£ç¨ï¼
+ browser.bookmarks.autoExportHTML
+ browser.bookmarks.file
+ browser.bookmarks.restore_default_bookmarks
+ browser.cache.disk.enable
+ browser.fixup.dns_first_for_single_words
+ browser.places.importBookmarksHTML
+ browser.safebrowsing.phishing.enabled
+ browser.safebrowsing.malware.enabled
+ browser.search.update
+ browser.tabs.warnOnClose
+ browser.cache.disk.parent_directory
+ browser.slowStartup.notificationDisabled
+ browser.taskbar.previews.enable
+ browser.urlbar.suggest.bookmark
+ browser.urlbar.suggest.history
+ browser.urlbar.suggest.openpage
+ datareporting.policy.dataSubmissionPolicyBypassNotification
+ dom.allow_scripts_to_close_windows
+ browser.dom.disable_window_flip
+ dom.disable_window_move_resize
+
+ dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl
+ dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl
+ extensions.blocklist.enabled
+ geo.enabled
+ extensions.getAddons.showPane
+ intl.accept_languages
+ media.eme.enabled
+ media.gmp-gmpopenh264.enabled
+ media.gmp-widevinecdm.enabled
+ network.dns.disableIPv6
+ network.IDN_show_punycode
+ places.history.enabled
+ print.save_print_settings
+ security.default_personal_cert
+ security.ssl.errorReporting.enabled
+ security.mixed_content.block_active_content
+
+
+
+
+
+
+
+
+
+
+
+
+ 總æ¯å
許æ¼é FQDN ç¶²åé²è¡ NTLM é©è
+ 總æ¯å
許æ¼é FQDN ç¶²åé²è¡ SPNEGO é©è
+
+
+ èªåå
許å°ä»£ç伺æå¨é²è¡ NTLM é©è
+ èªåå
許å°ä»£ç伺æå¨é²è¡ SPNEGO é©è
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ä¸å
許調æ´è¿½è¹¤ä¿è·å好è¨å®ã
+ å°éå å¯è²¨å¹£æ¡ç¤¦ç¨å¼ã
+ å°éæ¸ä½æç´è¿½è¹¤ç¨å¼ã
+
+
+
+
+
+
+
+ ç¶²åï¼
+
+
+
+ ä¸å
è¨±è®æ´é¦é ã
+
+
+ å
¶ä»é¦é
+
+
+
+
+
+ æ¨é¡ï¼
+
+
+
+ ç¶²åï¼
+
+
+
+ Favicon ç¶²åï¼
+
+
+
+ ç½®æ¼ï¼
+
+ è³æå¤¾å稱ï¼
+
+
+
+
+
+
+
+
+
+
+
+ Method:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ä¸å
è¨±è®æ´ä»£ç伺æå¨è¨å®ã
+ é£ç·é¡åï¼
+
+ HTTP 代ç伺æå¨ï¼
+
+
+
+ ææéè¨åå®é½ä½¿ç¨æ¤ä»£ç伺æå¨ã
+ SSL 代ç伺æå¨ï¼
+
+
+
+ FTP 代ç伺æå¨ï¼
+
+
+
+ SOCKS 主æ©ï¼
+
+
+
+ SOCKS çæ¬ï¼
+
+ No proxy for
+
+
+
+ ç¯ä¾: .mozilla.org, .net.tw, 192.168.1.0/24
+ Proxy èªåè¨å®ç¶²åï¼
+
+
+
+ è¥å·²å²åå¯ç¢¼åä¸è¦æç¤ºé©èã
+ ä½¿ç¨ SOCKS v5 æä¹ä»£ç DNS æ¥è©¢ã
+
+
+ æä¾è
ç¶²åï¼
+
+
+
+ åç¨ DNS over HTTPSã
+ ä¸å
è¨±è®æ´ DNS over HTTPS å好è¨å®ã
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ å¿«å
+ Cookie
+ ä¸è¼ç´é
+ 表å®èæå°ç´é
+ ä¸ç¶²ç´é
+ å·²ç»å
¥çé£ç·
+ ç¶²ç«å好è¨å®
+ ç¶²ç«é¢ç·è³æ
+
+
+ æå°
+ ç±éç¶²ç«
+ ä¸è¼ç´é
+ Pocket æ¨è¦é
ç®
+ é»åçèª
+ ä¸å
è¨±è®æ´è¨å®
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/windows/zh-TW/mozilla.adml b/windows/zh-TW/mozilla.adml
new file mode 100644
index 0000000..9fbed1f
--- /dev/null
+++ b/windows/zh-TW/mozilla.adml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+ Mozilla
+
+
+