diff --git a/rules/exceptions.json b/rules/exceptions.json new file mode 100644 index 0000000..0b92435 --- /dev/null +++ b/rules/exceptions.json @@ -0,0 +1,6 @@ +{ + "amazon": [ + ".*(amazon\\.)\\w{2,}(\\/gp\\/).*" + ], + +} \ No newline at end of file diff --git a/rules/rules.json b/rules/rules.json new file mode 100644 index 0000000..7df54a6 --- /dev/null +++ b/rules/rules.json @@ -0,0 +1,12 @@ +{ + "amazon": [ + "pf_rd_[a-zA-Z]=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?", + "qid=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?", + "sr=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?", + "srs=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?", + ".*(amazon-adsystem\\.com)\\/.*", + ".*(adsensecustomsearchads\\.com)\\/.*", + "pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?" + ], + +} \ No newline at end of file