]> git.p6c8.net - policy-templates.git/commitdiff
Add `temporarily_allow_weak_signatures` to `ExtensionSettings`
authorWilliam Durand <will+git@drnd.me>
Wed, 24 Apr 2024 09:30:59 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 09:30:59 +0000 (11:30 +0200)
docs/index.md

index 530283b5cdef5d9b25a8f34ff21a89ae0da72ef9..b793adc5c83489cde1874fa1e3133130628443c4 100644 (file)
@@ -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\

patrick-canterino.de