Introduced website security accessor to ensure members aren't shared between sessions.

This commit is contained in:
Andy Butland
2020-11-18 17:37:31 +01:00
parent d8ef341854
commit c971a2d23d
9 changed files with 58 additions and 26 deletions

View File

@@ -23,9 +23,6 @@ namespace Umbraco.Extensions
//TODO figure out if we need more to work on load balanced setups
services.AddDataProtection();
// Website security
services.AddSingleton<IUmbracoWebsiteSecurity, UmbracoWebsiteSecurity>();
}
}
}