From 483c014b938e2d55ea7c89b67f6d19ba2c2d5b5e Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 18 Oct 2023 21:51:47 -0400 Subject: account and endpoint security updates --- plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs') diff --git a/plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs b/plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs index a798314..d07c59e 100644 --- a/plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs +++ b/plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs @@ -82,7 +82,6 @@ namespace VNLib.Data.Caching.ObjectCache.Server.Endpoints /// protected override ProtectionSettings EndpointProtectionSettings { get; } = new() { - DisableBrowsersOnly = true, DisableSessionsRequired = true }; -- cgit