From 3adc9df6db99cb3f312abb4fe8002b98367af78a Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jan 2024 00:23:36 -0700 Subject: [PATCH] Add 5 more policies for Windows --- Windows/Native Messaging.md | 7 +++++++ Windows/Other Policies.md | 6 ++++++ Windows/Password manager and protection.md | 7 +++++++ Windows/Performance.md | 7 +++++++ Windows/Private Network Request Settings.md | 7 +++++++ 5 files changed, 34 insertions(+) create mode 100644 Windows/Native Messaging.md create mode 100644 Windows/Other Policies.md create mode 100644 Windows/Password manager and protection.md create mode 100644 Windows/Performance.md create mode 100644 Windows/Private Network Request Settings.md diff --git a/Windows/Native Messaging.md b/Windows/Native Messaging.md new file mode 100644 index 0000000..2bf07a2 --- /dev/null +++ b/Windows/Native Messaging.md @@ -0,0 +1,7 @@ +# Native Messaging + +`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Native Messaging` + +| Group Policy | Policy equivalent | +|-------------------------------------------------------|-------------------------------------| +| Configure Native Messaging block list -> Enabled -> * | NativeMessagingBlocklist: [ "*" ], | \ No newline at end of file diff --git a/Windows/Other Policies.md b/Windows/Other Policies.md new file mode 100644 index 0000000..eddad1b --- /dev/null +++ b/Windows/Other Policies.md @@ -0,0 +1,6 @@ +# Other Policies + +`Computer Configuration\Policies\Administrative Templates\Microsoft Edge` + +| Group Policy | Policy equivalent | +|---------------------------------------------------|--------------------------------------------| \ No newline at end of file diff --git a/Windows/Password manager and protection.md b/Windows/Password manager and protection.md new file mode 100644 index 0000000..4360e13 --- /dev/null +++ b/Windows/Password manager and protection.md @@ -0,0 +1,7 @@ +# Password manager and protection + +`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Password manager and protection` + +| Group Policy | Policy equivalent | +|--------------------------------------------------------------|-------------------------------------| +| Enable saving passwords to the password manager -> Disabbled | PasswordManagerEnabled": false | \ No newline at end of file diff --git a/Windows/Performance.md b/Windows/Performance.md new file mode 100644 index 0000000..d559568 --- /dev/null +++ b/Windows/Performance.md @@ -0,0 +1,7 @@ +# Performance + +`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Performance` + +| Group Policy | Policy equivalent | +|---------------------------------------------------|--------------------------------------------| +| Pin browser essentials toolbar button -> Disabled | PinBrowserEssentialsToolbarButton : false | \ No newline at end of file diff --git a/Windows/Private Network Request Settings.md b/Windows/Private Network Request Settings.md new file mode 100644 index 0000000..32f71e3 --- /dev/null +++ b/Windows/Private Network Request Settings.md @@ -0,0 +1,7 @@ +# Private Network Request Settings + +`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Private Network Request Settings` + +| Group Policy | Policy equivalent | +|---------------------------------|------------------------------------------------------------------| +| Specifies whether to allow websites to make requests to more private-network endpoints -> Disabled | InsecurePrivateNetworkRequestsAllowed": false | \ No newline at end of file