API Review: Origin Configuration API#5511
Open
chetanpandey1266 wants to merge 17 commits intomainfrom
Open
Conversation
…OriginNewApproach-draft API Review: Origin Feature Configuration APIs
chetanpandey1266
commented
Feb 5, 2026
| /// is particularly useful for protecting against zero-day exploits and reducing attack | ||
| /// surface. When enabled for an origin, that origin will have Enhanced Security Mode | ||
| /// applied; when disabled, normal security mode is used. | ||
| /// Enhanced security mode can be configured globally via EnhancedSecurityModeLevel API on profile. |
Contributor
Author
There was a problem hiding this comment.
For configuring Enhanced Security Mode globally, the API is in discussion and might change. Will update this document based on that
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new specification for origin configuration support in WebView2, enabling applications to apply different security and feature policies based on the trust level of content origins. The changes provide APIs for designating origin configurations and configuring feature access and security settings per origin, addressing previous limitations around uniform policy enforcement.
Origin Configuration API and Feature Management:
Usage Examples and API Details: