Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

aleksbrgt/GPOMozilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# GPO for Mozilla GPO Mozilla is an extension for Firefox Thunderbird and Seamonkey. This extension is compatible with Firefox and Thunderbird 1.5 or higher, and Seamonkey 1.0 or higher. ## Usage : The part of the Windows Registry where GPO Mozilla search for preference can be added with an ADM file or a REG file.

.reg file example :
``` [HKEY_CURRENT_USER\Software\Policies\Mozilla\Thunderbird\lockPref] "network.proxy.type"=1 "network.proxy.http"="192.168.1.42" ``` The Mozilla's properties name can be found at about:config (for Firefox) or in the Advanced preferences tab in Thunderbird. Most of the properties can be found at http://kb.mozillazine.org/About:config_entries. A lot of preferencies are in common for Firefox, Thunderbird and Seamonkey.

It is possible to set default or locked preferences. Default preferences will be reset at Firefox, Thunderbird or Seamonkey startup, the user can edit them. Locked preferences will be set one time, the user cannot edit them, they have a grey tint.
The extension starts as soon as Firefox, Thunderbird or Seamonkey starts and apply the preferences found in the Windows Registry.
The extension uses XPCOM components to access to the Windows Registry (nsIWindowsRegKey) and Mozilla Preferences (nsIPrefService).

An icon shows informations at the right bottom of the window (not in Firefox, should be fixed later). Possible icons :

  • : Error, an error as occurred in the script himself (should not happen). If informations on the error(s) are available, they are shown.
  • : Warning, paths to Windows Registry may be false, or no preferences have been updated.
  • : Success, no error, the number of modified elements is shown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published