Expand description

This crate blocks generative AI from accessing your services

It is a middleware which blocks user agents from Bard, GPT-3, and other generative AI from accessing your services. It also blocks OpenAI’s crawler IP addresses.

It’s extremely simple to use. Just add .wrap(actix_block_ai_crawling::BlockAi); to your app.

let app = actix_web::App()
.wrap(actix_block_ai_crawling::BlockAi);

Structs