diff --git a/cors.go b/cors.go index 6284302..9cd1a2c 100644 --- a/cors.go +++ b/cors.go @@ -13,6 +13,7 @@ type Config struct { AllowAllOrigins bool // AllowedOrigins is a list of origins a cross-domain request can be executed from. + // If the special "*" value is present in the list, all origins will be allowed. // Default value is [] AllowOrigins []string