From 0b4215df332617e144b0e8fb50c5b5ecd76ea527 Mon Sep 17 00:00:00 2001 From: William Durand Date: Wed, 24 Apr 2024 11:30:59 +0200 Subject: [PATCH] Add `temporarily_allow_weak_signatures` to `ExtensionSettings` --- docs/index.md | 1 + 1 file changed, 1 insertion(+) 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\ -- 2.34.1