From 9fda659adea4cc54d2bf0f16e358babdc4eb8a14 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 12 Jan 2022 19:10:53 +0100 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Settings.md b/Settings.md index 8205944..f8f8255 100644 --- a/Settings.md +++ b/Settings.md @@ -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. +### 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 + +