Skip to content

Commit 5779ae2

Browse files
committed
Update allowed CORS domains
1 parent dd66bae commit 5779ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MyApp/Configure.Cors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public void Configure(IWebHostBuilder builder) => builder
1212
policy.WithOrigins([
1313
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
1414
"https://localhost:5173", "http://localhost:5173",
15-
"http://run.plnkr.co", "http://null.jsbin.com",
15+
"https://docs.servicestack.net"
1616
])
1717
.AllowCredentials()
1818
.WithHeaders(["Content-Type", "Allow", "Authorization"])

0 commit comments

Comments
 (0)