mirror of
https://codeberg.org/postscriptum/pac.git
synced 2026-04-01 21:45:28 +00:00
add youtube dependencies
This commit is contained in:
parent
01275d6ae4
commit
77b92ff5c4
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ function FindProxyForURL(url, host)
|
||||||
"githubusercontent.com",
|
"githubusercontent.com",
|
||||||
"gmail.com",
|
"gmail.com",
|
||||||
"google.com",
|
"google.com",
|
||||||
|
"googlevideo.com",
|
||||||
"haiku-os.org",
|
"haiku-os.org",
|
||||||
"linux.org.ua",
|
"linux.org.ua",
|
||||||
"linuxmint.com.ua",
|
"linuxmint.com.ua",
|
||||||
|
|
@ -43,6 +44,7 @@ function FindProxyForURL(url, host)
|
||||||
"wikimedia.org",
|
"wikimedia.org",
|
||||||
"wikipedia.org",
|
"wikipedia.org",
|
||||||
"youtube.com",
|
"youtube.com",
|
||||||
|
"ytimg.com",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (var i = 0; i < whitelist.length; i++) {
|
for (var i = 0; i < whitelist.length; i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue