From: William Durand Date: Wed, 24 Apr 2024 09:30:59 +0000 (+0200) Subject: Add `temporarily_allow_weak_signatures` to `ExtensionSettings` X-Git-Tag: v5.12~12^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/0b4215df332617e144b0e8fb50c5b5ecd76ea527 Add `temporarily_allow_weak_signatures` to `ExtensionSettings` --- diff --git a/docs/index.md b/docs/index.md index 530283b..b793adc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2888,6 +2888,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\