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
In current DNN version, the favicon meta tags uses <link rel="SHORTCUT ICON" href="[FAVICON LINK]" type="image/x-icon"> which is incorrect according to MDN website:
Note
Note: The shortcut link type is often seen before icon, but this link type is non-conforming, ignored and web authors must not use it anymore.
Description of solution
Solution is relatively simple, unless DNN somehow relies on the rel="SHORTCUT ICON", but the solution is just to change it to rel="icon" or rel="icon shortcut".
Description of alternatives considered
No response
Anything else?
No response
Do you be plan to contribute code for this enhancement?
Yes
Would you be interested in sponsoring this enhancement?
Yes
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of problem
In current DNN version, the favicon meta tags uses
<link rel="SHORTCUT ICON" href="[FAVICON LINK]" type="image/x-icon">
which is incorrect according to MDN website:Note
Note: The
shortcut
link type is often seen beforeicon
, but this link type is non-conforming, ignored and web authors must not use it anymore.Description of solution
Solution is relatively simple, unless DNN somehow relies on the
rel="SHORTCUT ICON"
, but the solution is just to change it torel="icon"
orrel="icon shortcut"
.Description of alternatives considered
No response
Anything else?
No response
Do you be plan to contribute code for this enhancement?
Would you be interested in sponsoring this enhancement?
Code of Conduct
The text was updated successfully, but these errors were encountered: