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

Move favicon.ico to the root folder #3126

Merged
merged 1 commit into from Mar 18, 2019
Merged

Move favicon.ico to the root folder #3126

merged 1 commit into from Mar 18, 2019

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Mar 18, 2019

Browsers still try to load /favicon.ico in some circumstances (has no cache, page fails to load, it fails to find the icon tag or whatever), so you get this in the service worker:

GET https://localhost/favicon.ico 404

Since this is an easy change for us, I don't see a reason why we can't move it to the root.

Copy link
Member

@AlMcKinlay AlMcKinlay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. favicon is pretty common to have at the root.

@xPaw xPaw merged commit 68de8cd into master Mar 18, 2019
@xPaw xPaw added this to the 3.1.0 milestone Mar 18, 2019
@xPaw xPaw deleted the xpaw/favicon-root branch March 18, 2019 11:56
@xPaw xPaw added the Meta: Internal This is an internal codebase change (testing, linting, etc.). label Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Internal This is an internal codebase change (testing, linting, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants