Update Rules for Arcjet

This commit is contained in:
Ahmad 2024-12-27 18:41:00 -05:00
parent a35fdff29f
commit 4f079ccf4d
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -11,7 +11,13 @@ const aj = arcjet
.withRule(
detectBot({
mode: 'LIVE',
allow: ['CATEGORY:SEARCH_ENGINE'],
allow: [
'CATEGORY:SEARCH_ENGINE',
'CATEGORY:VERCEL',
'CATEGORY:MONITOR',
'CATEGORY:PREVIEW',
'CATEGORY:OPTIMIZER',
],
})
);