mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-21 03:32:06 +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(
|
.withRule(
|
||||||
detectBot({
|
detectBot({
|
||||||
mode: 'LIVE',
|
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