Skip to content

React to #7751 #7842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2019
Merged

React to #7751 #7842

merged 1 commit into from
Feb 23, 2019

Conversation

halter73
Copy link
Member

@halter73 halter73 commented Feb 22, 2019

See #7841 for why we need to react to #7751

@halter73 halter73 added the area-signalr Includes: SignalR clients and servers label Feb 22, 2019
.AllowAnyOrigin()
.AllowCredentials();
});
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what was using this before, but now this causes the app to crash on startup, so removing it is at least better.

If we can find out how CORS is supposed to be used in the SignalRSamples app, we can redo the CORS configuration in a way that's still allowed.

@BrennanConroy
Copy link
Member

Need to remove the UseCors(...) call too.

@halter73
Copy link
Member Author

@BrennanConroy Good catch. Now approve it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants