Skip to content

Commit

Permalink
Updated README to show how to allow all origins.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMRamirez committed Sep 3, 2020
1 parent f2b2f27 commit 95e8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ http-response lua.cors
You can also whitelist all domains by setting the second parameter to an asterisk:

```
http-response lua.cors "GET,PUT,POST" "*"
http-request lua.cors "GET,PUT,POST" "*"
```

0 comments on commit 95e8c62

Please sign in to comment.