Skip to content

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

Merged
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:improve-add-robots-ignore
May 23, 2024
Merged

improve: add robots.txt to deny all user-agents#106
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:improve-add-robots-ignore

Conversation

@thesuperzapper

Copy link
Copy Markdown
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: /

@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
@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.

1 participant