cookie-consent
cookie-consent copied to clipboard
In-house solution for managing cookies on nhs.uk
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
When trying to run integration tests, all of them failed. They should probably be updated to reflect the current state of the codebase. Test summary output (truncated to remove each...
If the cookie cannot be parsed as valid JSON, reset the cookie to a sensible default and return this new value. Adds/updates unit tests to reflect this change. The 'sensible...
Add in param to add a string of cookies that can be whitelisted. When the deleteCookies function is ran by adding whitelisted cookies they won't be deleted.
Some Google Analytic cookies are not being removed, or GA is doing something funky. For example if you go here. https://www.cliftoncourtmedicalpractice.nhs.uk/information/our-policies/cookie-policy/choose-which-cookies-we-use/ Enable cookies, you can see 3 cookies being set,...
We have found that when consent for cookies is rejected or withdrawn, our AWSALB cookie is being removed along with the intended analytics cookies. This is causing user sessions to...
Currently, we set a cookie by default during onload. In future, we may not be able to set a cookie until the user has interacted with our banner.
The generated code in cookieconsent.js results in banner html including elements with tabindex explicitly set to values greater than 0. While technically correct, these often create frustrating experiences for users...
Our NHS Vaccine project needed a close link in the banner, this may be a starting point for always having it. We couldn't figure out how to use CSS styling...
Hi, Should the nhsuk-cookie-consent cookie have the secure attribute? Guidance from GDS [here](https://www.gov.uk/service-manual/technology/working-with-cookies-and-similar-technologies) says "You should only send cookies with the Secure attribute and, when appropriate, the HttpOnly attribute. These...