Files

15 lines
410 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
---
## Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
### Hint
2018-10-12 15:37:13 -04:00
- You want your `app` to `use` helmet's `ieNoOpen()` method on each request.
2018-10-12 15:37:13 -04:00
### Solution
- In the `myApp.js` file add `app.use(helmet.ieNoOpen());` under the sixth instructions.
**Note:** Be sure to submit the link to the **live demo** of your project.