1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-11-21 09:51:34 -05:00

Disable Filesystem API

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-15 06:27:15 -07:00
parent 5d13d3c36d
commit b83ceafdfd
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17

View File

@ -5,6 +5,8 @@
"DefaultInsecureContentSetting": 2,
"DefaultCookiesSetting": 4,
"DefaultThirdPartyStoragePartitioningSetting": 1,
"DefaultFileSystemReadGuardSetting": 2,
"DefaultFileSystemWriteGuardSetting": 2,
"DefaultWebBluetoothGuardSetting": 2,
"DefaultWebHidGuardSetting": 2,
"ShowPDFDefaultRecommendationsEnabled": false,