Earlier quoted context omitted.
Animations, tracking and fraud detection are the big areas. Ads were historically one of the strongest drivers of Flash, given how easy it made for creatives to implement animations without needing a frontend developer - ad buyers these days would instantly protest against any attempt to remove either of the three use cases. And given that we are talking about sometimes eight figures worth of ad buying... no network…
I still don't understand it. I was under the impression that animations are also able to be served through HTML5? Both CSS and HTML should be sufficient. ~We're in the age where we're able to serve an entire sqlite database over a static website, yet an animation does require javascript?~ EDIT: I am wrong to think that serving and interacting with a sqlite database goes without javascript.
An iframe from googlesyndication.com tries to access the camera and microphone
231–240 of 280 posts
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#232Earlier quoted context omitted.
To be fair, he said Google and others. I still don't know how much Google is responsible though.
Google goes way further and doesn't even serve a prompt. Instead they show you a opt-out plugin that you can download to run in your browser. Most blatant disregard of rules and feeling better than the rest behaviour if you ask me.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#233Is this just click bait? I don't know the intricacies of Google's ad serving, but is this not just someone (e.g., an ads customer) slipping a request for camera and mic access into an ad script? But the title seems to suggest Google is doing something malicious here.
It is not. It sounds like something that should have been taken care of by Google at least 10 years ago.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#234Earlier quoted context omitted.
Google goes way further and doesn't even serve a prompt. Instead they show you a opt-out plugin that you can download to run in your browser. Most blatant disregard of rules and feeling better than the rest behaviour if you ask me.
Link?
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#235Earlier quoted context omitted.
My company is now giving us those to use in our company laptops: https://m.media-amazon.com/images/I/61l+gnZORVL._AC_SY355_.j... They're pretty convenient and look nice
Be careful with those on laptops. I had a 2016 Macbook Pro and put one of those one it. About 1 month later I had a nice big crack in display straight down the middle of the screen. I'm not 100% certain that was the cause. But the guy at the Apple store seemed to think it was, which meant they wouldn't pay for it. And a quick google shows others who are convinced. The bezel on that laptop was really tiny and I can ea…
I'll leave this,
https://support.apple.com/en-us/HT211148
>Make sure the camera cover is not thicker than an average piece of printer paper (0.1mm).
>If you install a camera cover that is thicker than 0.1mm, remove the camera cover before closing your computer.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#236Earlier quoted context omitted.
I still don't understand it. I was under the impression that animations are also able to be served through HTML5? Both CSS and HTML should be sufficient. ~We're in the age where we're able to serve an entire sqlite database over a static website, yet an animation does require javascript?~ EDIT: I am wrong to think that serving and interacting with a sqlite database goes without javascript.
> We're in the age where we're able to serve an entire sqlite database over a static website Making use of the SQLite database is entirely client side and requires JavaScript or WASM (the distinction is unimportant) - it requires running code on the frontend. This is not a great way to state your case.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#237Earlier quoted context omitted.
I still don't understand it. I was under the impression that animations are also able to be served through HTML5? Both CSS and HTML should be sufficient. ~We're in the age where we're able to serve an entire sqlite database over a static website, yet an animation does require javascript?~ EDIT: I am wrong to think that serving and interacting with a sqlite database goes without javascript.
Animations can be CSS, yes. That's what you do in https://amp.dev/documentation/guides-and-tutorials/learn/a4a... (declarative ad format, no advertiser-written JS)
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#238Earlier quoted context omitted.
Yes - banner ads are constantly targeted by malicious actors. My employer pays a vendor something like $200k/mo for creative scanning to avoid issues like this. Google certainly spends tens of millions a year trying to avoid issues like this. See vendors like “the media trust”
Hey, if you want, you can give me $200k/month and I'll scan your ads to make sure they're just flat fucking image files without any arbitrary bullshit code
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#239Earlier quoted context omitted.
Link?
https://tools.google.com/dlpage/gaoptout
The extension you're linking allows someone to opt out of Google Analytics across all sites. That pretty much has to be a browser extension, because GA by default doesn't use any third-party cookies (and third party cookies are going away anyway).
(Disclosure: I work at Google, speaking only for myself)