From e83ed220d59b726cc17ea197a8be79f5cbfd4a13 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 23 Oct 2020 19:49:07 +0300 Subject: [PATCH] Update Fontello URL (http => https) --- src/Fontello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fontello.js b/src/Fontello.js index 6032703..893e605 100644 --- a/src/Fontello.js +++ b/src/Fontello.js @@ -8,7 +8,7 @@ const { RawSource } = require("webpack-sources") const HttpsProxyAgent = require('https-proxy-agent') const defaults = { - host: "http://fontello.com", + host: "https://fontello.com", proxy: null }