mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-19 10:22:07 +00:00
Update Rules for Arcjet
This commit is contained in:
parent
a35fdff29f
commit
4f079ccf4d
1 changed files with 7 additions and 1 deletions
|
@ -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',
|
||||
],
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue