From 6fa7d3b29cde56b404ba082c3ae209e15c10e058 Mon Sep 17 00:00:00 2001 From: Jonas Vestberg Date: Sat, 4 Dec 2021 00:13:15 +0000 Subject: [PATCH] Remove default machineKey Remove default machineKey as it is a serious security issue. The default behavior is to let the framework generate a new machineKey on each restart. This will work in most cases. In other edge cases, such as a non-sticky load balancer setup, a machineKey may be used (but not the default one). --- BlogEngine/BlogEngine.NET/Web.Config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BlogEngine/BlogEngine.NET/Web.Config b/BlogEngine/BlogEngine.NET/Web.Config index e698ac4f5..c3d5300ee 100644 --- a/BlogEngine/BlogEngine.NET/Web.Config +++ b/BlogEngine/BlogEngine.NET/Web.Config @@ -89,7 +89,6 @@ - @@ -267,4 +266,4 @@ - \ No newline at end of file +