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

[Float] Don't preload images inside <noscript> #28815

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. [Float] Don't preload images inside <noscript>

    `<noscript>` scopes should be considered inert from the perspective of Fizz since we assume they'll only be used in rare and adverse circumstances. When we added preload support for img tags we did not include the noscript scope check in the opt-out for preloading. This change adds it in
    gnoff committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    48619d1 View commit details
    Browse the repository at this point in the history