0
Rajasekhar created
- ABP Framework version: v5.0.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
We have deployed the ABP application for security testing and we have got CSP header missing Vulnerability
Please let us know how to configure the sever to return Content Security Policy HTTP header.
2 Answer(s)
-
0
You can use the UseAbpSecurityHeaders middleware.
app.UseAbpSecurityHeaders();
In addition to this, this article may also be of use to you.
-
0
Thanks