From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:48:10 +0000 (-0400) Subject: Merge pull request #1094 from willdurand/patch-1 X-Git-Tag: v5.12~12 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/996c285a6814fc1931221c6d79540f31da858290?hp=294a6f721aa8fdad093ae6032bd4834e23b91dca Merge pull request #1094 from willdurand/patch-1 Add `temporarily_allow_weak_signatures` to `ExtensionSettings` --- diff --git a/docs/index.md b/docs/index.md index 277ee14..8eaf0ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2848,6 +2848,7 @@ The configuration for each extension is another dictionary that can contain the | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration. | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension. | `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`. +| `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms. **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\ **CCK2 Equivalent:** N/A\