Skip to content

Commit

Permalink
correct HTTP CORS header value
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Dec 11, 2015
1 parent 939f4d5 commit 0b0dfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "true"
"value": "*"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion firebase_from_divshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"key": "Access-Control-Allow-Origin",
"value": "true"
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
Expand Down

0 comments on commit 0b0dfb4

Please sign in to comment.