Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find ways to limit and/or block LLM/AI bots scraping our content #51

Open
Ambient-Impact opened this issue Mar 1, 2024 · 0 comments
Open
Labels
enhancement New feature or request security Security improvements

Comments

@Ambient-Impact
Copy link
Member

robots.txt is purely voluntary compliance, so there's no realistic guarantee that most or all bots will adhere to it, leaving us with fully blocking their requests on our end as the main option. In a perfect world this responsibility should fall on the organizations running said bots, but I digress.

Requirements

  1. Blocks requests from most known and possibly unknown but misbehaving bots.
  2. Does not block requests from bots that behave themselves, e.g. the Internet Archive's crawler, community tools to capture page snapshots for gameplay purposes, etc.

Solutions

A combination of methods may be needed, such as Cloudflare rules, robots.txt rules (for those that obey them), and Drupal/PHP blocking via contrib and/or custom Drupal modules.

Links

@Ambient-Impact Ambient-Impact added enhancement New feature or request security Security improvements labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request security Security improvements
Projects
None yet
Development

No branches or pull requests

1 participant