Add friendly name to cookie in cookie list alongside regex pattern
Dominic Rinaldi
Right now we can add a pattern to the cookie name field (https://help.cookie-script.com/en/banner-configuration/how-to-set-up-random-name-cookies) but there is no way to have a friendly name appear to the end user.
A workaround right now is to put that pattern into the "special strictly necessary" section (https://help.cookie-script.com/en/banner-configuration/allow-special-strictly-necessary-cookies) and then implement a manually added cookie to the list. However this feels like a bit of a hack in practice and the cookie list section doesn't feel like a unified place to handle your cookies. It also means that these cookies are treated as strictly necessary when they might actually be performance or targeting cookies.
Please consider adding a field per cookie that would allow us to specify both a regex pattern as well as a friendly string for end users.
Thanks