Skip to content
Snippets Groups Projects
  • Chris Coley's avatar
    5af2ffd8
    Add a favicon so that browsers don't go looking in the default location · 5af2ffd8
    Chris Coley authored
    That extra request to the default /favicon.ico path on the root of the
    domain, which is not a valid path because Pages has no root namespace,
    was being redirected to an auth page. That auth page was setting cookies
    which were then being passed along with subsequent requests, causing the
    pages to not be cached. Hopefully this fixes that.
    5af2ffd8
    History
    Add a favicon so that browsers don't go looking in the default location
    Chris Coley authored
    That extra request to the default /favicon.ico path on the root of the
    domain, which is not a valid path because Pages has no root namespace,
    was being redirected to an auth page. That auth page was setting cookies
    which were then being passed along with subsequent requests, causing the
    pages to not be cached. Hopefully this fixes that.