Retrieving your browsing history through a CAPTCHA
31–40 of 63 posts
Re: Retrieving your browsing history through a CAPTCHA
#32Re: Retrieving your browsing history through a CAPTCHA
#33Quoted post unavailable.
What is going on with those new accounts preaching against online privacy recently? Edit: For the lurkers trying to educate themselves, I recommend those resources: https://en.wikipedia.org/wiki/Nothing_to_hide_argument https://en.wikipedia.org/wiki/Citizenfour https://vimeo.com/nothingtohide
From my experience (as I prefer freedom of information) if you are against privacy you tend to get downvoted. I think downvotes can lead to your account being rate limited which is annoying so it makes sense that people would want to use another account.
Re: Retrieving your browsing history through a CAPTCHA
#34Earlier quoted context omitted.
You need js to extract the PI though?
You can do requests to the site using pure CSS as well, using something like `.site:visited { background-image: url(/logging/site); }`
Re: Retrieving your browsing history through a CAPTCHA
#35Quoted post unavailable.
What is going on with those new accounts preaching against online privacy recently? Edit: For the lurkers trying to educate themselves, I recommend those resources: https://en.wikipedia.org/wiki/Nothing_to_hide_argument https://en.wikipedia.org/wiki/Citizenfour https://vimeo.com/nothingtohide
Re: Retrieving your browsing history through a CAPTCHA
#36Sly and clever, but the demo's not working. That's all I see - https://i.imgur.com/zl1iv6O.png Recent Firefox + uBlock.
Re: Retrieving your browsing history through a CAPTCHA
#37I believe this is not a new concept. However, I applaud the accessibility, style and implementation of the proof-of-concept, given that the author seems to be only 15! Also sidenote: I like the creative and subtle plug for the author's 'Quickz' project (seems to be a Kahoot alternative - I have never heard of either) in the "not visited category". Keep up the good work!
Re: Retrieving your browsing history through a CAPTCHA
#38Re: Retrieving your browsing history through a CAPTCHA
#39Earlier quoted context omitted.
No, each square the user clicks could be a checkbox that is submitted to the backend as a form when they click done.
It could even just use CSS selectors to reveal an image or change a background image that results in a request to the backend.