| Index: Source/WebCore/platform/network/HTTPParsers.cpp
|
| diff --git a/Source/WebCore/platform/network/HTTPParsers.cpp b/Source/WebCore/platform/network/HTTPParsers.cpp
|
| index 7f8593abafd9cb16438c9320773be097887c6b10..5446fe261bc50402649f1532a97d725809c7fb74 100644
|
| --- a/Source/WebCore/platform/network/HTTPParsers.cpp
|
| +++ b/Source/WebCore/platform/network/HTTPParsers.cpp
|
| @@ -438,14 +438,12 @@ ContentSecurityPolicy::ReflectedXSSDisposition parseXSSProtectionHeader(const St
|
| }
|
| }
|
|
|
| -#if ENABLE(NOSNIFF)
|
| ContentTypeOptionsDisposition parseContentTypeOptionsHeader(const String& header)
|
| {
|
| if (header.stripWhiteSpace().lower() == "nosniff")
|
| return ContentTypeOptionsNosniff;
|
| return ContentTypeOptionsNone;
|
| }
|
| -#endif
|
|
|
| String extractReasonPhraseFromHTTPStatusLine(const String& statusLine)
|
| {
|
|
|