mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Settings (markdown)
10
Settings.md
10
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user