allowTopNavigationToDataUrls property
getter/setter pair
Sets whether top-level navigation to data: URLs is allowed. When disabled, navigating to data: URLs in the top frame is blocked.
The default value is false.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit 2.28+ (Official API - WebKitSettings.allow-top-navigation-to-data-urls):
- Requires WPE WebKit 2.28 or later
Implementation
bool? allowTopNavigationToDataUrls;