Keertesh
Keertesh
AbpSecurityHeadersOptions is throwing not found error though other libs are loading.
public override void OnApplicationInitialization(ApplicationInitializationContext context) { var app = context.GetApplicationBuilder(); var env = context.GetEnvironment(); app.UseAbpSecurityHeaders(); Configure(options => { options.UseContentSecurityPolicyHeader = true; //false by default options.ContentSecurityPolicyValue = "object-src 'none'; form-action 'self';...
I was trying to use the following:  [page ref](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Security-Headers), but even after running the abp install-libs, I'm getting not found for AbpSecurityHeadersOptions.


okay thanks
The same setup was working earlier.
 will this be taken care of with HTTPS or do I have to use ABP settings to make those changes?