Index: Tools/Scripts/webkitperl/FeatureList.pm |
diff --git a/Tools/Scripts/webkitperl/FeatureList.pm b/Tools/Scripts/webkitperl/FeatureList.pm |
index 2dd91917f6e36fde7b28813783cd498029992cdb..006f2018bebcf1a74f6ddc9c417f1c8f402892c9 100644 |
--- a/Tools/Scripts/webkitperl/FeatureList.pm |
+++ b/Tools/Scripts/webkitperl/FeatureList.pm |
@@ -365,9 +365,6 @@ my @features = ( |
{ option => "network-info", desc => "Toggle Network Info support", |
define => "ENABLE_NETWORK_INFO", default => (isEfl() || isBlackBerry()), value => \$networkInfoSupport }, |
- { option => "nosniff", desc => "Toggle support for 'X-Content-Type-Options: nosniff'", |
- define => "ENABLE_NOSNIFF", default => 0, value => \$nosniffSupport }, |
- |
{ option => "notifications", desc => "Toggle Notifications support", |
define => "ENABLE_NOTIFICATIONS", default => isBlackBerry(), value => \$notificationsSupport }, |