You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you check cache.allowed() for a URL who's robots.txt gets redirected via a 301 to a different FQDN, the cache entry will be stored for the pre-redirected URL. This makes sense unless you later check cache.allowed() for a URL in the redirected domain which causes an additional robots.txt fetch for the redirected domain. Ideally, it would be nice if the cache entry was updated for both the pre-redirected URL and the post-redirected URL to avoid additional fetches later.
The text was updated successfully, but these errors were encountered:
If you check
cache.allowed()
for a URL who'srobots.txt
gets redirected via a 301 to a different FQDN, the cache entry will be stored for the pre-redirected URL. This makes sense unless you later checkcache.allowed()
for a URL in the redirected domain which causes an additionalrobots.txt
fetch for the redirected domain. Ideally, it would be nice if the cache entry was updated for both the pre-redirected URL and the post-redirected URL to avoid additional fetches later.The text was updated successfully, but these errors were encountered: