Find a New Way to Include Font Awesome Icons #5

Open
opened 2022-06-07 01:05:34 -04:00 by gballan · 0 comments
Owner

Currently the Font Awesome icons are being pulled from a remote CDN, not from a local cache like it should be. This is fine for things like websites that will likely have an internet connection, but a standalone desktop app should have that locally stored somewhere. Electron's security guidelines strongly advise against pulling from remote sources, and a standalone desktop app shouldn't be reliant on an internet connection to function properly.

I believe there's an NPM library for Font Awesome. If not, I'll need to find a way to pull the icons plus any fonts required.

Currently the Font Awesome icons are being pulled from a remote CDN, not from a local cache like it should be. This is fine for things like websites that will likely have an internet connection, but a standalone desktop app should have that locally stored somewhere. Electron's security guidelines strongly advise against pulling from remote sources, and a standalone desktop app shouldn't be reliant on an internet connection to function properly. I believe there's an NPM library for Font Awesome. If not, I'll need to find a way to pull the icons plus any fonts required.
gballan added the
bug
label 2022-06-07 01:05:34 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BitGoblin/Sentry#5
No description provided.