Firefox Browser Eklentileri
  • Uzantılar
  • Temalar
    • Firefox için
    • Sözlükler ve dil paketleri
    • Diğer tarayıcı siteleri
    • Android eklentileri
Giriş
Enterprise Policy Generator ön izlemesi

Enterprise Policy Generator geliştiren: Sören Hentzschel

The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.

4.8 (41 reviews)4.8 (41 reviews)
696 kullanıcı696 kullanıcı
Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
Firefox’u indir ve uzantıyı yükle
Dosyayı indir

Uzantı meta verileri

Ekran görüntüleri
Bu uzantı hakkında
Generates Enterprise Policies for Firefox.

With Firefox 60 and Firefox ESR 60, Mozilla has introduced the so-called Enterprise Policy Engine. The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The advantage of this configuration file over Group Policy Objects (GPO) is that this method does not only work on Windows, but cross-platform on Windows, Apple macOS and Linux.

Although this extension is not directly related to the CCK2 Wizard, it shares the same idea as CCK2 Wizard, but it is for Firefox 60 or higher and Enterprise Policies. The Enterprise Policy Generator helps to create the configuration file, so that no in-depth study of the documentation and all possible options is necessary. Administrators can simply click together the desired Enterprise Policies.

<b>Enterprise Policy Generator is a WebExtension and compatible with Firefox Browser 60 and higher (Firefox Browser 68 or higher is required for the latest version of Enterprise Policy Generator).</b>

<b>Features</b>

<ul>
<li>simply click together the desired Enterprise Policies</li>
<li>supports all policies which are supported by Firefox 60</li>
<li>validation for mandatory fields and URLs</li>
<li>special marking of policies that only work with Firefox ESR</li>
<li>info links for some policies to get additional information</li>
<li>you can save any number of different configurations, load them at a later time (and of course delete them)</li>
<li>you can also export configurations and import them on other devices</li>
<li>if a policy requires a newer version than Firefox 60.0 or Firefox ESR 60.0 a notice is displayed</li>
<li>a filter field allows to search in the descriptions of the policies and in the internal policy names</li>
</ul>

<b>Shortcuts</b>

The interface can be accessed via the toolbar button or the keyboard. For this purpose the combination <b>Shift + F10</b> is reserved. Or you can open the interface via a menu entry in the tools menu.

<b>Planned features</b>

You can find the roadmap and request new features in the <a href="https://github.com/cadeyrn/enterprise-policy-generator/issues">issues tracker</a>.

<b>Languages</b>

The extension is currently available in the following languages:

<ul>
<li>English</li>
<li>German</li>
<li>French (Thanks, Rom and Toinane!)</li>
<li>Simplified Chinese (Thanks, fang5566 and yfdyh000!)</li>
<li>Russian (Thanks, wvxwxvw and solokot!)</li>
<li>Upper Sorbian (Thanks, milupo!)</li>
<li>Lower Sorbian (Thanks, milupo!)</li>
</ul>

<b>Permissions</b>

Enterprise Policy Generator needs several permissions to work properly. To give you full transparency this overview also lists “silent“ permissions.

Mandatory permissions:

No special permissions are needed to install and use Enterprise Policy Generator!

optional permissions

This permission is not needed to install and use Enterprise Policy Generator but Enterprise Policy Generator will ask you at runtime once the following permissions is needed:
  • download files and read and modify the browser's download history

This permission is needed for providing the option to download the generated “policies.json” file or to export configurations.

Silent permissions:

Enterprise Policy Generator needs some more permissions, but Firefox does not prompt for the following permissions:
  • menus

The menus permission is needed for providing a menu entry in the tools menu to access Enterprise Policy Generator's user interface.
  • storage (since 2.0.0)

The storage permission is needed so that you can save and load configurations.
41 inceleyiciden 4,8 puan aldı
Bu uzantıya puan vermek için giriş yapın
Henüz hiç puan yok

Puan kaydedildi

5
36
4
4
3
0
2
0
1
1
41 incelemenin hepsini oku
İzinler ve verilerDaha fazla bilgi al

İsteğe bağlı izinler:

  • Dosya indirme, tarayıcının indirme geçmişini okuma ve değiştirme
Daha fazla bilgi
Eklenti bağlantıları
  • Ana sayfa
  • Destek sitesi
Sürüm
7.0.0
Boyut
155,57 KB
Son güncelleme
5 gün önce (8 Eyl 2025)
İlgili kategoriler
  • Diğer
Lisans
Mozilla Kamu Lisansı 2.0
Sürüm geçmişi
  • Tüm sürümleri göster
Koleksiyona ekle
Bu eklentiyi rapor et
Bu geliştiriciyi destekleyin

Bu uzantının geliştiricisi, küçük bir bağışta bulunarak gelişimin devamı için katkıda bulunmanızı rica ediyor.

Bağış yap

7.0.0 sürüm notları
Enhancements
  • Firefox 128 or higher is required now. Also, Enterprise Policy Generator no longer displays the minimum required Firefox version for policies implemented before Firefox 128.0

Bugfixes
  • Fixed a bug that caused the value for the OverrideFirstRunPage policy to be “undefined” when the configuration was exported and then reimported

Enterprise Policies
  • Added support for mathml.disabled, privacy.baselineFingerprintingProtection, privacy.fingerprintingProtection, security.csp.reporting.enabled, security.pki.certificate_transparency.disable_for_hosts, security.pki.certificate_transparency.disable_for_spki_hashes, security.pki.certificate_transparency.mode, svg.context-properties.content.enabled, svg.disabled, webgl.disabled, webgl.force-enabled and xpinstall.enabled, removed support for security.osclientcerts.assume_rsa_pss_support in Preferences policy
  • Reintroduced the DisableBuiltinPDFViewer policy with a new description, as the behavior was changed in Firefox 140. Support for this policy was originally removed in Enterprise Policy Generator 6.0 because the PDFjs policy was introduced to get the same behavior. The DisableBuiltinPDFViewer and PDFjs policies exclude each other
  • Updated some descriptions for EnableTrackingProtection policy
  • Updated EnableTrackingProtection to support the SuspectedFingerprinting option
  • Updated EnableTrackingProtection to support the BaselineExceptions and ConvenienceExceptions options
  • Updated EnableTrackingProtection to support the Category option
  • Updated Permissions policy to support the configuration of screen sharing requests
  • Updated SanitizeOnShutdown policy: removed obsolete Downloads and OfflineApps options, added compatibility note for FormData option, improved order and descriptions of all options
  • The temporarily_allow_weak_signatures option in the ExtensionSettings policy was only available as a global option, but not for individual extensions
  • Replaced DisableFirefoxAccounts policy by DisableAccounts policy and migrated existing configurations
  • Removed DisablePrivateBrowsing policy and migrated to PrivateBrowsingModeAvailability policy in existing configurations

Code Quality
  • Use CSS nesting for better CSS maintainability
  • Replaced JavaScript method to hide empty categories after filtering with CSS solution
Sören Hentzschel tarafından geliştirilen diğer uzantılar
  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

Mozilla'nın ana sayfasına gidin

Eklentiler

  • Hakkında
  • Firefox Eklentileri Blogu
  • Uzantı Atölyesi
  • Geliştirici Merkezi
  • Geliştirici Politikaları
  • Topluluk Blogu
  • Forum
  • Hata bildir
  • İnceleme rehberi

Tarayıcılar

  • Desktop
  • Mobile
  • Enterprise

Ürünler

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Gizlilik
  • Çerezler
  • Hukuki Bilgiler

Aksi belirtilmedikçe bu sitedeki içerikler Creative Commons Attribution Share-Alike Lisansı v3.0 veya daha yeni sürümüyle lisanslanmıştır.