cookieconsent icon indicating copy to clipboard operation
cookieconsent copied to clipboard

:cookie: Simple cross-browser cookie-consent plugin written in vanilla js

Results 71 cookieconsent issues
Sort by recently updated
recently updated
newest added

### Expected Behavior In Google Web Core Vitals ![image](https://github.com/orestbida/cookieconsent/assets/77386602/37f8ce82-dd55-48d9-863b-8210c8695787) Problem with INP when closes cookie consent ### Current Behavior In Google Web Core Vitals ![image](https://github.com/orestbida/cookieconsent/assets/77386602/37f8ce82-dd55-48d9-863b-8210c8695787) Problem with INP when closes...

question

### Expected Behavior In Astro projects with i18n support, the configuration dialog should work in all languages. ### Current Behavior Switching to the non default language, there are no buttons...

invalid

### Description When using the library, PageSpeed Insights returns the error 'Elements with role=“dialog” or role=“alertdialog” do not have accessible names.'. It would be nice if consentModal had a parameter...

enhancement

### Description The current function only checks bots with user-agent like `/bot|crawl|spider|slurp|teoma/i`. However, Google uses other bots with different names, such as: - Google-InspectionTool - GoogleOther - Google-Extended - Chrome-Lighthouse...

### Expected Behavior When you open the preference modal, the focus should be transfered to the modal so that the screen reader actually says something. ### Current Behavior The focus...

bug
triage

### Expected Behavior When a `domain` is specified, only cookies that match that domain should be deleted. ### Current Behavior All cookies with name that match the `cookies` param are...

bug

### Description If you check with Lighthouse, you will see this error: Links do not have a discernible name ### Proposed solution As suggested here: https://dequeuniversity.com/rules/axe/4.1/link-name `[Read more...]` ### Additional...

enhancement
triage

### Description Hi, Current version of the library have a small issue with button color contrast Light theme colors score: ![image](https://github.com/user-attachments/assets/50c73fdb-7a68-45d1-b1a3-f168776f84b5) Dark theme colors score: ![image](https://github.com/user-attachments/assets/a008e1d2-3f37-4e8a-9c0e-e56ae713b7ff) To improve the accessibility...

enhancement
triage

### Expected Behavior After opening the cookie banner using the "Show Preferences" or "Show Cookie Banner" button, the page should stay in its current scroll position when the user accepts...

bug
triage

This PR borrows the functionality of the `autoclearCookiesHelper` to re-remove cookies that are managed by cookieconsent autoClear configuration, without needing to cause a change in the accepted services or categories.

stale