Code Monkey home page Code Monkey logo

thunderbird-policies's Introduction

These policies are in active development and so might contain changes that do not work with current versions of Thunderbird.

You should use the officially released versions (https://github.com/drlellinger/thunderbird-policies/releases) if you are deploying changes.

Policies can be specified using the Group Policy templates on Windows (https://github.com/drlellinger/thunderbird-policies/tree/master/windows)

Policy Name Description
AppUpdateURL Change the URL for application update.
BlockAboutAddons Block access to the Add-ons Manager (about:addons).
BlockAboutConfig Block access to about:config. (Bug fixed with TB 68.1.1)
BlockAboutProfiles Block access to about:profiles.
Certificates
Certificates -> ImportEnterpriseRoots Trust certificates that have been added to the operating system certificate store by a user or administrator.
Certificates -> Install Install certificates into the Thunderbird certificate store.
DisableAppUpdate Turn off application updates.
DisableDeveloperTools Remove access to all developer tools.
DisableMasterPasswordCreation Remove the master password functionality.
Extensions Control the installation, uninstallation and locking of extensions.
ExtensionSettings Manage all aspects of extensions.
ExtensionUpdate Control extension updates.

AppUpdateURL

Change the URL for application update.

Compatibility: Thunderbird 68
CCK2 Equivalent: N/A
Preferences Affected: app.update.url

Windows

Software\Policies\Mozilla\Thunderbird\AppUpdateURL = "https://yoursite.com"

BlockAboutAddons

Block access to the Add-ons Manager (about:addons).

Compatibility: Thunderbird 68
CCK2 Equivalent: disableAddonsManager
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\BlockAboutAddons = 0x1 | 0x0

BlockAboutConfig

Block access to about:config.

Compatibility: Thunderbird 68
CCK2 Equivalent: disableAboutConfig
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\BlockAboutConfig = 0x1 | 0x0

BlockAboutProfiles

Block access to About Profiles (about:profiles).

Compatibility: Thunderbird 68
CCK2 Equivalent: disableAboutProfiles
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\BlockAboutProfiles = 0x1 | 0x0

Certificates | Install

Install certificates into the Thunderbird certificate store. If only a filename is specified, Thunderbird searches for the file in the following locations:

  • Windows
    • %USERPROFILE%\AppData\Local\Thunderbird\Certificates
    • %USERPROFILE%\AppData\Roaming\Thunderbird\Certificates

Certificates are installed using the trust string CT,CT,.

Binary (DER) and ASCII (PEM) certificates are both supported.

Compatibility: Thunderbird 68
CCK2 Equivalent: certs.ca
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\Certificates\Install\1 = "cert1.der"
Software\Policies\Mozilla\Thunderbird\Certificates\Install\2 = "C:\Users\username\cert2.pem"

DisableAppUpdate

Turn off application updates.

Compatibility: Thunderbird 68
CCK2 Equivalent: disableThunderbirdUpdates
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\DisableAppUpdate = 0x1 | 0x0

DisableDeveloperTools

Remove access to all developer tools.

Compatibility: Thunderbird 68
CCK2 Equivalent: removeDeveloperTools
Preferences Affected: devtools.policy.disabled

Windows

Software\Policies\Mozilla\Thunderbird\DisableDeveloperTools = 0x1 | 0x0`

DisableMasterPasswordCreation

Remove the master password functionality.

Compatibility: Thunderbird 68
CCK2 Equivalent: noMasterPassword
Preferences Affected: N/A

Windows

Software\Policies\Thunderbird\Thunderbird\DisableMasterPasswordCreation = 0x1 | 0x0

Extensions

Control the installation, uninstallation and locking of extensions.

Install is a list of URLs or native paths for extensions to be installed.

Uninstall is a list of extension IDs that should be uninstalled if found.

Locked is a list of extension IDs that the user cannot disable or uninstall.

Compatibility: Thunderbird 68
CCK2 Equivalent: addons
Preferences Affected: N/A

Windows

Software\Policies\Mozilla\Thunderbird\Extensions\Install\1 = "//path/to/xpi"
Software\Policies\Mozilla\Thunderbird\Extensions\Uninstall\1 = "[email protected]"
Software\Policies\Mozilla\Thunderbird\Extensions\Locked\1 = "[email protected]"

ExtensionUpdate

Control extension updates.

Compatibility: Thunderbird 68
CCK2 Equivalent: N/A
Preferences Affected: extensions.update.enabled

Windows

Software\Policies\Mozilla\Thunderbird\ExtensionUpdate = 0x1 | 0x0

thunderbird-policies's People

Contributors

alessandromenti avatar drlellinger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

thunderbird-policies's Issues

Linux support

Is your feature request related to a problem? Please describe.
I need to enforce my addon to my company. So, I need policy templates for linux.
Describe the solution you'd like
Linux counterparts would be awesome. Like in firefox templates :)

Describe alternatives you've considered
None.

Additional context
None.

Preferences section ?

Hi,
I try to add elements in my policies.json in "Preferences": {} but not work.
Is Preferences is supported for Thunderbird ?
I have tried this json:

{
  "policies": {
    "AppAutoUpdate": true,
    "Preferences": {
      "app.update.silent": true,
      "ldap_2.autoComplete.directoryServer": "ldap_2.servers.Annuaire1",
      "ldap_2.autoComplete.useDirectory": true,
      "ldap_2.servers.Annuaire1.auth.dn": "",
      "ldap_2.servers.Annuaire1.auth.saslmech": "",
      "ldap_2.servers.Annuaire1.description": "",
      "ldap_2.servers.Annuaire1.filename": "ldap.sqlite",
      "ldap_2.servers.Annuaire1.maxHits": 10,
      "ldap_2.servers.Annuaire1.uri": "ldaps://myldap/myfilter",
      "ldap_2.servers.Annuaire2.auth.dn": "",
      "ldap_2.servers.Annuaire2.auth.saslmech": "",
      "ldap_2.servers.Annuaire2.description": "",
      "ldap_2.servers.Annuaire2.filename": "ldap-1.sqlite",
      "ldap_2.servers.Annuaire2.maxHits": 10,
      "ldap_2.servers.Annuaire2.uri": "ldaps://myldap/myfiltrer",
      "mailnews.send_default_charset": "UTF-8",
      "mailnews.view_default_charset": "UTF-8"
    },
  }
}

Regards

proxy-config broken

In line 170 in thunderbird.admx the option "parentCategory" is still set to "firefox". This has to be changed to "thunderbird".
In line 171 the option "supportedOn" is still set to "SUPPORTED_FF60". This has to be changed to "SUPPORTED_TB68".

After changing the proxy settings are available in the group policy editor and applied in Thunderbird.

Error in GPO : DTD Forbidden

When I copy admx and adml files of TB on DC server,
after to execute GPEDIT.msc, I have the folowing error ๐Ÿ‘
"DTD Forbidden
file thunderbird.admx,; line 6, column 9"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.