We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67107ba + 18d984a commit 00429e8Copy full SHA for 00429e8
1 file changed
libraries/ESP8266WebServer/examples/SDWebServer/SdRoot/edit/index.htm
@@ -451,8 +451,11 @@
451
switch(ext){
452
case "txt":
453
case "htm":
454
+ case "html":
455
case "js":
456
+ case "json":
457
case "c":
458
+ case "h":
459
case "cpp":
460
case "css":
461
case "xml":
@@ -469,6 +472,7 @@
469
472
case "png":
470
473
case "jpg":
471
474
case "gif":
475
+ case "ico":
476
return true;
477
}
478
0 commit comments