[webkit-reviews] review denied: [Bug 80024] Web Inspector: [Styles] [CRASH] Gracefully handle rule addition failure due to Content-Security-Policy in the page : [Attachment 129699] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 07:07:44 PST 2012


Pavel Feldman <pfeldman at chromium.org> has denied Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 80024: Web Inspector: [Styles] [CRASH] Gracefully handle rule addition
failure due to Content-Security-Policy in the page
https://bugs.webkit.org/show_bug.cgi?id=80024

Attachment 129699: Patch
https://bugs.webkit.org/attachment.cgi?id=129699&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=129699&action=review


> Source/WebCore/inspector/InspectorCSSAgent.cpp:905
> +    // BUG80024: We may have failed to add an actual StyleSheet into the
document due to CSP getting in our way.

CSP should not block native code from adding rule. Or you should build a way to
override CSP.


More information about the webkit-reviews mailing list