| Modifier and Type | Method and Description |
|---|---|
CorsSettings |
SiteConfig.cors()
Get the cors value.
|
CorsSettings |
CorsSettings.withAllowedOrigins(List<String> allowedOrigins)
Set the allowedOrigins value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withCors(CorsSettings cors)
Set the cors value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/