Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd212003 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix rule for filtering image_proxy

parent eef6c964
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    {
        "name": "IP limit, all paths except image proxy",
        "filters": ["Param:url", "Path=^(!/|/image_proxy)$"],
        "filters": ["Param:url", "Path=^(!image_proxy)$"],
        "interval": 3,
        "limit": 25,
        "aggregations": ["Header:X-Forwarded-For"],
@@ -18,7 +18,7 @@
    },
    {
        "name": "useragent limit, all paths except image_proxy",
        "filters": ["Param:url", "Path=^(!/|/image_proxy)$"],
        "filters": ["Param:url", "Path=^(!image_proxy)$"],
        "interval": 30,
        "limit": 200,
        "aggregations": ["Header:X-Forwarded-For", "Header:User-Agent"],