瀏覽代碼

explicitly set charset

B. Petersen 2 年之前
父節點
當前提交
23df8aff33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/WebxdcViewController.swift

+ 1 - 1
deltachat-ios/Controller/WebxdcViewController.swift

@@ -354,7 +354,7 @@ extension WebxdcViewController: WKURLSchemeHandler {
                 let lastKnownSerial = Int(url.query ?? "0") ?? 0
                 data = Data(
                     dcContext.getWebxdcStatusUpdates(msgId: messageId, lastKnownSerial: lastKnownSerial).utf8)
-                mimeType = "application/json"
+                mimeType = "application/json; charset=utf-8"
                 statusCode = 200
             } else {
                 let file = url.path