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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants