Introduced website security accessor to ensure members aren't shared between sessions.
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user