boolean
Use this policy type if you want to set a policy to true.
Example JSON output
{
"policies": {
"BlockAboutAddons": true
}
}Example screenshot
Example implementation
const policies = {
BlockAboutAddons : {
first_available : { mainstream : '60.0', esr : '60.0' },
ui_category : 'block-access',
type : 'boolean'
}
}Last updated