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

Fix replacing some lazy-loaded widgets #2994

Merged
merged 5 commits into from
Jul 17, 2024
Merged

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    6dd5bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0348c2c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    00b351a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Optimize widget surrogate message frame check

    For messages from top level frames, and from nested frames
    that are trivially first party (same scheme and host) to the tab.
    ghostwords committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ed7bb6a View commit details
    Browse the repository at this point in the history
  2. Drop widget surrogate msg frame check CNAME lookup

    If a nested frame is CNAME aliased to a first party hostname,
    then let's accept widget surrogate messages as that frame
    was opted into the site's infrastructure by the publisher.
    ghostwords committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dd1903b View commit details
    Browse the repository at this point in the history