An explanation from LinkedIn: https://twitter.com/eberger45/status/1278843576638570496 ------ Hi @DonCubed . Appreciate you raising this. We've traced this to a code path that only does an equality check between the clipboard contents and the currently typed content in a text box. We don't store or transmit the clipboard contents. ---------- An example of this is in a library we have open sourced, and you can find th…
LinkedIn is copying the contents of my clipboard on every keystroke
351–360 of 380 posts
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#352Earlier quoted context omitted.
Well, once upon a time you trusted the code running on your device. In Chrome on Android, the flag you want is under Settings | Site Settings | Clipboard | Ask before allowing sites to read text and images from the clipboard , and I think it's on by default.
Funny how you are promoting Chrome and Android when I've known for a fact that Google Maps has done this since forever because when you open the app immediately if and only if it's an address it suggests whatever is on your clipboard as a destination. This means 1) there's code running somewhere grabbing the clipboard and deciding if it's an address (might ping home) 2) it has to copy the clipboard all the time to do…
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#353Re: LinkedIn is copying the contents of my clipboard on every keystroke
#354An explanation from LinkedIn: https://twitter.com/eberger45/status/1278843576638570496 ------ Hi @DonCubed . Appreciate you raising this. We've traced this to a code path that only does an equality check between the clipboard contents and the currently typed content in a text box. We don't store or transmit the clipboard contents. ---------- An example of this is in a library we have open sourced, and you can find th…
This should be higher, above all of the mobs teething for vengeance. It’s an innocuous comparison of text input to the pasteboard to prevent unwanted autocorrect insertions.[0] Probably the same code used by TikTok too. the code and and comments are here: [0] https://github.com/linkedin/Hakawai/pull/162/commits/c3f8958...
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#355Earlier quoted context omitted.
This assumes there is a lot of good players, tenants and landlords and they are just waiting for a good app which will let them find each other finally. From my experience, this market is conflict driven, there is no such thing as good landlord and good tenant.
I'm a professional earning 1.5-2.5 the average national salary. I'm moving abroad to a new city and ready to pay 20-30% of my net salary on rent. I'm paying the rent and media regularly on time and the deposit on move in. I demand apartment in the price range 5-15 EUR/m^2 per month, in comfortable standard, and the full deposit back on move out. What invalidates me as a good tenant? Then given my requirements above,…
Nothing, I believe you are a good tenant. But this competitive market with limited resources has "perfect is the enemy of good" situation. Landlords can choose and they want perfect.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#356LinkedIn is actually copying the clipboard while that user types in a different app. https://twitter.com/DonCubed/status/1278757201310388225
No, that is the LinkedIn app. It's the messaging dialog (you can see their custom "send" button at the lower right corner).
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#357Earlier quoted context omitted.
The OS really shouldn't grant apps access to the clipboard until release by the user in my opinion.
Well the moment you allow access because you think the app has good intentions it can misuse it later. Maybe the popup should not show when the user presses 'paste'. But I believe awareness is the first step.
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#358Earlier quoted context omitted.
If all your scammers are from one geographical location halfway across the world, it is fine to refer to it and you shouldn't be shamed for naming it. Lest we police ourselves into ignorance.
Only if you are having a conversation where the demographics of the scammers has relevance. In the case of discussing LinkedIn, it doesn’t matter where the scammers are from. The adjective is redundant in this context. In this thread, almost any other adjective would have allowed the main meaning of the sentence to continue uninterrupted (“filthy scammers”, “frustrating scammers”, “purple scammers”, “fearless scammer…
Re: LinkedIn is copying the contents of my clipboard on every keystroke
#359Re: LinkedIn is copying the contents of my clipboard on every keystroke
#360An explanation from LinkedIn: https://twitter.com/eberger45/status/1278843576638570496 ------ Hi @DonCubed . Appreciate you raising this. We've traced this to a code path that only does an equality check between the clipboard contents and the currently typed content in a text box. We don't store or transmit the clipboard contents. ---------- An example of this is in a library we have open sourced, and you can find th…
Why would they do this check all the time, rather than just at the moment the text box contents changes?