Updated Settings (markdown)

Stef Heyenrath
2022-01-12 19:10:53 +01:00
parent a88cc4691d
commit 9fda659ade

@@ -176,6 +176,16 @@ By default this is implemented by the [LocalFileSystemHandler.cs](https://github
Implementing your own version from this FileSystemHandler can be useful when running in Azure or Docker Containers. Implementing your own version from this FileSystemHandler can be useful when running in Azure or Docker Containers.
### CorsPolicyOptions
Policies to use when using CORS. By default CORS is disabled. [Optional]
This is a Enum Flag with these values:
- None
- AllowAnyHeader
- AllowAnyMethod
- AllowAnyOrigin
- AllowAll