boolean-inverse

Use this policy type if you want to set a policy to false.

If you want to set a policy to true use the boolean policy type.

Example JSON output

{
  "policies": {
    "HardwareAcceleration": false
  }
}

Example screenshot

Example implementation

const policies = {
  HardwareAcceleration : {
    first_available : { mainstream : '62.0', esr : '60.2' },
    ui_category : 'others',
    type : 'boolean-inverse'
  }
}

Last updated