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),也將允許所有來自子網域的彈出視窗。 + +若停用或不設定此原則,則遵循預設的彈出視窗原則。 + 允許網站顯示彈出視窗 + 若停用此原則,預設將允許來自所有網站的彈出視窗。 + +若未啟用或設定此原則,將封鎖來自所有網站的彈出視窗。。 + 不允許更改允許偏好設定 + 若啟用此原則,使用者將無法調整彈出視窗偏好設定。 + +若停用或不設定此原則,則使用者能夠自行調整彈出視窗偏好設定。 + 若啟用此原則,除非停用安裝附加元件,否則將允許安裝來自指定來源網址的附加元件。若指定了頂級網域名稱(例如 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.event.contextmenu.enabled + 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 + ui.key.menuAccessKeyFocuses + + + + + + + + + + + + 總是允許於非 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 + + +