This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
cobalt
Watch
1
Star
0
Fork
You've already forked cobalt
0
mirror of
https://github.com/wukko/cobalt.git
synced
2024-11-15 20:59:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
441d53a2c3
cobalt
/
src
/
front
/
robots.txt
6 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
moved to new repo
2022-07-08 19:17:56 +01:00
User-Agent: *
fix robots.txt 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 for robots) by this regex would be `https://cobalt.tools/icons/ /fonts/ bla.js .css`, which is obviously nonsense & useless)
2023-11-10 17:27:18 +00:00
Disallow: /icons/
Disallow: /fonts/
Disallow: /*.js
Disallow: /*.css
Reference in a new issue
Copy permalink