Skip to content

Commit

Permalink
forgot to remove the debugging setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jun 22, 2022
1 parent 93a26bf commit 91d0a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1",
"version": "3.9.2",
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"description": "__MSG_description__",
Expand Down

0 comments on commit 91d0a4c

Please sign in to comment.