Search Support

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.

Learn More

How to block extension using "blocked_permissions"

  • Akukho zimpendulo
  • 0 zinale nkinga
  • 8 views
more options

How can I apply a policy based on "blocked_permissions". I've read Chrome documentation but I guess Firefox does not support this parameter. Right? If so, is there any way to request this feature?

I need a policy like

{

 "policies": {
   "ExtensionSettings": {
     "*": {
       "blocked_permissions": ["tabs"]
     }
   }
 }

}

How can I apply a policy based on "blocked_permissions". I've read Chrome documentation but I guess Firefox does not support this parameter. Right? If so, is there any way to request this feature? I need a policy like { "policies": { "ExtensionSettings": { "*": { "blocked_permissions": ["tabs"] } } } }

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