Skip to content

Commit 5090dca

Browse files
authored
Merge pull request #1478 from nextcloud/fix/streams
fix(app): support network streams
2 parents f9d47cd + 7232e97 commit 5090dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/appProtocol.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ protocol.registerSchemesAsPrivileged([
2929
supportFetchAPI: true,
3030
// Enable V8 code cache
3131
codeCache: true,
32+
// Enable registration as stream protocol. Required for playing video streams and downloading large files.
33+
stream: true,
3234
},
3335
},
3436
])

0 commit comments

Comments
 (0)