Cookies
// JS method to manually add the cookie
wn.cookieSettings({“is_allowed”:true})
// "true" means the cookie is added, "false" the cookie is removed if any present. And if the JS method is not used, no cookies are added.
Last updated
Was this helpful?