isFraudulentWebsiteWarningEnabled property
getter/setter pair
A Boolean value indicating whether warnings should be shown for suspected fraudulent content such as phishing or malware.
According to the official documentation, this feature is currently available in the following region: China.
The default value is true.
Officially Supported Platforms/Implementations:
- iOS WKWebView 13.0+ (Official API - WKPreferences.isFraudulentWebsiteWarningEnabled)
- macOS WKWebView 10.15+ (Official API - WKPreferences.isFraudulentWebsiteWarningEnabled)
Implementation
bool? isFraudulentWebsiteWarningEnabled;