Skip to content

Commit aba9b4d

Browse files
remove cors to try to fix fw download
1 parent b5f5009 commit aba9b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/services/FirmwareService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class FirmwareService {
164164
}
165165

166166
const result = await fetch(selectedFirmware.url, {
167-
mode: 'cors',
167+
mode: 'no-cors',
168168
headers: {
169169
'Accept': 'application/octet-stream',
170170
}

0 commit comments

Comments
 (0)