Skip to content

Commit

Permalink
Merge pull request #1262 from maker2002/dev
Browse files Browse the repository at this point in the history
Fix can't copy All SS URL under AEAD Ciphers
  • Loading branch information
兩足大貓貓 committed May 31, 2021
2 parents 434d526 + 57908ad commit c13847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public static function getNew_AllItems(User $user, array $Rule): array
switch ($Rule['type']) {
case 'ss':
$sort = [0, 13];
$is_ss = [0];
$is_ss = [1];
break;
case 'ssr':
$sort = [0];
Expand Down

0 comments on commit c13847f

Please sign in to comment.