Title: [239621] trunk/Source/WebKit
- Revision
- 239621
- Author
- [email protected]
- Date
- 2019-01-04 11:00:52 -0800 (Fri, 04 Jan 2019)
Log Message
Make RestrictedHTTPResponseAccess an internal flag
https://bugs.webkit.org/show_bug.cgi?id=193145
Reviewed by Chris Dumez.
* Shared/WebPreferences.yaml: This will ease debugging.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239620 => 239621)
--- trunk/Source/WebKit/ChangeLog 2019-01-04 18:47:22 UTC (rev 239620)
+++ trunk/Source/WebKit/ChangeLog 2019-01-04 19:00:52 UTC (rev 239621)
@@ -1,3 +1,12 @@
+2019-01-04 Youenn Fablet <[email protected]>
+
+ Make RestrictedHTTPResponseAccess an internal flag
+ https://bugs.webkit.org/show_bug.cgi?id=193145
+
+ Reviewed by Chris Dumez.
+
+ * Shared/WebPreferences.yaml: This will ease debugging.
+
2019-01-04 Per Arne Vollan <[email protected]>
[iOS] Enable logging for services in sandbox
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (239620 => 239621)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-01-04 18:47:22 UTC (rev 239620)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2019-01-04 19:00:52 UTC (rev 239621)
@@ -1133,11 +1133,6 @@
type: bool
defaultValue: true
-RestrictedHTTPResponseAccess:
- type: bool
- defaultValue: true
- webcoreBinding: RuntimeEnabledFeatures
-
CrossOriginResourcePolicyEnabled:
type: bool
defaultValue: true
@@ -1518,3 +1513,11 @@
category: internal
webcoreBinding: none
condition: ENABLE(MEDIA_STREAM)
+
+RestrictedHTTPResponseAccess:
+ type: bool
+ defaultValue: true
+ humanReadableName: "Filter HTTP Response for WebProcesses"
+ humanReadableDescription: "Enable HTTP Response filtering for WebProcesses"
+ category: internal
+ webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes