[PR #977] [MERGED] Web: Disallow all robots #8849

Closed
opened 2026-02-05 13:54:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/977
Author: @Mortein
Created: 11/16/2022
Status: Merged
Merged: 11/16/2022
Merged by: @alextran1502

Base: mainHead: disallow-robot


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 web/static/robots.txt (+1 -1)

📄 Description

Currently, robots.txt does not restrict access for any robots, as a blank Disallow disallows nothing.

This reverses that and disallows all paths for all robots.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/977 **Author:** [@Mortein](https://github.com/Mortein) **Created:** 11/16/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `disallow-robot` --- ### 📝 Commits (1) - [`1e72673`](https://github.com/immich-app/immich/commit/1e72673f7dec9e74dd62e32f9e90b449b2ae0bda) Disallow all robots ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/static/robots.txt` (+1 -1) </details> ### 📄 Description Currently, `robots.txt` does not restrict access for any robots, as a blank `Disallow` disallows nothing. This reverses that and disallows all paths for all robots. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:54:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8849