Skip to content

Commit

Permalink
Range HTTP CORS header in preflight response (Firebase config)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Aug 3, 2018
1 parent 74b4d1f commit 8de9244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
{
"key": "Access-Control-Allow-Headers",
"value": "Content-Type, Content-Length, Accept-Ranges, Link, Transfer-Encoding"
"value": "Content-Type, Content-Length, Accept-Ranges, Range, Link, Transfer-Encoding"
},
{
"key": "Access-Control-Expose-Headers",
"value": "Content-Type, Content-Length, Accept-Ranges, Link, Transfer-Encoding"
"value": "Content-Type, Content-Length, Accept-Ranges, Range, Link, Transfer-Encoding"
}
]
}
Expand Down

0 comments on commit 8de9244

Please sign in to comment.