-
I set out to implement most of the NWebsec project (CPS, HPKP, HSTS and Session Security) and everything worked well until I added Session Security. It is an attempt at session fixation mitigation and…
-
Hi there,
I found a couple of issues after building v2.8 (commit: da1254f6055d2df01b3382a4be6de92219e8423f) , I couldn't find the compiled vsix on visual studio gallery.
I created a new project usi…
-
ELMAH reports CSP errors in the default project.
Is there any easy fix for these? I have tried to fix them.
The errors come from referencing ports (on localhost) other than the IIS instance that the …
-
This is the only message in the IIS logs and windows error logs
The full redacted message is:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 09/07/2015 14:23:11
Ev…
-
Using the latest nightlies + latest dnvm/dnx, with app.UseBrowserLink() in my Startup.Configure() method, I'm getting the following exception. Commenting out that one line immediately brings the page …
-
It looks like an Error is occuring near: MVC.Server, HttpGet "SignIn" method on Authentication Controller, line 17.
```
Method not found: 'Microsoft.CodeAnalysis.Emit.EmitResult Microsoft.CodeAnalys…
-
Andre,
I spent some time with Troy Hunt's latest Pluralsight video the other day and came across your project for the first time. I had been implementing most of this functionality myself but your pr…
-
_Continuing discussion from https://github.com/aspnet/Mvc/issues/744#issuecomment-49768062_
I would like to propose adding an HTTP Strict Transport Security (HSTS) attribute into the core of ASP.NET.…
ghost updated
9 years ago
-
I have just updated to NWebsec.Mvc v4.0.0 (and related dependencies) and I now getting the following error message:
Could not load file or assembly 'NWebsec.Annotations, Version=1.0.0.0, Culture=neutr…
-
I have a card in JIRA to move a fair amount of inline javascript to external files but for the mean time I liberally used the @Html.CspScriptNonce() helper. I published the site to a test server and s…