load .rs domains through proxy
This commit is contained in:
@ -17,6 +17,7 @@ function FindProxyForURL(url, host) {
|
||||
"googlevideo.com",
|
||||
"ytimg.com",
|
||||
"*.ytimg.com",
|
||||
"*.rs",
|
||||
];
|
||||
|
||||
for (var i = 0; i < proxy_domains.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user