Problem/Motivation
Currently the robots.txt explicitly allows images. But it does not for WEBP and AVIF
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Steps to reproduce
Proposed resolution
Lets add them!
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3574657
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3574657-robots.txt-should-explicitly
changes, plain diff MR !14859
Comments
Comment #2
mherchelSaving this for a newbie at Florida DrupalCamp 2026 (this Sunday). Please refrain from working on this :D
Comment #3
mherchelComment #6
jitka_pilar commentedComment #7
darren ohTests pass and both the scaffold and the root robots.txt are updated.
Comment #10
lauriiiGood catch! Committed. Thank you folks!