mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Embed Files] Avoid redirect http to https of minify_html_css
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ rm $outputfile
|
||||
|
||||
function minify_html_css {
|
||||
file=$1
|
||||
post_To http://html-minifier.com/raw $file
|
||||
post_To https://html-minifier.com/raw $file
|
||||
}
|
||||
|
||||
function minify_js {
|
||||
|
||||
Reference in New Issue
Block a user