-
Notifications
You must be signed in to change notification settings - Fork 30
Issue #391: Add self-hosted font-awesome directly to Libki #393
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
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| Font Awesome Free License | ||
| ------------------------- | ||
|
|
||
| Font Awesome Free is free, open source, and GPL friendly. You can use it for | ||
| commercial projects, open source projects, or really almost whatever you want. | ||
| Full Font Awesome Free license: https://fontawesome.com/license/free. | ||
|
|
||
| # Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) | ||
| In the Font Awesome Free download, the CC BY 4.0 license applies to all icons | ||
| packaged as SVG and JS file types. | ||
|
|
||
| # Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) | ||
| In the Font Awesome Free download, the SIL OFL license applies to all icons | ||
| packaged as web and desktop font files. | ||
|
|
||
| # Code: MIT License (https://opensource.org/licenses/MIT) | ||
| In the Font Awesome Free download, the MIT license applies to all non-font and | ||
| non-icon files. | ||
|
|
||
| # Attribution | ||
| Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font | ||
| Awesome Free files already contain embedded comments with sufficient | ||
| attribution, so you shouldn't need to do anything additional when using these | ||
| files normally. | ||
|
|
||
| We've kept attribution comments terse, so we ask that you do not actively work | ||
| to remove them from files, especially code. They're a great way for folks to | ||
| learn about Font Awesome. | ||
|
|
||
| # Brand Icons | ||
| All brand icons are trademarks of their respective owners. The use of these | ||
| trademarks does not indicate endorsement of the trademark holder by Font | ||
| Awesome, nor vice versa. **Please do not use brand logos for any purpose except | ||
| to represent the company, product, or service to which they refer.** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com | ||
| License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) | ||
| `) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logging detailed information such as software versions and licensing details in the console can expose the application to security vulnerabilities. This is particularly concerning if the application is deployed in a production environment where attackers might use this information to identify specific vulnerabilities related to the software version.
Recommendation: Consider removing or obfuscating these logs in the production environment to enhance security.