▲ | remram 4 days ago | |||||||||||||||||||||||||||||||||||||
I can't see your landing page without accepting tracking cookies for "live chat"? This is probably a GDPR violation. There's no consent without choice. I should also point out that "Docker hosting" is rather ambiguous. I had to scroll way down the page to figure out whether you are storing Docker images (like DockerHub) or running them (like ECS or fly.io). | ||||||||||||||||||||||||||||||||||||||
▲ | jonas_scholz 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
Yes I think you're right, going to fix that asap! And yes I agree, we need to work on our messaging. Thanks for the feedback :) | ||||||||||||||||||||||||||||||||||||||
▲ | acatton 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
Yeah, just the cookie banner on its own doesn't inspire trust. Post-GDPR rules in the EU are clear about the Cookie Banner, providers must make it as easy to refuse cookies as it is to accept them.[1] Also, as you said, livechat cookies are definitely not required when visiting the website, but they make it impossible to opt out. I assume they cut this corner because it was too much work for them to conditionally include their livechat javascript. If the authors moved fast and broke things on basic stuff, my first thought is "what kind of other corners did they cut when deploying/running docker?" There is a lot of security and isolation options/configuration involved when one runs docker in a secure environment, which are not enabled by default. [1] https://www.edpb.europa.eu/system/files/2023-01/edpb_2023011... | ||||||||||||||||||||||||||||||||||||||
|