mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix regex
This commit is contained in:
parent
3e02b65cfb
commit
30d4d72b7a
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ class Site < Sequel::Model
|
|||
|
||||
CLAMAV_THREAT_MATCHES = [
|
||||
/^VBS/,
|
||||
/^PUA.Win32/,
|
||||
/^JS.Popupper/
|
||||
/^PUA\.Win32/,
|
||||
/^JS\.Popupper/
|
||||
]
|
||||
|
||||
BANNED_TIME = 2592000 # 30 days in seconds
|
||||
|
|
Loading…
Add table
Reference in a new issue