[Archived] Implementations of common CORS policy and CORS middleware. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 57991356e4
Update README.md
2018-11-21 15:51:50 -08:00
.github Create ISSUE_TEMPLATE.md 2018-01-02 14:30:14 -08:00
.vsts-pipelines/builds Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
build Upgrade package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
samples Upgrade package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
src Upgrade package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
test Upgrade package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:13 -07:00
.gitattributes Build with dotnet 2016-01-12 16:10:08 -08:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-10-31 18:04:49 -07:00
.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 package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:30:18 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:43 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:39:54 -08:00
README.md Update README.md 2018-11-21 15:51:50 -08:00
build.cmd Update bootstrappers 2017-10-09 12:41:30 -07:00
build.sh Update bootstrappers 2017-10-09 12:41:30 -07:00
korebuild-lock.txt Upgrade package and projects to target netcoreapp3.0 (aspnet/CORS#203) 2018-11-19 09:50:57 -08:00
korebuild.json Merge branch 'master' into merge/release/2.2-to-master 2018-10-16 10:33:00 -07:00
run.cmd Update bootstrappers 2017-10-09 12:41:30 -07:00
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 branding to 2.2.0-preview3 2018-09-05 16:33:28 -07:00

README.md

CORS [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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 AspNetCore repo.