We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome Firefox and Edge have moved to not allow document.domain modification. Example article from chrome: https://developer.chrome.com/blog/immutable-document-domain/
This is currently used in sockjs-client/lib/utils/iframe.js:
sockjs-client/lib/utils/iframe.js
Lines 153 to 157 in 63b845f
This will no longer work
The text was updated successfully, but these errors were encountered:
can you send PR, please?
Sorry, something went wrong.
No branches or pull requests
Chrome Firefox and Edge have moved to not allow document.domain modification. Example article from chrome:
https://developer.chrome.com/blog/immutable-document-domain/
This is currently used in sockjs-client/lib/utils/iframe.js:
sockjs-client/lib/utils/iframe.js
Lines 153 to 157 in 63b845f
This will no longer work
The text was updated successfully, but these errors were encountered: