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

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Disable Add-ons

  • 1 การตอบกลับ
  • 0 คนมีปัญหานี้
  • 808 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย Mike Kaply
  • Open

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

การตอบกลับทั้งหมด (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"
 }

}

เปลี่ยนแปลงโดย Mike Kaply เมื่อ

ถามคำถาม

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.