From 57cd13da8783a8ebfdf35d3a78b5574247b74c27 Mon Sep 17 00:00:00 2001 From: rav4s Date: Tue, 9 Mar 2021 18:42:44 -0600 Subject: [PATCH] Added new article --- googleflocterrible.html | 173 ++++++++++++++++++++++++++++++++++++++++ index.html | 4 +- js/redirects.js | 3 + 3 files changed, 178 insertions(+), 2 deletions(-) create mode 100644 googleflocterrible.html diff --git a/googleflocterrible.html b/googleflocterrible.html new file mode 100644 index 0000000..a84792b --- /dev/null +++ b/googleflocterrible.html @@ -0,0 +1,173 @@ + + + + + Google’s FLoC Is a Terrible Idea + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Type: Article
Author: Bennett Cyphers
Publish Date: 3/3/2021
Publisher: Electronic Frontier Foundation
+ Link
Reflection: Google has been a leader in encroaching on web users' privacy for almost two decades now, and their new "privacy sandbox" doesn't really change anything. Instead of using cookies to track visitors to various sites, Google's new FLoC will aggregate multiple users in a cohort based on their recent Chrome browsing history, and sell that data to advertisers. This data will then be used to target ads and invade on the comfort and privacy of Internet users. In many ways, this is worse than simple cookies, because it creates risks such as fingerprinting and cross-content exposure (which could make your personally identifiable information, such as browsing history, publicly available). +
+
+ + + + + + + + +
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 5401b04..455528e 100644 --- a/index.html +++ b/index.html @@ -201,9 +201,9 @@

-
+
- Another article + Google’s FLoC Is a Terrible Idea
diff --git a/js/redirects.js b/js/redirects.js index 297b3d0..31be563 100644 --- a/js/redirects.js +++ b/js/redirects.js @@ -19,4 +19,7 @@ document.getElementById("sonnetxii").onclick = function() { }; document.getElementById("imacg3stevejobs").onclick = function() { location.href = "./imacg3stevejobs.html"; +}; +document.getElementById("googlefloc").onclick = function() { + location.href = "./googleflocterrible.html"; }; \ No newline at end of file