mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
Feat: Provide a switch for allowing invalid certificates (#450)
This commit is contained in:
@@ -243,6 +243,7 @@ pub async fn resolve_scheme(param: String) {
|
||||
user_agent: None,
|
||||
with_proxy: Some(true),
|
||||
self_proxy: None,
|
||||
danger_accept_invalid_certs: None,
|
||||
update_interval: None,
|
||||
};
|
||||
if let Ok(item) = PrfItem::from_url(url, None, None, Some(option)).await {
|
||||
|
||||
Reference in New Issue
Block a user