# Prevent access to certain Window properties (distorted-window-blocked-properties)The following `Window` properties are prohibited whenLightningWebSecurity is enabled:
- find
## Rule DetailsExample of **incorrect** code:```js
window.find('foo');
```