mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-01-15 11:05:18 +00:00
Disable early approve with all domains
This commit is contained in:
parent
e852d37edb
commit
71c105a900
@ -452,8 +452,7 @@ int detect_udp_filtered(const struct section_config_t *section,
|
||||
|
||||
lgtrace_addp("QUIC initial message");
|
||||
|
||||
if (section->udp_filter_quic == UDP_FILTER_QUIC_ALL ||
|
||||
section->all_domains) {
|
||||
if (section->udp_filter_quic == UDP_FILTER_QUIC_ALL) {
|
||||
lgtrace_addp("QUIC early approve");
|
||||
goto approve;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user