diff --git a/kordophone/Bridge/Operations/Utilities/MBIMDataResponse.m b/kordophone/Bridge/Operations/Utilities/MBIMDataResponse.m index cbf7d4f..7d87d89 100644 --- a/kordophone/Bridge/Operations/Utilities/MBIMDataResponse.m +++ b/kordophone/Bridge/Operations/Utilities/MBIMDataResponse.m @@ -19,7 +19,9 @@ if (self) { _contentType = contentType; _httpHeaders = [@{ - @"Content-Type" : _contentType ?: @"application/octet-stream" + @"Content-Type" : _contentType ?: @"application/octet-stream", + @"Access-Control-Allow-Origin" : @"*", // CORS + @"Access-Control-Allow-Credentials" : @"true" } mutableCopy]; }