New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 789967 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Dec 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

A test is needed to ensure the CSP list is copies when initiating auxiliary contexts

Project Member Reported by andypaicu@chromium.org, Nov 30 2017

Issue description

When a new document is opened that inherits the CSP of the parent it
should make a copy of it. If any changes are done to the parent or child
CSP list they should be independant.

Spec change: https://github.com/w3c/webappsec-csp/pull/273

 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 1 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e86cafc8465d805adb7ddedc182ebb59cfc74c21

commit e86cafc8465d805adb7ddedc182ebb59cfc74c21
Author: Andy Paicu <andypaicu@chromium.org>
Date: Fri Dec 01 11:03:23 2017

Added a test to ensure that inherited CSP lists are copies

When a new context is opened that inherits the CSP of the parent it
should make a copy of it. If any changes are done to the parent or child
CSP list they should be independant.

Spec change: https://github.com/w3c/webappsec-csp/pull/273

Bug:  789967 
Change-Id: I27414e42f02e56d4903cf193192df9fb323093d2
Reviewed-on: https://chromium-review.googlesource.com/800691
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520910}
[add] https://crrev.com/e86cafc8465d805adb7ddedc182ebb59cfc74c21/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inheritance/inherited-csp-list-modifications-are-local.html

Status: Fixed (was: Started)

Sign in to add a comment