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

core(preload): ignore cross-frame requests #10847

Merged
merged 1 commit into from
May 26, 2020
Merged

Conversation

patrickhulce
Copy link
Collaborator

Summary
Chrome won't reuse preload requests from other frames, so we shouldn't try to suggest them. Common example is a Wix page iframing another Wix page.

All their assets come from a shared origin (parastorage.com) but the root origins are different (customer-a.com and customer-b.com).

Related Issues/PRs
fixes #10467

@patrickhulce patrickhulce requested a review from a team as a code owner May 26, 2020 21:21
@patrickhulce patrickhulce requested review from connorjclark and removed request for a team May 26, 2020 21:21
@patrickhulce patrickhulce merged commit fed2b62 into master May 26, 2020
@patrickhulce patrickhulce deleted the preload_frames branch May 26, 2020 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning about unused preload despite it being used
4 participants