Showing questions for topic:
  • Extensions
Showing questions tagged:

Disable Add-ons

How to disable Firefox add-ons in order to block to install temporary extensions. I am generating policies via Firefox Policy generator. { "name": "myconfig", "time": … (read more)

How to disable Firefox add-ons in order to block to install temporary extensions. I am generating policies via Firefox Policy generator. {

 "name": "myconfig",
 "time": "2025-12-14T13:17:27.479Z",
 "configuration": {
   "arrayfields": {},
   "checkboxes": {
     "BlockAboutAddons": true,
     "BlockAboutConfig": true,
     "BlockAboutProfiles": true
   },
   "input": {},
   "textareas": {},
   "select": {}
 }

}

Open 1 698

Are extensions installed via `ExtensionSettings` auto-updated?

I have a few questions regarding the auto-update policy of extensions installed via ExtensionSettings with the force_installed installation mode. Can the extension rece… (read more)

I have a few questions regarding the auto-update policy of extensions installed via ExtensionSettings with the force_installed installation mode.

  1. Can the extension receive auto-updates just like extensions installed through normal means? (e.g. extensions installed from https://addons.mozilla.org)
  2. If so, will the user be notified when the extension requests new permissions?
Solved Archived 1 186