Difference between revisions of "InclusionsReplacement"

From FuckOffGoogle
Jump to: navigation, search
(update with link for discussion (but in another platform, !!))
Line 14: Line 14:
 
If you connect to <code>https://www.mozilla.org</code> and you are running a tool on your browser to spot third party trackers ([https://www.technologyreview.com/s/601488/largest-study-of-online-tracking-proves-google-really-is-watching-us-all/ https://www.technologyreview.com/s/601488/largest-study-of-online-tracking-proves-google-really-is-watching-us-all/], G. is the monopolist of those) you might see, on 11 October 2018, a connection to YouTube (this belong to Google infrastructure)
 
If you connect to <code>https://www.mozilla.org</code> and you are running a tool on your browser to spot third party trackers ([https://www.technologyreview.com/s/601488/largest-study-of-online-tracking-proves-google-really-is-watching-us-all/ https://www.technologyreview.com/s/601488/largest-study-of-online-tracking-proves-google-really-is-watching-us-all/], G. is the monopolist of those) you might see, on 11 October 2018, a connection to YouTube (this belong to Google infrastructure)
  
== Our collection and attribution ==
+
== Our "attribution logic" ==
  
The issue is in attributing a domain name, for example <code>google-analytics.com</code> to a company, Google. The list used is currently this, and should be maintained/verify if is updated: [https://github.com/vecna/invi.sible.link/blob/master/lib/company.js#L570 company.js], and the attributing of Google product is made based on URL schema and domain name, this should be updated and verify too: [https://github.com/vecna/invi.sible.link/blob/master/lib/google.js#L16 google.js]
+
When we do a technical analysis we see only domain names, such as  <code>google-analytics.com</code>, but the information we want is the company name (Google) and the product name (Analytics). This example is the simplest, other Google product have domain names without having <code>google</code> in their name, and the product is attributed by looking at the URL.  
 +
 
 +
The list used is currently this, and should be maintained/verify if is updated: [https://github.com/vecna/invi.sible.link/blob/master/lib/company.js#L570 company.js], and the attributing of Google product is made based on URL schema and domain name, this should be updated and verify too: [https://github.com/vecna/invi.sible.link/blob/master/lib/google.js#L16 google.js]
  
 
== Methodology ==
 
== Methodology ==
Line 22: Line 24:
 
This list stay in a dedicate format, because should be machine readable, the methodology consists in:
 
This list stay in a dedicate format, because should be machine readable, the methodology consists in:
  
1. Pick a product  
+
# Pick a product,
2. Look for replacement
+
# Ask yourself: ''Is it a service?'': look at the privacy policy, ''Is it a software?'': look at the technical specification.
  * Is it a service: look at the privacy policy
+
# Write a small summary, find the most accessible product link.
  * Is it a software: look at the technical specification
+
# Open the page about the product replacements and add a new product.
3. Write a small summary, find the most accessible product link
 
4. Open the page about the product replacements and add a new product
 
  
 
====== Product list (and their replacement) ======
 
====== Product list (and their replacement) ======

Revision as of 12:25, 31 October 2018

This page address the third party resources loaded by Google. It is created as part of a mapping and awareness campaign, it include few technicalities for internal usage or related to Google products.

Google third party inclusions

With Google third party inclusions we talk about all the Google services which effect is making a browser web connecting to Google infrastructure when the person navigating is willingly going on a website which do not belong to Google.

External resources

Others group already address, among the many, Google monopoly. No More Google, switching.social, ...

Format Example

If you connect to https://www.mozilla.org and you are running a tool on your browser to spot third party trackers (https://www.technologyreview.com/s/601488/largest-study-of-online-tracking-proves-google-really-is-watching-us-all/, G. is the monopolist of those) you might see, on 11 October 2018, a connection to YouTube (this belong to Google infrastructure)

Our "attribution logic"

When we do a technical analysis we see only domain names, such as google-analytics.com, but the information we want is the company name (Google) and the product name (Analytics). This example is the simplest, other Google product have domain names without having google in their name, and the product is attributed by looking at the URL.

The list used is currently this, and should be maintained/verify if is updated: company.js, and the attributing of Google product is made based on URL schema and domain name, this should be updated and verify too: google.js

Methodology

This list stay in a dedicate format, because should be machine readable, the methodology consists in:

  1. Pick a product,
  2. Ask yourself: Is it a service?: look at the privacy policy, Is it a software?: look at the technical specification.
  3. Write a small summary, find the most accessible product link.
  4. Open the page about the product replacements and add a new product.
Product list (and their replacement)

The pages linked (the one who starts with "Replacement" are a standard format, please update the by copying the example in the page.