Skip to content

Commit

Permalink
Removed cruftyness and switched to new CDN.
Browse files Browse the repository at this point in the history
- Removed tracking code and DB functionality
- Changed from the staging CDN to the live one.
  • Loading branch information
Sid Stamm committed Apr 8, 2011
1 parent dcd1878 commit eca692d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 177 deletions.
13 changes: 0 additions & 13 deletions README

This file was deleted.

11 changes: 0 additions & 11 deletions config/config.default.php

This file was deleted.

11 changes: 0 additions & 11 deletions config/schema.sql

This file was deleted.

2 changes: 0 additions & 2 deletions dnt_status.php
@@ -1,7 +1,5 @@
<?php

require_once('./config/config.php');

// dnt detection script
// Grabs the HTTP request (i.e., cookies and DNT header and referrer) then
// serves an appropriate image back.
Expand Down
15 changes: 6 additions & 9 deletions index.php
@@ -1,7 +1,4 @@
<?php
require_once('./config/config.php');

// do-not-track PoC.

$dnt = isset($_SERVER['HTTP_DNT']);
$dntval = $_SERVER['HTTP_DNT'];
Expand All @@ -11,7 +8,7 @@
<html>
<head>
<title>Mozilla: Do Not Track</title>
<meta name="og:image" content="http://www-fx4-cdn.stage.mozilla.com/img/firefox-100.jpg">
<meta name="og:image" content="http://mozcom-cdn.mozilla.net/img/firefox-100.jpg">

<style>
/* MetaWebPro font family licensed from fontshop.com. WOFF-FTW! */
Expand All @@ -22,13 +19,13 @@
font-weight: bold;
}
</style>
<link href="http://www-fx4-cdn.stage.mozilla.com/includes/min/min.css?g=css" rel="stylesheet">
<script src="http://www-fx4-cdn.stage.mozilla.com/includes/min/min.js?g=js"></script>
<link href="http://mozcom-cdn.mozilla.net/includes/min/min.css?g=css" rel="stylesheet">
<script src="http://mozcom-cdn.mozilla.net/includes/min/min.js?g=js"></script>
<meta name="WT.ad" content="Do Not Track;Do-not-track;DNT;Privacy;Advertising;Tracking" />
<link rel="stylesheet" href="http://www-fx4-cdn.stage.mozilla.com/style/covehead/home-fx.css" media="screen" />
<link rel="stylesheet" href="http://mozcom-cdn.mozilla.net/style/covehead/home-fx.css" media="screen" />
<link rel="stylesheet" href="styles.css" media="screen" />
<link rel="stylesheet" href="http://www-fx4-cdn.stage.mozilla.com/style/covehead/mozilla-expanders.css" media="screen" />
<script src="http://www-fx4-cdn.stage.mozilla.com/js/mozilla-expanders.js"></script>
<link rel="stylesheet" href="http://mozcom-cdn.mozilla.net/style/covehead/mozilla-expanders.css" media="screen" />
<script src="http://mozcom-cdn.mozilla.net/js/mozilla-expanders.js"></script>

</head>
<body class="">
Expand Down
33 changes: 0 additions & 33 deletions optout.php

This file was deleted.

49 changes: 0 additions & 49 deletions results.php

This file was deleted.

49 changes: 0 additions & 49 deletions track.php

This file was deleted.

0 comments on commit eca692d

Please sign in to comment.