Skip to content

Commit

Permalink
Enable fetch priority hints by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255008
rdar://problem/107630350

Reviewed by Alex Christensen.

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

Canonical link: https://commits.webkit.org/262623@main
  • Loading branch information
youennf committed Apr 5, 2023
1 parent 8be9b9b commit 48bfdb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -4934,11 +4934,11 @@ PriorityHintsEnabled:
humanReadableDescription: "Enable priority hints support"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

PrivateClickMeasurementDebugModeEnabled:
type: bool
Expand Down

0 comments on commit 48bfdb0

Please sign in to comment.