]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1094 from willdurand/patch-1
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 10 Jun 2024 15:48:10 +0000 (11:48 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 15:48:10 +0000 (11:48 -0400)
Add `temporarily_allow_weak_signatures` to `ExtensionSettings`

docs/index.md

index 277ee14f36c00f89a91604c7bc7d8738f96e24ee..8eaf0ab5f2e38e8d1098d1b1519be02293673f4a 100644 (file)
@@ -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\

patrick-canterino.de