From d4420fac2186b5c2bcdad262be8e41b92fbc202d Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Fri, 18 May 2012 17:39:11 +0100 Subject: [PATCH] Add object to config containing blacklisted words --- config.default.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.default.json b/config.default.json index 3298d32e..5b973418 100644 --- a/config.default.json +++ b/config.default.json @@ -22,5 +22,10 @@ }, "analytics": { "id": null + }, + "blacklist": { + "html": ["processform.cgi", "habbo.com"], + "css": [], + "javascript": [] } }