Skip to content
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

Don't append :80 to url for port 80 #149

Merged
merged 1 commit into from
Mar 12, 2017

Conversation

kdonovan
Copy link

Long story short: as of Chrome 58.0.3018.3, CSP headers parsing for wss://* accepts wss://site as allowed, but does NOT accept wss:site:80. This tweak removes the unneeded :80 and, in doing so, allows the use of livereactload in situations (i.e. Shopify theme design) where the dev doesn't have control over the CSP settings the server sends.

@milankinen milankinen changed the base branch from master to development February 28, 2017 20:43
@milankinen milankinen changed the base branch from development to master February 28, 2017 20:43
@milankinen
Copy link
Owner

milankinen commented Feb 28, 2017

Very nice, thank you! Looking good! Could you rebase your changes and change the base of this PR to development branch?

I'll do the necessary version increments, merge changes to master and do the publish.

@kdonovan kdonovan changed the base branch from master to development March 12, 2017 11:06
@kdonovan
Copy link
Author

Hopefully that should do it for ya!

@milankinen
Copy link
Owner

Thank you very much!

@milankinen milankinen merged commit 55ad7fd into milankinen:development Mar 12, 2017
@milankinen
Copy link
Owner

...and released in 3.3.0

@kdonovan
Copy link
Author

👍 🎆 :)

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