From cb8a7875c9abcb000891bf959dcf33b06993e56a Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:13:43 -0400 Subject: [PATCH] Remove deprecation message for old Extensions policy. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 643a467..93975ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3172,9 +3172,9 @@ Value (string): ### Extensions Control the installation, uninstallation and locking of extensions. -We strongly recommend that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs. +Note: The **[`ExtensionSettings`](#extensionsettings)** policy was added in Firefox 69. It provides additional functionality and is closer in compatibility to Chrome and Edge. It does not support native paths, though, so you'll have to use file:/// URLs. I'd recommend trying it before using this policy. Any future improvements will happen in that policy. -This method will be deprecated in the near future. +We will not, however, be removing this policy. `Install` is a list of URLs or native paths for extensions to be installed. -- 2.43.0