mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
fix naive
This commit is contained in:
parent
7061c93286
commit
a3a475eefb
@ -155,7 +155,7 @@ bool NaiveConfig::Parse(const base::Value::Dict& value) {
|
||||
return false;
|
||||
}
|
||||
origins_to_force_quic_on.insert(HostPortPair::FromURL(url));
|
||||
} else if (last.is_https() || last.is_http()) {
|
||||
} else if (last.is_https() || last.is_http() || last.is_socks()) {
|
||||
seen_tcp = true;
|
||||
} else {
|
||||
std::cerr << "Invalid proxy scheme" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user