Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Vulnerability scan found that this header is missing in Umbraco response. Can I add this in the custom headers with no side effects?
<add name="X-Frame-Options" value="DENY" />
The inbuilt safety check inserts:
<add name="X-Frame-Options" value="sameorigin" />
Had to add:
<httpCookies requireSSL="true" />
for the insecure cookie error.
The error for the X-Frame-Options is not present. The cookie error still appears.
Found an article:
So you want to secure your Umbraco site
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Missing X-Frame-Options HTTP header
Vulnerability scan found that this header is missing in Umbraco response. Can I add this in the custom headers with no side effects?
The inbuilt safety check inserts:
Had to add:
for the insecure cookie error.
The error for the X-Frame-Options is not present. The cookie error still appears.
Found an article:
So you want to secure your Umbraco site
is working on a reply...