Skip to content

Commit

Permalink
Merge pull request in ADGUARD-FILTERS/compiler from fix_rules_modifie…
Browse files Browse the repository at this point in the history
…rs to master

* commit '05fa52fb6cdffd089169ed69f171bcf8fd4a4000':
  Removed stealth modifier from removeRulePatterns for some platforms
  • Loading branch information
Oleg Labudko committed Dec 20, 2019
2 parents 26a1f4a + 05fa52f commit 51f49d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adguard-filters-compiler",
"version": "1.0.39",
"version": "1.0.40",
"description": "Adguard filters compiler",
"homepage": "http://adguard.com",
"dependencies": {
Expand Down
8 changes: 0 additions & 8 deletions platforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
"removeRulePatterns": [
"\\$\\$|\\$\\@\\$",
"\\$replace=",
"\\$stealth",
",stealth",
"important,replace=",
"\\$app",
"\\$network",
Expand All @@ -141,8 +139,6 @@
"removeRulePatterns": [
"\\$app",
"\\$network",
"\\$stealth",
",stealth",
"\\$protobuf",
"important,protobuf",
"\\$extension",
Expand Down Expand Up @@ -196,8 +192,6 @@
"\\$\\$|\\$\\@\\$",
"\\$mp4",
"\\$replace=",
"\\$stealth",
",stealth",
"important,replace=",
"\\$app",
"\\$network",
Expand All @@ -220,8 +214,6 @@
"removeRulePatterns": [
"\\$\\$|\\$\\@\\$",
"\\$replace=",
"\\$stealth",
",stealth",
"important,replace=",
"\\$app",
"\\$network",
Expand Down

0 comments on commit 51f49d0

Please sign in to comment.