Skip to content

Commit

Permalink
Correct state of "Local File Content Sniffing" flag
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255673
<rdar://problem/108277544>

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
  • Loading branch information
brentfulgham authored and Brent Fulgham committed Apr 19, 2023
1 parent 2aa03fb commit b33825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit b33825c

Please sign in to comment.