Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 4 new policies to the Edge browser protection category #564

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Jan 23, 2025

Added 4 new policies to the Edge protection category

  1. Added a policy that will keep support for Manifest V2 extensions enabled even after its depreciation. Manifest V2 extension support is vital for proper functioning of ublock origin (and similar extensions) which is beyond a simple adblocker and can provide lots of protection when browsing the web through its custom lists.

    • Note that this is something being pushed by Google through their controlling power of Chromium, not Microsoft.
  2. Added a policy that will prevent websites to even request access to the local connected USB devices.

  3. Added a policy that automatically denies the window management permission to sites by default. This limits the ability of sites to see information about the device's screens and use that information to open and place windows or request fullscreen on specific screens.

  4. Added a policy that will disable dynamic code in Edge browser which is a security feature that prevents the browser process from creating dynamic code. The default value of this policy is not explicitly defined, it could be enable or could be disabled. Setting it explicitly to enabled via this policy ensures that no dynamic code is created by the browser process.

Added 4 new policies to the Edge category

1. Added [a policy](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensionmanifestv2availability) that will keep support for Manifest V2 extensions enabled even after its depreciation. Manifest V2 extension support is vital for proper functioning of ublock origin extension which is beyond a simple adblocker and can provide lots of protection when browsing the web through its custom lists.

2. Added [a policy](https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#defaultwebusbguardsetting) that will prevent websites to even request access to the local connected USB devices.

3. Added [a policy](https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#defaultwindowmanagementsetting) that automatically denies the window management permission to sites by default. This limits the ability of sites to see information about the device's screens and use that information to open and place windows or request fullscreen on specific screens.

4. Added [a policy](https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#dynamiccodesettings) that will disable dynamic code in Edge browser which is a security feature that prevents the browser process from creating dynamic code. The default value of this policy is not explicitly defined, it could be enable or could be disabled. Setting it explicitly to enabled via this policy ensures that no dynamic code is created by the browser process.
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Jan 23, 2025
@HotCakeX HotCakeX self-assigned this Jan 23, 2025
@Copilot Copilot bot review requested due to automatic review settings January 23, 2025 18:47

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • Harden-Windows-Security Module/Main files/Resources/Registry resources.csv: Language not supported
  • Harden-Windows-Security Module/Main files/Resources/Registry.csv: Language not supported
@HotCakeX HotCakeX merged commit e4d58e7 into main Jan 24, 2025
2 checks passed
@HotCakeX HotCakeX deleted the Added-4-new-policies-to-the-Edge-protection-category branch January 24, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant