-
Hi,
I use .net core 2.1 preview 1.
In Startup.cs, I use:
```C#
services.AddMvc(options =>
{
options.Filters.Add(new AutoValidateAntiforgeryTokenAttribute())…
-
I'm getting an exception when trying to use Facebook OAuth in my application:
```
Exception: The oauth state was missing or invalid.
Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler+…
-
I have a high traffic website behind iis load balancer and cloudflare.
i'm using `"Microsoft.AspNetCore.Server.Kestrel": "1.1.1",`
and `"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1…
-
When I try to allow unsafe inline style via
```
```
I get an exception:
```
System.Configuration.ConfigurationErrorsException: The configuration element 'style-src' is not valid. The error …
-
After updating to the latest version, I get the following exception when I visit the website:
```
The configuration element 'style-src' is not valid. The error is: Unable to cast object of type 'NWe…
-
[The documentation](https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website-how-can-i-configure-it-to-work-with-recaptcha) now advice developers to enable s…
-
Hi @klings. Found this setting in Web.config:
```xml
```
When would we set the `requirePermission` flag to true?
arc95 updated
6 years ago
-
Hi Joe, this is an awesome base, especially for multi tenant apps, users, menu/sitemap.
I wanted to share some things that would enhance cloudscribe, atleast make it easy to build up a community ar…
-
Add this to the "classic" NWebsec also.
-
One of my projects is too dynamic to configure everything in the web.config. Is there no way to configure NWebsec programmatically?