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

Compare commits

..

3 Commits

Author SHA1 Message Date
07faccfaf9
Revert "block websql"
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 12:09:11 -07:00
0094be02f1
Prevent WebRTC leaking local ip
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 06:54:11 -07:00
b83ceafdfd
Disable Filesystem API
Signed-off-by: Tommy <contact@tommytran.io>
2023-11-15 06:27:15 -07:00

View File

@ -5,6 +5,8 @@
"DefaultInsecureContentSetting": 2, "DefaultInsecureContentSetting": 2,
"DefaultCookiesSetting": 4, "DefaultCookiesSetting": 4,
"DefaultThirdPartyStoragePartitioningSetting": 1, "DefaultThirdPartyStoragePartitioningSetting": 1,
"DefaultFileSystemReadGuardSetting": 2,
"DefaultFileSystemWriteGuardSetting": 2,
"DefaultWebBluetoothGuardSetting": 2, "DefaultWebBluetoothGuardSetting": 2,
"DefaultWebHidGuardSetting": 2, "DefaultWebHidGuardSetting": 2,
"ShowPDFDefaultRecommendationsEnabled": false, "ShowPDFDefaultRecommendationsEnabled": false,
@ -116,7 +118,7 @@
"TranslateEnabled": false, "TranslateEnabled": false,
"UploadFromPhoneEnabled": false, "UploadFromPhoneEnabled": false,
"WebCaptureEnabled": false, "WebCaptureEnabled": false,
"WebRtcLocalhostIpHandling": "DisableNonProxiedUdp",
"VisualSearchEnabled": false, "VisualSearchEnabled": false,
"WalletDonationEnabled": false, "WalletDonationEnabled": false
"WebSQLAccess": false
} }