diff --git a/data/data.json b/data/data.json index 59a1444..2f3580e 100644 --- a/data/data.json +++ b/data/data.json @@ -15,7 +15,6 @@ "ms3_c=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "[a-zA-Z%0-9]*ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "refRID=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - "psc=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "colid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "coliid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "adId=[^\\/|\\?|&]*(\\/|&(amp;)?)?", @@ -27,6 +26,13 @@ ], "redirections": [] }, + "fls-na.amazon": { + "urlPattern": "(https:\\/\\/||http:\\/\\/).*(fls-na\\.amazon\\.).*\\/.*", + "completeProvider": true, + "rules": [], + "exceptions": [], + "redirections": [] + }, "google": { "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?google\\.).*\\/.*", "completeProvider": false, @@ -113,7 +119,9 @@ "\\?$", "\\&$" ], - "exceptions": [], + "exceptions": [ + ".*([\\.]?matrix\\.org)(\\/_matrix)\\/.*" + ], "redirections": [] }, "adtech": { @@ -284,6 +292,15 @@ ], "exceptions": [], "redirections": [] + }, + "ebay": { + "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?ebay\\.)\\w{2,}\\/.*", + "completeProvider": false, + "rules": [ + "_trkparms=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ], + "exceptions": [], + "redirections": [] } } }