Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#132 from ipfs/web3-bot/sync
Browse files Browse the repository at this point in the history
sync: update CI config files
  • Loading branch information
marten-seemann authored May 17, 2021
2 parents e14c5e2 + d9e1c12 commit 3709b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ func InitWithIdentity(identity Identity) (*Config, error) {
NoFetch: false,
PathPrefixes: []string{},
HTTPHeaders: map[string][]string{
"Access-Control-Allow-Origin": []string{"*"},
"Access-Control-Allow-Methods": []string{"GET"},
"Access-Control-Allow-Headers": []string{"X-Requested-With", "Range", "User-Agent"},
"Access-Control-Allow-Origin": {"*"},
"Access-Control-Allow-Methods": {"GET"},
"Access-Control-Allow-Headers": {"X-Requested-With", "Range", "User-Agent"},
},
APICommands: []string{},
},
Expand Down

0 comments on commit 3709b38

Please sign in to comment.