Skip to content

Commit

Permalink
Update InternalFALink.java
Browse files Browse the repository at this point in the history
switch from the MaxCDN to the the cloudflare cdn
  • Loading branch information
geopossachs authored and stephanrauh committed Mar 6, 2021
1 parent a7b4ffd commit c7e5172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/bootsfaces/listeners/InternalFALink.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public InternalFALink() {
@Override
public void encodeBegin(FacesContext fc) throws IOException {
final String FA_VERSION = "4.7.0";
final String FONTAWESOME_CDN_URL = "//maxcdn.bootstrapcdn.com/font-awesome/" + FA_VERSION
final String FONTAWESOME_CDN_URL = "//cdnjs.cloudflare.com/ajax/libs/font-awesome/" + FA_VERSION
+ "/css/font-awesome.min.css";

ResponseWriter responseWriter = fc.getResponseWriter();
Expand Down

0 comments on commit c7e5172

Please sign in to comment.