Actions
Defect #42486
open404 & 500 Pages missing favicon
Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Currently (v6.x) the error pages don't have a favicon.
Since r22692 the favicon is generally not loaded from /favicon.ico but via the assets pipeline and was removed from public/favicon.ico.
As the 404 & 500 page don't specify a favicon it was previously loaded by Browsers from the default path /favicon.ico.
One Option to fix this would be to just keep a copy of favicon.ico in the public folder.
Actions