Skip to content

Instantly share code, notes, and snippets.

@billfitzgerald
billfitzgerald / keywords_concepts.md
Last active August 3, 2018 15:51
Keywords and Concepts when studying Privacy and Security

Keywords and Concepts

This list of Keywords and Concepts was created during the "Privacy" session at Digital Pedagogy Lab.

The terms were discussed during our 4 day session; the terms with links were incorporated from http://culturedigitally.org.

3rd Party Doctrine

Adtech

@billfitzgerald
billfitzgerald / privacy_postcard.md
Last active September 20, 2019 13:01
Privacy Postcard, or Poison Pill Privacy
scheme netloc source port subdomain domain suffix
https sync.1rx.io sync.1rx.io None sync 1rx io
https sync.1rx.io sync.1rx.io None sync 1rx io
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
scheme netloc source port subdomain domain suffix
https s0.2mdn.net s0.2mdn.net None s0 2mdn net
https aa.agkn.com aa.agkn.com None aa agkn com
https tags.bluekai.com tags.bluekai.com None tags bluekai com
http buzzfeed.com buzzfeed.com None buzzfeed com
http www.buzzfeed.com www.buzzfeed.com None www buzzfeed com
https abeagle-public.buzzfeed.com abeagle-public.buzzfeed.com None abeagle-public buzzfeed com
https uw.buzzfeed.com uw.buzzfeed.com None uw buzzfeed com
https uw.buzzfeed.com uw.buzzfeed.com None uw buzzfeed com
https webappstatic.buzzfeed.com webappstatic.buzzfeed.com None webappstatic buzzfeed com
AA3loYla.renderAd({
"foundBehavioralData": false,
"dsxout": {
"copyright": "Advertise.com XML Output",
"searchinfo": {
"terms": true,
"requestid": "1491995213491_142_229276_155471084",
"ah": "www.advertise.com",
"count": "25",
"svid": true,
We can't make this file beautiful and searchable because it's too large.
scheme,netloc,subdomain,domain,suffix,Site
http,sync.1rx.io,sync,1rx,io,Addicting Info
http,sync.1rx.io,sync,1rx,io,Addicting Info
http,sync.1rx.io,sync,1rx,io,Addicting Info
http,sync.1rx.io,sync,1rx,io,AllenBWest
http,sync.1rx.io,sync,1rx,io,AllenBWest
http,sync.1rx.io,sync,1rx,io,AllenBWest
http,sync.1rx.io,sync,1rx,io,Alternet
http,sync.1rx.io,sync,1rx,io,Alternet
http,sync.1rx.io,sync,1rx,io,Alternet
@billfitzgerald
billfitzgerald / static_fbcdn_net.js
Last active May 22, 2022 15:18
Code loaded from https://static.xx.fbcdn.net - versions are reused across multiple sites
/**
* Code pulled from https://static.xx.fbcdn.net/rsrc.php/v3iSgH4/y6/l/en_US/Hd9DSuyOZWy.js
* Originally loaded from allenbwest.com
* Details in this post: https://funnymonkey.com/2017/adtech-and-misinformation-the-middlemen-who-sell-to-all-sides
*/
if (self.CavalryLogger) {
CavalryLogger.start_js(["Z3urS"]);
}
@billfitzgerald
billfitzgerald / csync.php
Created July 24, 2016 05:15
This file was downloaded to my computer while visiting a NY Times page in an incognito window.
<?php
require_once("config/config.php");
require_function("util/StaticFunctions.php");
require_function("service/ServiceFactory.php");
require_function("bo/BoFactory.php");
require_function("data/DataFactory.php");
require_function("util/UtilFactory.php");
require_function("data/AkamaiLoggingService.php");