libvmod-cookie currently has a filter_except method which removes all cookies except for those specified by a predefined whitelist. It would be great if there was a filter method which could be used to filter cookies matching a specified regular expression. This cannot be done with the current module without iterating over all cookies explicitly with cookie.delete.
libvmod-cookiecurrently has afilter_exceptmethod which removes all cookies except for those specified by a predefined whitelist. It would be great if there was afiltermethod which could be used to filter cookies matching a specified regular expression. This cannot be done with the current module without iterating over all cookies explicitly withcookie.delete.