Create Cors handler with permissive configuration (#7186)

Create new Cors handler allowing all origins with all standard
methods with any header and credentials.

Fixes #7181
This commit is contained in:
kannappanr
2019-02-05 14:06:52 -08:00
committed by GitHub
parent 9a65f6dc97
commit df418a2783
6 changed files with 101 additions and 98 deletions
+1
View File
@@ -0,0 +1 @@
module github.com/rs/cors