---
title: isFraudulentWebsiteWarningEnabled
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkpreferences/isfraudulentwebsitewarningenabled
---

# isFraudulentWebsiteWarningEnabled

A Boolean value that indicates whether the web view shows warnings for suspected fraudulent content, such as malware or phishing attemps.

## Declaration

```swift
var isFraudulentWebsiteWarningEnabled: Bool { get set }
```

## Discussion

Discussion The default value of this property is true.
