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

Commit d9039de

Browse files
committedJan 23, 2016
test: Remove setup api config not needed in 0.3.11 anymore
1 parent 538eb31 commit d9039de

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"gulp-tag-version": "^1.3.0",
4646
"gulp-util": "^3.0.7",
4747
"https-browserify": "0.0.1",
48-
"ipfsd-ctl": "^0.7.1",
48+
"ipfsd-ctl": "^0.8.0",
4949
"json-loader": "^0.5.3",
5050
"karma": "^0.13.11",
5151
"karma-chrome-launcher": "^0.2.1",

‎tasks/daemons.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ function startDisposableDaemons (callback) {
5959

6060
const headers = {
6161
HTTPHeaders: {
62-
'Access-Control-Allow-Origin': ['*'],
63-
// TODO: When ipfs/go-ipfs#1979 is merged drop these
64-
'Access-Control-Allow-Headers': ['X-Stream-Output, X-Chunked-Output'],
65-
'Access-Control-Expose-Headers': ['X-Stream-Output, X-Chunked-Output']
62+
'Access-Control-Allow-Origin': ['*']
6663
}
6764
}
6865
ipfsNodes[key].setConfig('API', JSON.stringify(headers), err => {

0 commit comments

Comments
 (0)
This repository has been archived.