tumpio / requestcontrol

A Firefox extension
https://addons.mozilla.org/addon/requestcontrol
Mozilla Public License 2.0
173 stars 25 forks source link

Excludes not applied to a specific rule #77

Closed anewuser closed 6 years ago

anewuser commented 6 years ago

The "Must not contain" field works with all old and new rules I've tested it with, except for this one:

[
  {
    "pattern": {
      "allUrls": true
    },
    "types": [
      "main_frame"
    ],
    "action": "filter",
    "active": true,
    "paramsFilter": {
      "values": [
        "/(p?campaign|cmp|mc_c|oc|(php|j)sess(ion)?|visit|z)_?id/",
        "/(f|hc_|r)?(location|ref)_?(src)?/",
        "/(rd|_)r/",
        "/_?utmi?_.*/",
        "/s(id|rc|nr|ource_ref)/",
        "PHPSESSID",
        "ns_mchannel"
      ]
    },
    "skipRedirectionFilter": true,
    "title": "Test",
    "uuid": "6a691179-25a6-4283-acd5-56898774802e"
  }
]

Request Control 1.10.0 Firefox 61.0.1