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

Bug 1183257 - Allow storing logins from iframes #837

Closed
wants to merge 1 commit into from

Conversation

wesj
Copy link
Contributor

@wesj wesj commented Jul 30, 2015

This allows storing logins from iframes. We still won't be able to autofill them though, which makes this a bit silly. If you submit invalid data on twitch, they do redirect to the login page, so we should theoretically them fill in there, which is nice. And showing the prompt is nicer than nothing.

Trying to do any routing through the main document to insert logins into the child would mean exposing your credentials to the parent document. I don't think we can safely do that. Maybe with some same-domain checks?

@wesj wesj added this to the Firefox iOS 1.1 milestone Jul 30, 2015
// if (/^about:accounts($|\?)/i.test(topWin.document.documentURI)) {
// log("(form submission ignored -- about:accounts)");
// return;
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just delete this?

@rnewman
Copy link
Contributor

rnewman commented Aug 3, 2015

@thebnich can you wrap this up and land it, either now or for 1.1?

@thebnich
Copy link
Contributor

thebnich commented Aug 6, 2015

Rebased and opened #871.

@thebnich thebnich closed this Aug 6, 2015
isabelrios pushed a commit to isabelrios/firefox-ios that referenced this pull request Feb 19, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants