Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

inherit cookie from iframe parent object? #22

Open
cayers71 opened this issue May 31, 2019 · 1 comment
Open

inherit cookie from iframe parent object? #22

cayers71 opened this issue May 31, 2019 · 1 comment

Comments

@cayers71
Copy link

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?

@alberttwong
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants