[encrypted-media] Privacy: Session Storage and Persistence section should apply to all CDM storage

ddorwin has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Privacy: Session Storage and Persistence section should apply to 
all CDM storage ==
While working on #117, I found that most of our requirements for CDM 
storage are in the [Session Storage and 
Persistence](https://w3c.github.io/encrypted-media/#session-storage) 
section, which is a subsection of the `MediaKeySession` Interface.

The same restrictions (per-origin, etc.) should apply to all CDM 
storage, not just those associated with a `MediaKeySession` object. 
Specifically, if a CDM instance needs to store data unrelated to a 
specific session or related to multiple sessions, the same 
requirements should apply. As with session-specific data, such data 
must be fully clearable. (See also #168.)

We should also be explicit that implementations MUST NOT store data 
outside the context of these object, especially in a non-origin-bound 
way.

Please view or discuss this issue at 
https://github.com/w3c/encrypted-media/issues/169 using your GitHub 
account

Received on Saturday, 16 April 2016 00:41:57 UTC