Skip to content

Commit

Permalink
Take down Privacy Defender test
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton authored and groovecoder committed Aug 11, 2020
1 parent cdb9a0a commit e07be34
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 1,069 deletions.
10 changes: 0 additions & 10 deletions controllers/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,6 @@ function addEmailToBundleWaitlist(req, res) {
}


function getUpgrade(req, res) {
if (!req.session.user) {
return res.redirect("/");
}
return res.render("upgrade", {
title: "Firefox Privacy Defender",
});
}

function notFound(req, res) {
res.status(404);
res.render("subpage", {
Expand All @@ -151,7 +142,6 @@ module.exports = {
getAllBreaches,
getBentoStrings,
getSecurityTips,
getUpgrade,
protectMyEmail,
addEmailToBundleWaitlist,
notFound,
Expand Down
Loading

0 comments on commit e07be34

Please sign in to comment.