Chromium Code Reviews
DescriptionAdjust CSP of feedback extension
Recent change to Content Security Policy matching algorithm for
"*" source-expression at https://codereview.chromium.org/2209113002/
requires to adjust policies, that use "*" and assume that it will match
resource loads from schemes other than http/https/ws/wss.
Two extension manifests had to be changed, becasue they expect resources to load from `file:` and `chrome:` and are using "*", which was addressed in CL
mentioned above.
Unfortunately, I forgot to update style-src directive to
also allow resources from `chrome:` scheme. This patch set fixes that.
BUG=633044
R=jww@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/0e84bb1695f941cb15c99abc51970db0c65dc910
Cr-Commit-Position: refs/heads/master@{#411189}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|
|||||||||||||||||||