mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for threat matches
This commit is contained in:
parent
30d4d72b7a
commit
3095185121
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ class Site < Sequel::Model
|
||||||
CLAMAV_THREAT_MATCHES = [
|
CLAMAV_THREAT_MATCHES = [
|
||||||
/^VBS/,
|
/^VBS/,
|
||||||
/^PUA\.Win32/,
|
/^PUA\.Win32/,
|
||||||
/^JS\.Popupper/
|
/^JS\.Popupper/,
|
||||||
|
/Heuristic\.HTML\.Dropper/,
|
||||||
|
/PHP\.Hide/
|
||||||
]
|
]
|
||||||
|
|
||||||
BANNED_TIME = 2592000 # 30 days in seconds
|
BANNED_TIME = 2592000 # 30 days in seconds
|
||||||
|
|
Loading…
Add table
Reference in a new issue