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

improve: add robots.txt to deny all user-agents #106

Merged

Conversation

thesuperzapper
Copy link
Member

This PR adds a robots.txt to the root of the domain to discourage all scrapers from indexing deployKF platforms (which really should NOT be on the public internet). We achieve this by exposing the robots.txt that is served by oauth2-proxy.

The contents of the robots.txt is as follows:

User-agent: *
Disallow: /

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
@thesuperzapper thesuperzapper added this to the v0.1.5 milestone Feb 20, 2024
@thesuperzapper thesuperzapper added the status/ready-to-merge status - this will be merged into an upcoming release label May 3, 2024
@thesuperzapper thesuperzapper merged commit a73dfc5 into deployKF:main May 23, 2024
3 checks passed
@thesuperzapper thesuperzapper deleted the improve-add-robots-ignore branch May 23, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/improve status/ready-to-merge status - this will be merged into an upcoming release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant