Title: [254469] trunk/Source/WebKit
Revision
254469
Author
[email protected]
Date
2020-01-13 16:13:48 -0800 (Mon, 13 Jan 2020)

Log Message

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

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (254468 => 254469)


--- trunk/Source/WebKit/ChangeLog	2020-01-14 00:11:32 UTC (rev 254468)
+++ trunk/Source/WebKit/ChangeLog	2020-01-14 00:13:48 UTC (rev 254469)
@@ -1,3 +1,10 @@
+2020-01-13  Kate Cheney  <[email protected]>
+
+        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  <[email protected]>
 
         Propogate UIEdgeInsets from WKWebView to WKSafeBrowsingWarning on iOS

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (254468 => 254469)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-01-14 00:11:32 UTC (rev 254468)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2020-01-14 00:13:48 UTC (rev 254469)
@@ -1890,7 +1890,7 @@
 
 IsInAppBrowserPrivacyEnabled:
     type: bool
-    defaultValue: true
+    defaultValue: false
     humanReadableName: "In-App Browser Privacy"
     humanReadableDescription: "Enable In-App Browser Privacy"
     webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to