mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-01-15 11:05:18 +00:00
Fix default domain list
The default domain list may lead to conflicts in QUIC parse support in some browsers. Especially, QUIC drop for googleapis domain may disable all the QUIC.
This commit is contained in:
parent
0280fe383f
commit
b89c8a29ff
@ -206,7 +206,7 @@ if ((fake_bitmask) & strategy)
|
|||||||
|
|
||||||
#define MAX_PACKET_SIZE 8192
|
#define MAX_PACKET_SIZE 8192
|
||||||
|
|
||||||
#define DEFAULT_SNISTR "googlevideo.com,ggpht.com,ytimg.com,youtube.com,play.google.com,youtu.be,googleapis.com,googleusercontent.com,gstatic.com,l.google.com"
|
#define DEFAULT_SNISTR "googlevideo.com,ggpht.com,ytimg.com,youtube.com,play.google.com,youtu.be,youtubei.googleapis.com,youtube.googleapis.com,youtubeembeddedplayer.googleapis.com,googleusercontent.com,gstatic.com,l.google.com"
|
||||||
|
|
||||||
static const char default_snistr[] = DEFAULT_SNISTR;
|
static const char default_snistr[] = DEFAULT_SNISTR;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user