From 619d75768e12574ebc6f81477306bf2b7e982389 Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:27:30 +0000 Subject: [PATCH] Tiny fix for the Security Headers doc --- docs/en/UI/AspNetCore/Security-Headers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/UI/AspNetCore/Security-Headers.md b/docs/en/UI/AspNetCore/Security-Headers.md index 7da95e1d73..8322644b1d 100644 --- a/docs/en/UI/AspNetCore/Security-Headers.md +++ b/docs/en/UI/AspNetCore/Security-Headers.md @@ -5,7 +5,7 @@ ABP Framework allows you to add frequently used security headers into your appli * `X-Content-Type-Options`: Tells the browser to not try and guess what a mime-type of a resource might be, and to just take what mime-type the server has returned. * `X-XSS-Protection`: This is a feature of Internet Explorer, Chrome, and Safari that stops pages from loading when they detect reflected cross-site scripting (XSS) attacks. * `X-Frame-Options`: This header can be used to indicate whether or not a browser should be allowed to render a page in a `