File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1199,6 +1199,8 @@ if (binaryInfo != null && binaryInfo.length > 0) {
11991199 rules . push ( mark + noteK + ruletype + ',' + rulevalue + ',' + rulepolicy + rulenore + rulesni + rulepm )
12001200 } else if ( / ^ (?: a n d | o r | n o t ) $ / i. test ( ruletype ) && ! isStashiOS ) {
12011201 rules . push ( ori )
1202+ } else if ( / ^ (?: a n d | o r | n o t ) $ / i. test ( ruletype ) && isStashiOS ) {
1203+ rules . push ( mark + noteK2 + '- ' + ori )
12021204 } else if ( / (?: ^ d o m a i n $ | d o m a i n - s u f f i x | d o m a i n - k e y w o r d | i p - | d e ? s t - p o r t ) / i. test ( ruletype ) && isStashiOS ) {
12031205 rules . push ( mark + noteK2 + '- ' + ruletype + ',' + rulevalue + ',' + rulepolicy + rulenore )
12041206 } else if ( / s r c - p o r t / i. test ( ruletype ) && ( isSurgeiOS || isLooniOS ) ) {
Original file line number Diff line number Diff line change @@ -1199,6 +1199,8 @@ if (binaryInfo != null && binaryInfo.length > 0) {
11991199 rules . push ( mark + noteK + ruletype + ',' + rulevalue + ',' + rulepolicy + rulenore + rulesni + rulepm )
12001200 } else if ( / ^ (?: a n d | o r | n o t ) $ / i. test ( ruletype ) && ! isStashiOS ) {
12011201 rules . push ( ori )
1202+ } else if ( / ^ (?: a n d | o r | n o t ) $ / i. test ( ruletype ) && isStashiOS ) {
1203+ rules . push ( mark + noteK2 + '- ' + ori )
12021204 } else if ( / (?: ^ d o m a i n $ | d o m a i n - s u f f i x | d o m a i n - k e y w o r d | i p - | d e ? s t - p o r t ) / i. test ( ruletype ) && isStashiOS ) {
12031205 rules . push ( mark + noteK2 + '- ' + ruletype + ',' + rulevalue + ',' + rulepolicy + rulenore )
12041206 } else if ( / s r c - p o r t / i. test ( ruletype ) && ( isSurgeiOS || isLooniOS ) ) {
You can’t perform that action at this time.
0 commit comments