From 2d619a177882dcc61b1cc7249b2f981552dfcc2d Mon Sep 17 00:00:00 2001 From: Tony Ganch Date: Wed, 23 Jul 2014 02:07:42 +0400 Subject: [PATCH] Comb: Add gates for csscomb.com and csscomb.ru --- comb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comb.js b/comb.js index 7858c60..3e199e3 100644 --- a/comb.js +++ b/comb.js @@ -8,8 +8,8 @@ module.exports = function(req, res){ var acceptedReferers = [ 'http://localhost:4444/online', 'http://csscomb.jit.su/online', - 'http://csscomb.com', - 'http://csscomb.ru' + 'http://csscomb.com/online', + 'http://csscomb.ru/online' ]; if (acceptedReferers.indexOf(req.headers.referer) < 0) res.send('Don\'t be evil');