Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Disable Add-ons

  • 1 odpoveď
  • 0 má tento problém
  • 676 zobrazení
  • Posledná odpoveď od Mike Kaply

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": {}
 }

}

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": {} } }

Všetky odpovede (1)

In order to disable the "temporary addon" button, you would need to disable the installation of any addons.

To do that, you can use ExtensionSettings. (https://mozilla.github.io/policy-templates/#extensionsettings)

It doesn't look like policy generator supports any complex stuff, so after you create the JSON, add a section that looks like this:

"ExtensionSettings": {

 "*": {
   "installation_mode": "blocked"
 }

}

Upravil(a) Mike Kaply dňa

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.