Skip to content

Instantly share code, notes, and snippets.

@sinak
Created February 11, 2014 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinak/8931395 to your computer and use it in GitHub Desktop.
Save sinak/8931395 to your computer and use it in GitHub Desktop.
var referalMap = {
'fp': {
name: 'Free Press',
policy: 'http://www.freepress.net/privacy-copyright'
},
'fftf': {
name: 'Fight for the Future',
policy: 'http://www.fightforthefuture.org/privacy/'
},
'eff': {
name: 'EFF',
policy: 'https://www.eff.org/policy'
},
'an': {
name: 'Access Now',
policy: 'https://www.accessnow.org/pages/privacy-policy'
},
'dp': {
name: 'Demand Progress',
policy: 'http://www.demandprogress.org/privacy/'
},
'om': {
name: 'Open Media',
policy: 'https://openmedia.ca/privacy'
},
'ra': {
name: 'RootsAction',
policy: 'http://www.rootsaction.org/privacy-policy'
},
'o98': {
name: 'The Other 98%',
policy: 'http://other98.com/privacy/'
},
'dk': {
name: 'Daily Kos',
policy: 'http://www.dailykos.com/special/privacy'
},
'ca': {
name: 'Credo Action',
policy: 'http://credoaction.com/privacy/'
},
'aclu': {
name: 'ACLU',
policy: 'https://www.aclu.org/american-civil-liberties-union-privacy-statement'
},
'pda': {
name: 'Progressive Democrats of America',
policy: 'http://www.pdamerica.org/about-pda/privacy-policy'
},
'of': {
name: 'Campaign for America\'s Future',
policy: 'http://ourfuture.org/privacy'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment