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

Filter certain DOM attributes (e.g. src) if value is empty string #18513

Merged
merged 4 commits into from Apr 7, 2020

Commits on Apr 7, 2020

  1. Filter certain DOM attributes (e.g. src, href) if their values are em…

    …pty strings
    
    This prevents e.g. <img src=""> from making an unnecessar HTTP request for certain browsers.
    Brian Vaughn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f8ac921 View commit details
    Browse the repository at this point in the history
  2. Expanded warning recommendation

    Brian Vaughn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    07f02dc View commit details
    Browse the repository at this point in the history
  3. Improved error message

    Brian Vaughn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e0e2ab5 View commit details
    Browse the repository at this point in the history
  4. Further refined error message

    Brian Vaughn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2399b82 View commit details
    Browse the repository at this point in the history