Remove JS interface modification from Feature Policy code |
|||||
Issue descriptionThe initial implementation of Feature Policy contains code to remove JS interfaces document.write, document.writeln, document.cookie, and document.domain from frames which are not allowed to use those features. This is very useful for testing, but is not being shipped as part of the MVP for Feature Policy. Support for this mechanism needs to be removed before shipping.
,
Nov 8 2016
,
Jan 3 2017
,
Mar 21 2017
Fixed; those features are no longer referenced in the V1 code.
,
Mar 21 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by kochi@chromium.org
, Nov 4 2016