UNPKG

@fairfetch/fair-fetch

Version:

Protect your site from AI scrapers by adding invisible noise to your site which confuses AI bots while keeping your site looking and functioning normally for your human visitors.

12 lines 276 B
export declare enum BotAgent { GoogleBot = 0, BingBot = 1, DuckDuckBot = 2, Unknown = 3 } export type BotValidationSchema = { ipAddresses: string[]; verificationURL: string; verificationMethod: 'dns' | 'http'; }; //# sourceMappingURL=types.d.ts.map