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

Skip requests on SVG and CSS resources #1588

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Skip requests on SVG and CSS resources #1588

merged 2 commits into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. Skip requests on SVG and CSS resources

    SVG resources were loaded because a couple of specs have a weird PNG fallback
    mechanism. The Accelerometer spec still had an issue, but that's now fixed, and
    crawl now works well without having to load SVG resources.
    
    CSS resources were loaded mostly out of fear that not doing so would break
    something. I skipped them and ran a crawl locally. I could not spot anything
    problematic.
    tidoust committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ec43338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7026ec4 View commit details
    Browse the repository at this point in the history