Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciZ committed Aug 4, 2015
1 parent 5cb9d28 commit 9b93bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ exports.startServer = function(cb){

var userAgent = req.get('User-Agent');
var search = userAgent.indexOf('Mac');

if(search !== -1){

//res.send('You have a mac, you are not welcome');

}

next();
Expand Down

0 comments on commit 9b93bd9

Please sign in to comment.