-
Hi @klings,
is there possible way or will it ever be possible to configure Referrer-Policy in the nwebsec section of the web.config of asp.net projects?
King Regards
-
## Details
* Project URL: https://readthedocs.org/projects/nwebsec/
* Build URL (if applicable):
* Read the Docs username (if applicable): klings
## Expected Result
I've forgotten my passwo…
-
Hi @klings. Which HTTP no-cache headers does this filter set?
```csharp
filters.Add(new SetNoCacheHttpHeadersAttribute());
```
Wondering if it sets these:
```csharp
HttpContext.Response.C…
arc95 updated
6 years ago
-
Hi André,
lovely nugget, used it for months, we love it. In some browsers, we have some warning telling that child-src is becoming deprecated and has to be replaced by frame-src and worker-src
h…
-
When I trying to install package into just created .NET Core 2.0 application I am getting exception that:
"Package 'NWebsec 4.3.0' was restored using '.NETFramework,Version=v4.6.1' instead of the pro…
-
Having NWebsecSessionAuthenticationKey manually defined is problematic when distributing applications as packages. Hardcoding is a bad option, explaining users they need to do it is also not ideal.
…
-
Hi,
In the latest version of Seq I'm seeing that the server becomes unavailable after a short period of time - I get the error icon in the header. If I then refresh the browser, Chrome tries to con…
-
Is it possible with NWebsec to remove the following response headers from all content? Couldn't see anything about it [here](https://docs.nwebsec.com/en/aspnet4/nwebsec/Configuration.html).
- Serve…
arc95 updated
7 years ago
-
executing `.CustomSources("'unsafe-inline'")` or `.CustomSources("data:")` causes an exception.
-
A content security policy is missing in web.config. I believe it would be good to let [Nwebsec](https://github.com/NWebsec/NWebsec) handle setting a defense in depth.