BIG Pressing News
-
OG I did not have that experience I did click the CLOSE when they asked about push notifications and no other pop up questions after that I am using Firefox with a lot of blocking enabled in the settings Thanks for explaining
Probably because you're in the USA. Explicitly asking for permission to collect and sell your data is mandatory in the EU.
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
I'm not reading it. The GDPR banner for that site is one of those "you have to disable each vender individually - here is a huge list, have fun." ones and life is too short to spend 10 minutes clicking on "No, I don't want you get my info to do with as you will" checkboxes.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Same. When I really want to see such a website I open up the console and disable all checkboxes programmatically :D In this particular case you could use:
Array.from(document.getElementsByTagName('input')).forEach(i => i.checked = false)
Of course you'll have to run it on the settings and on the vendors tab separately.Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
It's not the link trying to steal info, it's the GDPR management screen that insists you untick everyone you don't want them to sell your info to - if you just pressed "accept" to get rid of it once it will sell it to every on on a long list because you have said they can. They have to show the GDPR dialog, but they don't have to have just an "accept" and a "reject" button. That annoys me because they deliberately make it hard to prevent them doing it. So I just walk away and don't go back.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
I've never seen (or in reality, noticed) such a long cookie-mamagement list, but had a go at deleting a few - then gave up. Allowed what was left, removed the whole set of cookies from FF and could then read at my leisure. Probably won't be going back.