Go to file
Henk Mollema e790a9bb10 Inject ICorsPolicyProvider instance through Invoke
This allows for scoped instances of `ICorsPolicyProvider` to be injected in the CORS middleware and prevents turning them into singletons.

Resolves #105
2018-11-09 14:40:51 -08:00
.github
.vsts-pipelines/builds Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
build Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
samples Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
src Inject ICorsPolicyProvider instance through Invoke 2018-11-09 14:40:51 -08:00
test Inject ICorsPolicyProvider instance through Invoke 2018-11-09 14:40:51 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:13 -07:00
.gitattributes
.gitignore
.travis.yml Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:47:46 -07:00
CORS.sln Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-07 16:24:17 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:30:18 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
korebuild.json Merge branch 'master' into merge/release/2.2-to-master 2018-10-16 10:33:00 -07:00
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
version.props Update package branding for 2.2 RTM 2018-10-16 12:48:11 -07:00

README.md

CORS

AppVeyor: AppVeyor

Travis: Travis

CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.