fix regex

This commit is contained in:
Kyle Drake 2014-08-10 19:09:41 -07:00
parent 3e02b65cfb
commit 30d4d72b7a

View file

@ -62,8 +62,8 @@ class Site < Sequel::Model
CLAMAV_THREAT_MATCHES = [ CLAMAV_THREAT_MATCHES = [
/^VBS/, /^VBS/,
/^PUA.Win32/, /^PUA\.Win32/,
/^JS.Popupper/ /^JS\.Popupper/
] ]
BANNED_TIME = 2592000 # 30 days in seconds BANNED_TIME = 2592000 # 30 days in seconds