orestbida / cookieconsent

:cookie: Simple cross-browser cookie-consent plugin written in vanilla js
https://playground.cookieconsent.orestbida.com/
MIT License
3.68k stars 388 forks source link

[Feat]: Replace "Lorem Ipsum" with meaningful text. #622

Open shredEngineer opened 5 months ago

shredEngineer commented 5 months ago

Description

I used CC 2.9.* before, and the config was populated with actually usable texts. Now, upgrading to CC 3, I see that everything has been replaced by "Lorem Ipsum", which is worthless.

All translations contain this, and I don't see any value in this. In fact, having had usable texts in CC < 3, I see this as a regression.

Now I have to copy the texts manually from CC < 3. Why make it so hard? This is just plain annoying.

Let's be honest: nobody puts anything special in there, so why not pre-populate it with useful standard content so users like me can get started right away.

Proposed solution

Just replace the "Lorem Ipsum" with useful text. Like there was in CC prior to version 3.

E.g.:

                        {
                            title: "Cookie Usage",
                            description: "We use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details relative to cookies and other sensitive data, please read the full <a class=\"cc-link\" href=\"/policies/privacy-policy\">privacy policy</a>."
                        },

Additional details

Apart from this, I really appreciate you guys. CC is a great tool, and I'll keep using it forever! ;)