Skip to content

Add additional backend URIs.

Ryle requested to merge awoo.fyi/howler:sb_backend_route_fixes into develop

Summary

  • /images is used by manifest.json
  • /favicon.ico is used by browsers to set favicons, but some bug out for bookmarks if this isn't route excepted
  • /apple-touch-icon.png is the default iOS/iPad file for specifying icons
  • /browserconfig.xml is used by Windows for metro tiles for added pages
  • /robots.txt is used by bots to determine if access is permitted to pages. Some bots that use Selenium break when the routing isn't exempt.

Merge request reports

Loading