sockjs-client icon indicating copy to clipboard operation
sockjs-client copied to clipboard

modifying document.domain no longer supported

Open phillipse01 opened this issue 1 year ago • 1 comments

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: https://github.com/sockjs/sockjs-client/blob/63b845fa702e86c2141caeaf2c291ff7dc9372e2/lib/utils/iframe.js#L153-L157

This will no longer work

phillipse01 avatar May 31 '23 23:05 phillipse01

can you send PR, please?

auvipy avatar Jun 02 '23 00:06 auvipy