MMM-iFrame icon indicating copy to clipboard operation
MMM-iFrame copied to clipboard

inherit cookie from iframe parent object?

Open cayers71 opened this issue 5 years ago • 1 comments

I am using this module to display a page that requires login. Because the iframe appears to be separate origin from the parent application, cookies are not persistent and thusly login is not persistent after system/app reboot or iframe regeneration.

Is there a safe way to allow the src object cookies to propagate to the iframe - perhaps with same-origin sandbox attributes?

cayers71 avatar May 31 '19 02:05 cayers71

You'd have to see if it will or will not work. Most likely not due to security around cross site scripting.

alberttwong avatar Aug 02 '19 18:08 alberttwong