From b33825c88890fa30be886284fc575e15b0759e9f Mon Sep 17 00:00:00 2001 From: Brent Fulgham Date: Wed, 19 Apr 2023 15:16:28 -0700 Subject: [PATCH] Correct state of "Local File Content Sniffing" flag https://bugs.webkit.org/show_bug.cgi?id=255673 Reviewed by Patrick Angle. The "Local File Content Sniffing" flag is an internal debugging flag, and not a feature flag users or developers need to interact with. Stable is not the right status for this flag; it should be `internal` instead. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/263150@main --- Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml b/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml index 6f824ff9ea70..2cf3703745c6 100644 --- a/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml +++ b/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml @@ -3760,7 +3760,7 @@ LoadsSiteIconsIgnoringImageLoadingPreference: LocalFileContentSniffingEnabled: type: bool - status: stable + status: internal category: networking humanReadableName: "Local File Content Sniffing" humanReadableDescription: "Enable Local File Content Sniffing"