Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to image/x-icon. #13335

Merged
merged 1 commit into from Apr 22, 2014
Merged

Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to image/x-icon. #13335

merged 1 commit into from Apr 22, 2014

Commits on Apr 21, 2014

  1. Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon…

    … to image/x-icon.
    
    Although the official IANA-registered MIME type for ICO files is image/vnd.microsoft.icon,
    registered in 2003, it was submitted to IANA by a third party and is not recognized by Microsoft products.
    The MIME type image/x-icon should be used since is the one recognized by the major browsers on the market.
    glorieux committed Apr 21, 2014
    Copy the full SHA
    c8b7ad1 View commit details
    Browse the repository at this point in the history