CoreWebView2TrackingPreventionLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tracking prevention levels.
public enum CoreWebView2TrackingPreventionLevel
type CoreWebView2TrackingPreventionLevel =
Public Enum CoreWebView2TrackingPreventionLevel
- Inheritance
-
CoreWebView2TrackingPreventionLevel
Fields
Name | Value | Description |
---|---|---|
None | 0 | Tracking prevention is turned off. |
Basic | 1 | The least restrictive level of tracking prevention. Set to this level to protect against malicious trackers but allows most other trackers and personalize content and ads.
|
Balanced | 2 | The default level of tracking prevention. Set to this level to protect against social media tracking on top of malicious trackers. Content and ads will likely be less personalized.
|
Strict | 3 | The most restrictive level of tracking prevention. Set to this level to protect against malicious trackers and most trackers across sites. Content and ads will likely have minimal personalization.
|