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

Don't check preconnect links #1187

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Don't check preconnect links #1187

wants to merge 5 commits into from

Commits on Aug 15, 2023

  1. Don't check preconnect links

    Preconnect links are used to establish a server connection without loading a
    specific resource yet. Not always do these links point to a URL that should
    return a 200, and they are not user-facing, i.e. they don't show up in the
    final rendered version of a page.
    
    Therefore, I think we should them at all; not even in `--include-verbatim`
    mode, as they might not point to a valid resource.
    
    Fixes #897
    mre committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0732b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb3466 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    f04d127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cab9fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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