The author is concerned that an ad might be able to surreptitiously turn on the camera or microphone, but these are not accessible by default. In this case, it isn't even getting as far as a permissions prompt because the default Feature Policy doesn't allow camera or mic access in cross-origin iframes. (Ex, for Chrome: https://sites.google.com/a/chromium.org/dev/Home/chromium-se... ) Instead, I think the most likely…
The author is concerned that an ad might be able to surreptitiously turn on the camera or microphone You are correct, that is the author's concern. The reason the rest of us are concerned is because the general public has been conditioned by Google and others to just press "Accept" any prompt that pops up, no matter how dangerous.
An iframe from googlesyndication.com tries to access the camera and microphone
121–130 of 280 posts
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#122Earlier quoted context omitted.
Haha, easy way to create plausible deniability if you just allow everything to run :D. Doesn't that also make it easy for anyone running an ad to run hivemind in the ad itself? In addition, why is it hard to enforce a policy that disallows any ad to reach out to the camera and microphone? I don't understand why that is hard to enforce.
> Doesn't that also make it easy for anyone running an ad to run hivemind in the ad itself? Are you talking about crypto mining? That's a good example of something which is against policy but difficult to fully prevent technically. The core problem from someone trying to exploit this, however, is that crypto mining in the browser is minimally profitable, so you need to do a huge amount before seeing noticeable return…
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#123This is not google, but a third party ad network serving ads through google. Google tries to sandbox the creatives in an attempt to prevent issues exactly like this, and develops browser features to prevent issues exactly like this. This is likely a script that somehow avoided google's malware scanning pipelines. This is definitely not google's malintent. Disclaimer: Ex googler, worked in ads, dealed with problems li…
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#124This is not google, but a third party ad network serving ads through google. Google tries to sandbox the creatives in an attempt to prevent issues exactly like this, and develops browser features to prevent issues exactly like this. This is likely a script that somehow avoided google's malware scanning pipelines. This is definitely not google's malintent. Disclaimer: Ex googler, worked in ads, dealed with problems li…
> This is likely a script that somehow avoided google's malware scanning pipelines. I can't think of a good reason for scripts through google ad syndication to be asking for camera and microphone permissions. I'd assume Google runs these scripts in something like a lab environment to see what's ultimately invoked before deploying them to production? If so, would this be indicative of both a deliberate controls bypass…
See vendors like “the media trust”
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#125Re: An iframe from googlesyndication.com tries to access the camera and microphone
#126Is 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.
Isn't Google supposed to vet whatever ads they send into the world? I don't know if this looks any better if Google is negligent/incompetent instead of malicious.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#127Earlier quoted context omitted.
You should also destroy any speakers. https://arxiv.org/ftp/arxiv/papers/1611/1611.07350.pdf
Oof, that's unfortunate. Thanks for the tip.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#128Earlier quoted context omitted.
I do wish google engineers would do something positive for society and switch to a career in subsistence farming. No one needs ads. Not arbitrary JS ads, not declarative ads, not personalised ads, not any ads.
But what do you see as the alternative for funding sites? The site we're on is funded by (declarative, non-personalized, non-obtrusive) ads. I would rather have ads than paywalls.
Twitch shows that people are very willing to pay for content. I'd very much be happy to if that removed all of the spam.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#129Earlier quoted context omitted.
I do wish google engineers would do something positive for society and switch to a career in subsistence farming. No one needs ads. Not arbitrary JS ads, not declarative ads, not personalised ads, not any ads.
But what do you see as the alternative for funding sites? The site we're on is funded by (declarative, non-personalized, non-obtrusive) ads. I would rather have ads than paywalls.
Re: An iframe from googlesyndication.com tries to access the camera and microphone
#130Earlier quoted context omitted.
> Doesn't that also make it easy for anyone running an ad to run hivemind in the ad itself? Are you talking about crypto mining? That's a good example of something which is against policy but difficult to fully prevent technically. The core problem from someone trying to exploit this, however, is that crypto mining in the browser is minimally profitable, so you need to do a huge amount before seeing noticeable return…
Yes, I am talking indeed about crypto mining. I am also talking mostly about the aspect of wasting compute cycles and thus harming the environment through Google's means. Yes, it is minimally profitable, but that it is possible is weird if you ask me.