Unreviewed followup fix to: https://bugs.webkit.org/show_bug.cgi?id=205288.
This flag should be off-by-default.

* Shared/WebPreferences.yaml:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254469 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index 519730d..7c5d54f 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2020-01-13  Kate Cheney  <katherine_cheney@apple.com>
+
+        Unreviewed followup fix to: https://bugs.webkit.org/show_bug.cgi?id=205288.
+        This flag should be off-by-default.
+
+        * Shared/WebPreferences.yaml:
+
 2020-01-13  Alex Christensen  <achristensen@webkit.org>
 
         Propogate UIEdgeInsets from WKWebView to WKSafeBrowsingWarning on iOS
diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml
index 9032574..0f63853 100644
--- a/Source/WebKit/Shared/WebPreferences.yaml
+++ b/Source/WebKit/Shared/WebPreferences.yaml
@@ -1890,7 +1890,7 @@
 
 IsInAppBrowserPrivacyEnabled:
     type: bool
-    defaultValue: true
+    defaultValue: false
     humanReadableName: "In-App Browser Privacy"
     humanReadableDescription: "Enable In-App Browser Privacy"
     webcoreBinding: RuntimeEnabledFeatures