Skip to content

Conversation

@JonaMX
Copy link
Contributor

@JonaMX JonaMX commented Jul 4, 2019

I was struggling with CORS issues using explicitly the default origins value * on development, a value that is retrieved from a .env file, but turns out that the default is actually *:*.

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current documentation

origins (String): the allowed origins (*)

New documentation

origins (String): the allowed origins (*:*)

Other information (e.g. related issues)

Fix documentation about default origins value. The default should read `*:*` instead of `*
@darrachequesne darrachequesne merged commit 8227192 into socketio:master Sep 20, 2019
@darrachequesne
Copy link
Member

@JonaMX thanks!

@darrachequesne darrachequesne added this to the 2.3.0 milestone Sep 28, 2020
dzad pushed a commit to dzad/socket.io that referenced this pull request May 29, 2023
Fix documentation about default origins value. The default should read `*:*` instead of `*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants