You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/crds/cors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following are the attributes provided in the CORS CRD:
25
25
|`allow_methods`| Specifies the list of allowed methods as part of the CORS protocol.|
26
26
|`allow_headers`| Specifies the list of allowed headers as part of the CORS protocol.|
27
27
|`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'.|
0 commit comments