Title: [231149] trunk/Source/WebCore
Revision
231149
Author
[email protected]
Date
2018-04-29 08:32:51 -0700 (Sun, 29 Apr 2018)

Log Message

Make RestrictedHTTPResponseAccess flag true by default
https://bugs.webkit.org/show_bug.cgi?id=185089

Reviewed by Geoffrey Garen.

* page/RuntimeEnabledFeatures.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (231148 => 231149)


--- trunk/Source/WebCore/ChangeLog	2018-04-29 15:23:52 UTC (rev 231148)
+++ trunk/Source/WebCore/ChangeLog	2018-04-29 15:32:51 UTC (rev 231149)
@@ -1,3 +1,12 @@
+2018-04-29  Youenn Fablet  <[email protected]>
+
+        Make RestrictedHTTPResponseAccess flag true by default
+        https://bugs.webkit.org/show_bug.cgi?id=185089
+
+        Reviewed by Geoffrey Garen.
+
+        * page/RuntimeEnabledFeatures.h:
+
 2018-04-28  Sihui Liu  <[email protected]>
 
         [Cocoa] Set HTTPOnly flag when converting Cookie to NSHTTPCookie

Modified: trunk/Source/WebCore/page/RuntimeEnabledFeatures.h (231148 => 231149)


--- trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-29 15:23:52 UTC (rev 231148)
+++ trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-29 15:32:51 UTC (rev 231149)
@@ -388,7 +388,7 @@
 
     bool m_resourceLoadStatisticsDebugMode { false };
 
-    bool m_isRestrictedHTTPResponseAccess { false };
+    bool m_isRestrictedHTTPResponseAccess { true };
 
     bool m_fromOriginResponseHeaderEnabled { false };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to