We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd66bae commit 5779ae2Copy full SHA for 5779ae2
1 file changed
MyApp/Configure.Cors.cs
@@ -12,7 +12,7 @@ public void Configure(IWebHostBuilder builder) => builder
12
policy.WithOrigins([
13
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
14
"https://localhost:5173", "http://localhost:5173",
15
- "http://run.plnkr.co", "http://null.jsbin.com",
+ "https://docs.servicestack.net"
16
])
17
.AllowCredentials()
18
.WithHeaders(["Content-Type", "Allow", "Authorization"])
0 commit comments