Enabled property to false.
For complete details on headers, see the MDN web docs site (https://developer.mozilla.org/en-US/docs/Web/API/Headers).

To access these properties, expand and double-click Http Header Providers.
In addition to the standard property, Enabled, these properties configure header providers.
| Property | Value | Description |
|---|---|---|
| Content-Security-Policy | additional properties | Notifies the browser what restrictions should be put on images, JavaScript, or CSS, in response to a request for resources.
“Csp Header Provider (web-CspHeaderProvider)” documents the additional properties. |
| X-Content-Type-Options | drop-down list (defaults to nosniff)
|
Indicates to browsers that they should apply additional restrictions to auto-detect content types in downloaded files.
For best security, |
| X Frame Options | drop-down list (defaults to Sameorigin)
|
Indicates if a browser should be allowed to render pages served by your station in a <frame> or <iframe> of another site.
Use it to avoid click-jacking attacks.
NOTE:
Deny inhibits the display of some typical HTML5 Hx Profile views.
|
| X-XSS-Protection | text (defaults to 1; mode=block) | Ensures that, if an XSS attack is detected, the browser prevents the page from loading. 1; mode=block is the recommended value. |