aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-18 21:51:47 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-18 21:51:47 -0400
commit483c014b938e2d55ea7c89b67f6d19ba2c2d5b5e (patch)
treebefba464af730ad2b27d1cf2c20993aa227ca688 /plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs
parent8870972a6401a3cef0202ad744b87508dc324b6b (diff)
account and endpoint security updates
Diffstat (limited to 'plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs')
-rw-r--r--plugins/ObjectCacheServer/src/Endpoints/ConnectEndpoint.cs1
1 files changed, 0 insertions, 1 deletions
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
///<inheritdoc/>
protected override ProtectionSettings EndpointProtectionSettings { get; } = new()
{
- DisableBrowsersOnly = true,
DisableSessionsRequired = true
};