Patch Changes
-
#2004
f2d5728f
Thanks @GregBrimble! - feat: Slightly relax the selectors for generatingLink
headers from<link>
elements in Pages Early Hints featurePreviously, we'd only generate
Link
headers if therel="preload"
orrel="preconnect"
matched exactly. Now, this change will generateLink
headers ifpreload
orpreconnect
appears as a whitespace-separated value in therel
attribute. For example,rel="stylesheet preconnect"
is now valid.For more info, check out this GitHub issue on the Cloudflare Developer Docs repo.
-
#2003
3ed06b40
Thanks @GregBrimble! - chore: Bump miniflare@2.10.0