X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/d36225ebe89fba25c99ec8f5dec0c20ec6cee8c1..db424cb4882ac5eb4511ef0a92dad8ead5c1bc19:/index.html?ds=sidebyside diff --git a/index.html b/index.html index 37a35ab..50f3e53 100644 --- a/index.html +++ b/index.html @@ -1 +1,712 @@ -Testing HTML page + +
+BlockAboutAddons | + +Prevent access to the Add-ons Manager and about:addons | +
BlockAboutConfig | + +Prevent access to about:config | +
BlockAboutProfiles | + +Prevent access to about:profiles | +
BlockAboutSupport | + +Prevent access to about:support | +
Certificates | + ++ |
ImportEnterpriseRoots | + +Read certificates from the Windows certificate store. | +
Cookies | + ++ |
Allow | + +Sites that are always allowed to set cookies | +
Block | + +Sites that are blocked from setting cookies | +
Default | + +Default cookie setting | +
AcceptThirdParty | + +Accept third-party cookies | +
ExpireAtSessionEnd | + +When cookies expire | +
Locked | + +Don't allow cookie preferences to be changed | +
DisableSetDesktopBackground | + +Disable setting an image as the desktop background | +
DisableMasterPasswordCreation | + +Remove the master password functionality | +
DisableAppUpdate | + +Turn off application update | +
If this policy is set to true, the user can not access the Add-ons Manager or about:addons.
+If this policy is set to true, the user can not access about:config.
+If this policy is set to true, the user can not access about:profiles.
+If this policy is set to true, the user can not access about:support and the "Troubleshooting Information menu" is disabled.
+If this policy is set to true, the "Set As Desktop Background..." menuitem is removed. +
"Certificates": { + "ImportEnterpriseRoots": [true|false] +}
If this policy is set to true, Firefox will read certificates from the Windows certificate store. +
"Cookies": { + "Allow": ["http://example.org", "http://example.com"] +}
If this policy is set, cookies are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well.
+"Cookies": { + "Block": ["http://example.org", "http://example.com"] +}
If this policy is set, cookies are never allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well.
+"Cookies": { + "Default": [true|false] +}
If this policy is set to false, Firefox will not accept cookies. +
"Cookies": { + "AcceptThirdParty": ["always"|"never"|"from-visited"] +}
If you have enabled cookies, you can use this policy to determine how third-party cookies are handled: +
"Cookies": { + "ExpireAtSessionEnd": [true|false] +}
If this policy is set to true, cookies will expire when Firefox is closed. +
"Cookies": { + "Locked": [true|false] +}
If this policy is set to true, cookie preferences cannot be changed. +
If this policy is set to true, the master password functionality is removed from the browser. +
If this policy is set to true, Firefox updates are disabled and locked. +