1
0
mirror of https://github.com/TommyTran732/Microsoft-Edge-Policies synced 2024-11-25 03:11:33 -05:00

Add PostQuantumKeyAgreementEnabled

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-28 05:47:51 -07:00
parent e4635248fe
commit d0284615ce
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@
"PromotionalTabsEnabled": false, "PromotionalTabsEnabled": false,
"PaymentMethodQueryEnabled": false, "PaymentMethodQueryEnabled": false,
"PersonalizationReportingEnabled": false, "PersonalizationReportingEnabled": false,
"PostQuantumKeyAgreementEnabled": true,
"QuickSearchShowMiniMenu": false, "QuickSearchShowMiniMenu": false,
"QuickViewOfficeFilesEnabled": false, "QuickViewOfficeFilesEnabled": false,
"ReadAloudEnabled": false, "ReadAloudEnabled": false,

View File

@ -200,6 +200,8 @@
<false /> <false />
<key>PersonalizationReportingEnabled</key> <key>PersonalizationReportingEnabled</key>
<false /> <false />
<key>PostQuantumKeyAgreementEnabled</key>
<true />
<key>QuickSearchShowMiniMenu</key> <key>QuickSearchShowMiniMenu</key>
<false /> <false />
<key>QuickViewOfficeFilesEnabled</key> <key>QuickViewOfficeFilesEnabled</key>