---
title: limitsLayoutForSuspiciousContents
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextlayoutmanager/limitslayoutforsuspiciouscontents
---

# limitsLayoutForSuspiciousContents

A Boolean value that controls internal security analysis for malicious inputs and activates defensive behaviors.

## Declaration

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

## Discussion

Discussion By enabling this functionality, it’s possible that certain text — such as a very long paragraph — might result in an unexpected layout. Defaults to false.

## See Also

### Configuring global layout manager options

- [layoutQueue](uikit/nstextlayoutmanager/layoutqueue.md)
- [renderingAttributesValidator](uikit/nstextlayoutmanager/renderingattributesvalidator.md)
- [usesFontLeading](uikit/nstextlayoutmanager/usesfontleading.md)
- [usesHyphenation](uikit/nstextlayoutmanager/useshyphenation.md)
