mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Cross Site Scripting Vulnerability 1 (#1720)
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
Logger * _log;
|
||||
QByteArray _ssdpDescription;
|
||||
|
||||
void printErrorToReply (QtHttpReply * reply, QtHttpReply::StatusCode code, QString errorMessage);
|
||||
void printErrorToReply (QtHttpReply * reply, QtHttpReply::StatusCode code, const QString& errorMessage);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user