Skip to content

jstemerdink/EPi.Libraries.Security.Filters

Repository files navigation

EPi.Libraries.Security.Filters

Build status GitHub version ![Platform](https://img.shields.io/badge/platform-.NET 4.5-blue.svg?style=flat) Platform GitHub license

Administer security headers through EPiServer and use NWebsec to add them to your response.

Don't forget to exclude the NWebsec dll's from assembly scanning, as it will throw an error.

<episerver.framework>
    ...
    <scanAssembly forceBinFolderScan="true">
      <add assembly="*"/>
      <remove assembly="NWebsec" />
      <remove assembly="NWebsec.Core" />
      <remove assembly="NWebsec.Mvc" />
    </scanAssembly>
    ...
</episerver.framework>

Powered by ReSharper

image

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published