Control use of the Web Bluetooth API

Allows you to set whether websites are allowed to get access to nearby Bluetooth devices. Access can be completely blocked, or the user can be asked every time a website wants to get access to nearby Bluetooth devices.

If this policy is left not set, '3' will be used, and the user will be able to change it.

Supported on: SUPPORTED_WIN7

Control use of the Web Bluetooth API


  1. Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultWebBluetoothGuardSetting
    Value TypeREG_DWORD
    Value2
  2. Allow sites to ask the user to grant access to a nearby Bluetooth device
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultWebBluetoothGuardSetting
    Value TypeREG_DWORD
    Value3


chrome.admx

Administrative Templates (Computers)

Administrative Templates (Users)