From 1d123996f62b1346c6b86c6c2d1278b9f76ab30c Mon Sep 17 00:00:00 2001 From: wonfen Date: Sun, 4 Feb 2024 13:07:25 +0800 Subject: [PATCH] chore: enable clash field TLS fingerprint --- src-tauri/src/config/profiles.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/config/profiles.rs b/src-tauri/src/config/profiles.rs index b7d15f87..cf661516 100644 --- a/src-tauri/src/config/profiles.rs +++ b/src-tauri/src/config/profiles.rs @@ -60,6 +60,7 @@ impl IProfiles { "sub-rules".into(), "unified-delay".into(), "tcp-concurrent".into(), + "global-client-fingerprint".into(), ]), items: Some(vec![]), ..Self::default()