You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an HTTP response includes a < or > sign it's incorrectly HTML escaped in the GUI.
It displays this: link: <https://fonts.gstatic.com>; rel=preconnect; crossorigin
Instead of this: link: <https://fonts.gstatic.com>; rel=preconnect; crossorigin
Description
If an HTTP response includes a
<
or>
sign it's incorrectly HTML escaped in the GUI.It displays this:
link: <https://fonts.gstatic.com>; rel=preconnect; crossorigin
Instead of this:
link: <https://fonts.gstatic.com>; rel=preconnect; crossorigin
Steps to reproduce
Pick a site using Google fonts (e.g. https://developers.google.com/), which returns a link rel preconnect in the CSS response and run a WebPageTest. Example run
Look at the HTML response headers and find the
link
response header.Expected result
The unescaped link header should display.
Actual result
Related issues?
Couldn't find one
The text was updated successfully, but these errors were encountered: