WebKit Bugzilla
Attachment 358329 Details for
Bug 193145
: Make RestrictedHTTPResponseAccess an internal flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193145-20190104100926.patch (text/plain), 1.57 KB, created by
youenn fablet
on 2019-01-04 10:09:27 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-01-04 10:09:27 PST
Size:
1.57 KB
patch
obsolete
>Subversion Revision: 239594 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 566d0d38f356f627a13e1ed3911eb0a1ed7ea612..e6beba89276d09b22b41983a334ceb1a8f151671 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-04 Youenn Fablet <youenn@apple.com> >+ >+ Make RestrictedHTTPResponseAccess an internal flag >+ https://bugs.webkit.org/show_bug.cgi?id=193145 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: This will ease debugging. >+ > 2019-01-03 Youenn Fablet <youenn@apple.com> > > CSP violation reports should bypass CSP checks >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index bff125239ff8af9977a4a9f5424c00a0c58b25ae..20614ae3687924deed66b6d2160af23fbe2fb8c5 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1133,11 +1133,6 @@ SubresourceIntegrityEnabled: > type: bool > defaultValue: true > >-RestrictedHTTPResponseAccess: >- type: bool >- defaultValue: true >- webcoreBinding: RuntimeEnabledFeatures >- > CrossOriginResourcePolicyEnabled: > type: bool > defaultValue: true >@@ -1518,3 +1513,11 @@ CaptureVideoInUIProcessEnabled: > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193145
: 358329