From fed482d8b5a01cce355331e0e895e8738561ee79 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 19 Jan 2024 03:15:32 -0700 Subject: [PATCH] Add missing policy Signed-off-by: Tommy --- Windows/Content Settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Windows/Content Settings.md b/Windows/Content Settings.md index c2d11c1..e911792 100644 --- a/Windows/Content Settings.md +++ b/Windows/Content Settings.md @@ -12,4 +12,5 @@ | Control the use of File System API for reading -> Don't allow any site to request and read access to files and directories via the File System API | DefaultFileSystemReadGuardSetting: 2 | | Control the use of File System API for writing -> Don't allow any site to request and write access to files and directories via the File System API | DefaultFileSystemWriteGuardSetting: 2 | | Control use of the Web Bluetooth API -> Don't allow any site to request access to Bluetooth devices via the Web Bluetooth API |DefaultWebBluetoothGuardSetting: 2 | +| Control use of WebHID API -> Enabled -> Don't allow any site to request access to HID devices via the WebHID API | DefaultWebHidGuardSetting: 2 | | Allow notifications to set Microsoft Edge as default PDF reader -> Disabled | ShowPDFDefaultRecommendationsEnabled: false | \ No newline at end of file