Re: [web-bluetooth] Figure out how to limit access from iframes (#180)

Disable Bluetooth:
`<iframe src="https://example.net/" height="700" width="1200" allow="bluetooth 'none'" title="Iframe Example"></iframe>`

Enable Bluetooth:
 `<iframe src="https://example.net/" height="700" width="1200" allow="bluetooth" title="Iframe Example"></iframe>`

-- 
GitHub Notification of comment by Flo082002
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/180#issuecomment-1522149409 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 25 April 2023 17:19:59 UTC