Skip to content

Commit

Permalink
Safari complains about invalid imagesrcset value in <link rel=prelo…
Browse files Browse the repository at this point in the history
…ad> where Chrome doesn't

https://bugs.webkit.org/show_bug.cgi?id=231150
rdar://83891023

Reviewed by Brent Fulgham.

Enable the feature now that it is fully implemented.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/266787@main
  • Loading branch information
cdumez authored and Brent Fulgham committed Aug 10, 2023
1 parent 26d006a commit a32d1a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3869,17 +3869,17 @@ LinkPreloadEnabled:

LinkPreloadResponsiveImagesEnabled:
type: bool
status: testable
status: stable
category: networking
humanReadableName: "Link preload responsive images"
humanReadableDescription: "Enable link preload responsive images"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

LinkSanitizerEnabled:
type: bool
Expand Down

0 comments on commit a32d1a3

Please sign in to comment.