Is there a way to black list cookies purely through Nginx?
I tried this: https://stackoverflow.com/questions/67548886/remove-specific-cookie-in-nginx-reverse-proxy
But it doesn't seem to cover cases where there are multiples of the same cookie and it is not great performance wise
Isn't there a built in way to do this?