Skip to content

Commit

Permalink
HTTP CORS Content-Range header (not necessary in current zip fetcher …
Browse files Browse the repository at this point in the history
…byte-range implementation, but let's have it there for good measure)
  • Loading branch information
danielweck committed Aug 3, 2018
1 parent 8de9244 commit 45f34c2
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, Range, Link, Transfer-Encoding"
"value": "Content-Type, Content-Length, Accept-Ranges, Content-Range, Range, Link, Transfer-Encoding"
},
{
"key": "Access-Control-Expose-Headers",
"value": "Content-Type, Content-Length, Accept-Ranges, Range, Link, Transfer-Encoding"
"value": "Content-Type, Content-Length, Accept-Ranges, Content-Range, Range, Link, Transfer-Encoding"
}
]
}
Expand Down

0 comments on commit 45f34c2

Please sign in to comment.