Skip to content

Commit

Permalink
Merge 4a7ec11 into c49ca10
Browse files Browse the repository at this point in the history
  • Loading branch information
tastydev committed Mar 9, 2021
2 parents c49ca10 + 4a7ec11 commit 626b71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -59,7 +59,7 @@
// reflect origin
headers.push([{
key: 'Access-Control-Allow-Origin',
value: isAllowed ? requestOrigin : false
value: isAllowed ? requestOrigin : 'null'
}]);
headers.push([{
key: 'Vary',
Expand Down

0 comments on commit 626b71d

Please sign in to comment.