mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Allow/Fix special characters in json replies in WebUI
This commit is contained in:
@@ -76,9 +76,7 @@ QString json::toJson(const QVariant& v) {
|
||||
result += "\\t";
|
||||
break;
|
||||
case '\"':
|
||||
case '\'':
|
||||
case '\\':
|
||||
case '&':
|
||||
result += '\\';
|
||||
case '\0':
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user