mirror of
https://codeberg.org/postscriptum/pac.git
synced 2026-03-31 21:15:27 +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",
|
||||
"gmail.com",
|
||||
"google.com",
|
||||
"googlevideo.com",
|
||||
"haiku-os.org",
|
||||
"linux.org.ua",
|
||||
"linuxmint.com.ua",
|
||||
|
|
@ -43,6 +44,7 @@ function FindProxyForURL(url, host)
|
|||
"wikimedia.org",
|
||||
"wikipedia.org",
|
||||
"youtube.com",
|
||||
"ytimg.com",
|
||||
];
|
||||
|
||||
for (var i = 0; i < whitelist.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue