Skip to content

Commit f588790

Browse files
committed
adding cors feature for the new cic release
1 parent f17e984 commit f588790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/crds/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following are the attributes provided in the CORS CRD:
2525
|`allow_methods`| Specifies the list of allowed methods as part of the CORS protocol.|
2626
| `allow_headers`| Specifies the list of allowed headers as part of the CORS protocol.|
2727
|`max_age`| Specifies the number of seconds the information provided by the `Access-Control-Allow-Methods` and `Access-Control-Allow-Headers` headers can be cached. The default value is 86400.|
28-
| `allow_credentials` |Specifies whether the response can be shared when the credentials mode of the request is "include". The default value is 'true'.
28+
| `allow_credentials` |Specifies whether the response can be shared when the credentials mode of the request is "include". The default value is 'true'.|
2929

3030
## Deploy the CORS CRD
3131

0 commit comments

Comments
 (0)