Skip to main content

Google Caught Tracking Safari Users: What You Need to Know

Google Caught Tracking Safari Users: What You Need to Know

google-magnifying-glass-600Google is in a lot of hot water over recent revelations about how it tracks user activity on Apple devices — particularly iPhones and iPads.
As reported by The Wall Street Journal, an independent researcher has discovered that Google embeds hidden software on many websites — software designed to circumvent the default settings on a web browser to record a user's behavior.
The issue involves how Safari, the default web browser on Apple devices, deals with cookies. Cookies, of course, are the little pieces of information (such as a user ID) that a website can leave on your phone, tablet or computer and later retrieve. Cookies allow you to log in to a website such as Flickr, and return without needing to log in again.
Cookies also enable advertisers to track your behavior. By keeping track of what you're looking at on one website, an ad network can serve you ads, based on those clicks, on another. Users can prevent that from happening via certain settings, but not all web browsers approach the issue in the same way.
So how is Safari different? What's at stake? And what can a concerned user do about it? Read on:
What exactly was Google caught doing?
Google was using a software trick to get around a Safari setting that only allow certain types of cookies. That way the company could put cookies on a user's device, letting it track sites visited, which in turn let Google tailor advertising to the user.
Why would it need to "trick" Safari into doing that?
By default, Safari blocks cookies from third parties. Most browsers allow users to block cookies, but don't set it as a default. Google happens to operate many of its advertising services, including DoubleClick, from a domain outside Google.com — a domain which Safari treats as a third party. So even if a user was logged into Google, DoubleClick was blocked from serving ads to the user — unless that user approved the cookie by, say, filling out a form.
How did Google get around that?
The company put a hidden field in some of its sites that essentially acted as a form, even though the user never filled out anything. That told Safari it was OK for DoubleClick to serve ads to the unknowing, unwitting user.
Why would Google do that?
Google says it's all an accident. Even though Google's primary business is advertising and the Safari browser on iPhones and iPads is said to account for more than 50% of mobile browsing, Google says it was merely taking advantage of a known workaround in Safari that lets do things like use Google's "+1" buttons on sites outside the Google.com domain.
Come again?
Modules like the "+1" button and the Facebook Like button appear on many different sites, and users generally expect them to work without changing their browser settings. Facebook even encourages developers to exploit the same Safari quirk Google targeted here. Google says it was only trying to enable such functionality with those hidden fields, and it "didn't anticipate" advertising cookies to be set on Safari.
Is Google doing anything about it?
Yes, it says it's started removing these cookies from Safari browsers.
What does Google do with the information it collected?
Until it started removing the cookies, the company used the information mainly to tailor ads based on the websites you visited. The cookie doesn't track personal information, such as your address or phone number.
Will Google face any penalties for this?
It's unclear. Google is under close watch by the FTC for privacy violations, and this might qualify. For its part, the FTC acknowledged to Mashable that it was aware of the issue, but didn't say if it would do anything about it.
Is Google the only one doing this?
No. The original testing by Stanford grad student Jonathan Mayer pointed the finger at three other companies — Vibrant Media, Media Innovation Group and PointRoll — all of which exploit Safari's quirks to serve ads to unsuspecting users.
Can Apple do anything about this "quirk?"
Apple says it's working on a way to "put a stop" to third parties circumventing Safari's privacy settings.
What can I do if I'm concerned about this?
To ensure that no one puts unwanted cookies on your device, simply go into your browser settings and choose the option to never accept cookies. However, that will also mean you'll have a hard time logging into many sites. Another option is to simply clear your browser of cookies regularly. You can do that in you settings as well.

Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&