Skip to content

Commit

Permalink
add antiCrawler tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KarasuShin committed May 24, 2024
1 parent cfb512f commit 428bc86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/routes/cfr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export const route: Route = {
target: '/:category/:subCategory?',
},
],
features: {
antiCrawler: true,
},
};

async function handler(ctx: Context): Promise<Data> {
Expand Down

0 comments on commit 428bc86

Please sign in to comment.