gdpr-cookie-notice
gdpr-cookie-notice copied to clipboard
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 2.0.10 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
- ensure the element we're looking for has a value before assigning the value
If you leave out the configuration for any of the categories, it will not show the toggle for that category. That will cause a js error when you attempt to...
If I don't use e.g. performance or marketing cookies on my website, I want to hide those sections completely in the cookie settings dialogue. There does not seem to be...
It would be nice if there was an easy way to pass custom texts to the various UI components. Maybe that you could just pass them as options on initialisation....
This pull request adds a basic CI workflow to make sure that the `gulp` jobs still run after every commit. Looks like this when run: https://github.com/striezel-stash/gdpr-cookie-notice/actions/runs/3744405691
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.2.0 to 4.1.4. Release notes Sourced from ecstatic's releases. 4.1.4 broken action 4.1.3 People are hollerin' about a CVE so Commits c2de337 Update package.json 4961bbe what are...
First thanks for sharing the script. I have a question regarding the global behavior. You show the notice if not all categories are enabled ``` if(notAllEnabled) { showNotice(); } else...