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

Disable "Use recommended performance settings" through policies.json

  • 1 reply
  • 1 has this problem
  • 5 views
  • Last reply by cor-el

more options

Dear Madam or Sir,

there seem to be new performance settings to be available since Firefox 91: https://support.mozilla.org/en-US/kb/performance-settings

While I have been able to "Use hardware acceleration when available" by using ...

{

 "policies": {
   "HardwareAcceleration": false
 }

}


... I could not find any setting to disable "Use recommended performance settings". Is there any possible way to disable this feature in dsitribution/policies.json ?

Thank you very much in advance!

Best regards

Victor

Dear Madam or Sir, there seem to be new performance settings to be available since Firefox 91: https://support.mozilla.org/en-US/kb/performance-settings While I have been able to "Use hardware acceleration when available" by using ... { "policies": { "HardwareAcceleration": false } } ... I could not find any setting to disable "Use recommended performance settings". Is there any possible way to disable this feature in dsitribution/policies.json ? Thank you very much in advance! Best regards Victor

All Replies (1)

more options

This feature is controlled by a pref, so you can use a Preferences policy to lock this pref (browser. preferences are supported).

I have attached a screenshot that show this section in this section in the Inspector.