diff --git a/app/src/main/assets/rules.json b/app/src/main/assets/rules.json index c81f89a..70ad1b4 100644 --- a/app/src/main/assets/rules.json +++ b/app/src/main/assets/rules.json @@ -188,7 +188,8 @@ "rules": [ "feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "gclid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - "kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + "kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "si=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], "exceptions": [], "redirections": [] @@ -474,4 +475,4 @@ "redirections": [] } } -} \ No newline at end of file +}