option('distributor_name',
  type: 'string',
  value: 'GNOME Web',
  description: 'Distributor name displayed on process crash page'
)

option('enable_https_everywhere',
  type: 'boolean',
  value: false,
  description: 'Enable experimental HTTPS Everywhere support'
)

option('enable_unit_tests',
  type: 'boolean',
  value: true,
  description: 'Enable unit tests'
)
