-
Notifications
You must be signed in to change notification settings - Fork 329
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
Firefox: FontAwesome Icons gone missing? #1548
Comments
I saw a few cross-site cookie warnings for font-awesome the other day. They seem to have gone away now. I suspect a hiccup with them changing their hosting arrangement. Give it a day, see if issue persists. |
@Gazook89 is this still an issue on the Docker stuff? |
I found this question/answer on the mozilla forums regarding this. I was wrong when I opened this issue-- it's not a Docker thing, it's a Firefox thing and at the time it didn't even occur to me to try it in Chrome. The above link offers a solution (changing a flag privacy.file_unique_origin to false) but that solution no longer works as of FF 95(?). I think the only solution now is to host the fontawesome icons we need directly on HB? I'm not sure how that works, but looks like you can download a subset/"kit" of their icons and just host like a font? This is merely a local development with firefox issue, so not a big deal probably for most people, though I would appreciate it :) |
The Proxying solution in #3501 could be leveraged here. |
If we wanted to host the FA icons we are using, here is a list of those icons and where they are found. I wasn't sure if the FA website would tell you which icons you were actively using it, which would make it easy to turn into a 'kit' and download. I skipped list of icons
Here is a list of only unique icon names: list of unique icons
|
Reminder: we are already providing all the font awesome icons as emojis. If we are going to self host the font, might as well self-host the whole set so emojis will also work for firefox people. Let's not shard the font-awesome icons into partially self-hosted and partially remote. |
Ah, right, i forget about the emojis. I know we've talked about it, but apparently only on gitter (or at least not in this thread). Thanks for reminder. In which case, it should be even easier. |
Hey, on my Docker build the font awesome icons are all missing, and console has a whole lotta this:
I thought it was due to some changes to snippet bar I made on a branch, but having the same issue on my master branch that I haven't touched besides merging upstream/master into it. Also, it's ALL icons, not just in the snippet bar.
The text was updated successfully, but these errors were encountered: