mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[PR #242] [MERGED] fix robots.txt #10506
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/242
Author: @dumbmoron
Created: 11/10/2023
Status: ✅ Merged
Merged: 11/11/2023
Merged by: @wukko
Base:
current← Head:patch-1📝 Commits (1)
d936dd7fix robots.txt📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
src/front/robots.txt(+4 -1)📄 Description
currently the robots.txt file is useless because it's interpreted as one path "/icons/ /fonts/ *.js *.css"
(an example path that would be accepted (and therefore disallowed on scrapers) by this regex would be
https://cobalt.tools/icons/ /fonts/ bla.js .css, which is obviously nonsense & useless)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.