Page MenuHomePhabricator

Route hard-coded "/favicon.ico" requests to a favicon resource
ClosedPublic

Authored by epriestley on May 1 2020, 12:16 PM.
Tags
None
Referenced Files
F13089783: D21195.diff
Thu, Apr 25, 2:00 AM
Unknown Object (File)
Fri, Apr 19, 10:10 PM
Unknown Object (File)
Fri, Apr 12, 7:43 PM
Unknown Object (File)
Sun, Mar 31, 2:36 AM
Unknown Object (File)
Sun, Mar 31, 2:36 AM
Unknown Object (File)
Sun, Mar 31, 2:36 AM
Unknown Object (File)
Sun, Mar 31, 2:35 AM
Unknown Object (File)
Mar 21 2024, 1:21 AM
Subscribers
None

Details

Summary

See PHI1719. User agents making hard-coded requests to "/favicon.ico" currently 404. This is a mild source of log noise, and we can reasonably route this request.

Limitations:

  • This only routes the "PlatformSite". Other sites (custom Phame blogs, third-party sites, Phurl redirectors) won't route here for now.
  • This returns a "Location:" redirect to the correct resource rather than icon data directly. This produces the right icon with the right caching behavior, and returning icon data directly is difficult in the general case. However, it won't perform/cache as well as a direct response would.
Test Plan
  • Visted /favicon.ico.
  • Before: 404.
  • After: redirect to favicon.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 1 2020, 12:23 PM
This revision was automatically updated to reflect the committed changes.