Earlier quoted context omitted.
"It seems like a ton of apps are abusing this feature:" Honest question: Why do we need this feature? As a user, I am happy to sacrafice whatever benefit it provides -- to end users -- to stop the abuse. Obviously the feature provides benefits to app developer personal data collectors. OK by me to remove feature.
I've never seen a "I will paste your clipboard for you" feature be used in any app, ever.
iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
541–550 of 613 posts
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#542Earlier quoted context omitted.
Looks like photos is addressed in iOS 14 https://appleinsider.com/articles/20/06/24/apple-fine-tunes-... Agree tighter control over contacts sharing would be nice but I don’t think it’s malicious on Apple’s part that this isn’t possible - they’ve quite clearly shown they are on the side of user privacy, but they do also tend to move at a fairly slow pace
This seems to increase the amount of work a user has to do in practice. I suspect most users will end up sharing the entire library. From the link above: > There's also the entirely new option Select Photos..., which leads the user through to the Camera Roll to pick one or more images to share. It is specifically images that users can opt to share, rather than albums. > Which then means there is an issue that the nex…
This has existed forever - in fact, for far longer than applications have had the option of requesting full access to your camera roll. Unfortunately most applications have decided they prefer to take over the experience, and provide absolutely no fallback option if you reject giving them access.
Apple really just needs to make it mandatory to present a UIImagePickerController instead of whatever "integrated experience" an app provides when permissions to the photo library are denied. That would have been a much saner solution than this abomination - I don't want Teams to have the ability to wander around my photo library just so I can share a quick snap of a whiteboard. But I don't get a choice, because denying permission just makes it throw an error message up saying it doesn't have access.
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#543Earlier quoted context omitted.
My guess is that each frame of the video was OCR'd for text, so as the author typed a URL in one character at a time it was producing unique substrings on-screen and the youtube bot dutifully tried to fetch each of those unique substrings
That seemed like the gist of it. I wasn't surprised that it was OCR'ing text, but I was floored that it recognized a URL and started firing off requests.
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#544Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#545Earlier quoted context omitted.
Looks like photos is addressed in iOS 14 https://appleinsider.com/articles/20/06/24/apple-fine-tunes-... Agree tighter control over contacts sharing would be nice but I don’t think it’s malicious on Apple’s part that this isn’t possible - they’ve quite clearly shown they are on the side of user privacy, but they do also tend to move at a fairly slow pace
This seems to increase the amount of work a user has to do in practice. I suspect most users will end up sharing the entire library. From the link above: > There's also the entirely new option Select Photos..., which leads the user through to the Camera Roll to pick one or more images to share. It is specifically images that users can opt to share, rather than albums. > Which then means there is an issue that the nex…
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#546Earlier quoted context omitted.
A high speed collision happens on a freeway, killing both drivers. This is a car manufacturer bug, not a human bug. You can't expect millions of drivers to get driving right. A car should not be allowed to drive fast. How about: stop apologizing for billion dollar corporations. Fault can be placed on both the OS and applications. I expect better, from everyone.
Are you really suggesting that cars have never had bugs that cause crashes?
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#547Earlier quoted context omitted.
not a single person, but the sum of all people looking at the different parts. that's how open source works.
I've said this before, but the dogmatic belief that open source automatically means something is safer just isn't true. In theory it means something could maybe be safer, but it far from guarantees it.
The commented I replied to implied that one would walk through the entire stack, every line of code, to audit e.g. an app running on a phone. This is most certainly not what OP meant. Rather, on a whole OSS is mostly transparent, while proprietary software is not. There are of course bugs, but that's not the focus here with "safety".
What we care about is intention. Private companies's have a track record in implementing features that go directly against the benefit if their end-users, e.g. tracking or vendor-lock-in. These anti-features, like the one described in the article, are much harder to detect precisely because the software is proprietary.
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#548Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#549Earlier quoted context omitted.
Agreed. Reading the clipboard should require the user to choose "paste" just like the browser does. You can't read it unless the user expressly trying to paste into your app.
JavaScript can manipulate the contents of your clipboard without any interaction from the user. It's not just apps that can do this.
Re: iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes
#550Earlier quoted context omitted.
Reading from the clipboard is allowed on a user-triggered event. It's somewhat similar to how Firefox has disallowed auto-playing videos except on user permission or a user-triggered event. Which has been mostly worked around by the bad actors, who use things like mouse-over or scroll to trigger the event.
> user-triggered event “Click Reject All Cookies to exercise your GDPR rights!”