Merge pull request #15697 from unknownbrackets/debugger

Update embedded web debugger
This commit is contained in:
Henrik Rydgård 2022-07-17 10:26:10 +02:00 committed by GitHub
commit 3dd2bd0589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ static bool ServeDebuggerFile(const http::Request &request) {
} else if (ext == ".js") {
mimeType = "application/javascript";
} else if (ext == ".svg") {
mimeType = "image/svg";
mimeType = "image/svg+xml";
} else if (ext == ".png") {
mimeType = "image/png";
} else if (ext == ".css") {

@ -1 +1 @@
Subproject commit 36ad6b19b22de2075a01a4f0c765e3ef514dc38f
Subproject commit 9776332f720c854ef26f325a0cf9e32c02115a9c