Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2c33112

Browse files
chore: Add todo about headers setting
1 parent c211299 commit 2c33112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/daemons.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function startDisposableDaemons (callback) {
6060
const headers = {
6161
HTTPHeaders: {
6262
'Access-Control-Allow-Origin': ['*'],
63+
// TODO: When ipfs/go-ipfs#1979 is merged drop these
6364
'Access-Control-Allow-Headers': ['X-Stream-Output, X-Chunked-Output'],
6465
'Access-Control-Expose-Headers': ['X-Stream-Output, X-Chunked-Output']
6566
}

0 commit comments

Comments
 (0)