Skip to content

Commit f8c2de7

Browse files
committed
added other storage types as requested by code reviewer
1 parent a678640 commit f8c2de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TCFv2/Vendor Device Storage & Operational Disclosures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Vendors that use web-based storage MUST publish granular disclosures for ‘cook
6262
<b>Note</b> : A wildcard alone is invalid. A wildcard MUST NOT be used to group different identifiers with different purpose(s), therefore disclose a separate record for each specific identifier.
6363
</td></tr>
6464
<tr><td><code>type</code></td><td>required</td><td>enum</td><td>What type of storage or access mechanism is used: 'cookie', 'web', ‘app’.
65-
Note 'web' <em>can represent local storage, shared storage, IndexedDB, and PAAPI</em>.</td></tr>
65+
Note 'web' <em>can represent local storage, shared storage, IndexedDB, PAAPI, and any other web based storage not explicitely listed in any other type of this enum</em>.</td></tr>
6666
<tr><td><code>maxAgeSeconds</code></td><td>required if type = 'cookie' else null</td><td>integer</td><td>Only required if type = ‘cookie’; otherwise null. The number, in seconds, of the duration for storage on a device, as set when using cookie storage. A 0 indicates session storage similar to the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie">Set-Cookie spec</a>. <em>Note: this only includes what is declared when the storage is set and does not consider duration extensions should storage be refreshed.</em>
6767
<br>For types of mechanisms (non-cookie) where duration cannot be set, this field should be null.
6868
</td></tr>

0 commit comments

Comments
 (0)