特定のサイトのCookieを書き換えたくて

In = FALSE
Out = TRUE
Key = "Cookie: CookieReplace (out)"
URL = "$LST(CookieReplace)"
Match = "*"
Replace = "\0"

としたんですが上手くいかず

In = FALSE
Out = TRUE
Key = "Cookie: CookieReplace (out)"
URL = "$LST(CookieReplace)"
Match = "$URL(http(s|)://$LST(CookieReplace))&*"
Replace = "\0"

としたら上手くいきました。

何故MatchにもURLチェックが必要なんですか?