This commit is contained in:
arm64v8a
2023-10-04 21:07:54 +09:00
parent e641372deb
commit 36372a1de1
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ namespace NekoGui_fmt {
query.addQueryItem("security", security);
if (!stream->sni.isEmpty()) query.addQueryItem("sni", stream->sni);
if (!stream->alpn.isEmpty()) query.addQueryItem("alpn", stream->alpn);
if (stream->allow_insecure) query.addQueryItem("allowInsecure", "1");
if (!stream->utlsFingerprint.isEmpty()) query.addQueryItem("fp", stream->utlsFingerprint);