Skip to content

Commit

Permalink
add https://\*.l.qq.com/\*
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jun 22, 2022
1 parent a7f4886 commit 93a26bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ unblock_youku.backup_proxy_server_proc = 'HTTPS';
unblock_youku.backup_proxy_server_addr = 'secure.uku.im:993';

// === For debug - start ===
/*
// /*
unblock_youku.default_proxy_server_proc = 'SOCKS5';
unblock_youku.default_proxy_server_addr = '127.0.0.1:1086';
unblock_youku.backup_proxy_server_proc = 'SOCKS5';
unblock_youku.backup_proxy_server_addr = '127.0.0.1:1086';
*/
// */
// == For debug - end ===

// only for redirect mode
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Unblock Youku",
"version": "3.9.0",
"version": "3.9.1",
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"description": "__MSG_description__",
Expand Down
1 change: 1 addition & 0 deletions shared/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ unblock_youku.chrome_proxy_urls = unblock_youku.redirect_urls.concat([
'http://aidbak.video.qq.com/fcgi-bin/userip?*',
'http://pay.video.qq.com/fcgi-bin/paylimit*',
'http://paybak.video.qq.com/fcgi-bin/paylimit*',
'https://*.l.qq.com/*',
'http://chrome.2345.com/dianhua/index.php?m=call&f=check&*',

'http://music.163.com/eapi/*',
Expand Down

0 comments on commit 93a26bf

Please sign in to comment.