Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/modules/storageControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Module - Storage Control
description: Check or enforce disclosure of device storage use
module_code : storageControl
display_name : storageControl
display_name : Storage Control
enable_download : true
recommended: true
sidebarType : 1
Expand Down Expand Up @@ -60,11 +60,11 @@
Possible values for it are:

{: .table .table-bordered .table-striped }
|Value | Description |

Check failure on line 63 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:63:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| ------------ | ------------ |
|`'off''` | The default. Use of undisclosed storage keys only generates a console warning. |

Check failure on line 65 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:65:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
|`'strict'` | Deny access to undisclosed storage keys |

Check failure on line 66 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:66:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
|`'allowAliases'` | Deny access to undisclosed storage keys, unless the use is from an alias of a module that does disclose them, in which case only log a warning. This can happen for instance when a bidder provides an alias linked to a different vendor in the GVL. |

Check failure on line 67 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:67:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

### Storage Disclosure Summary

Expand Down Expand Up @@ -97,10 +97,10 @@
- each item in the array contains these additional fields:

{: .table .table-bordered .table-striped }
|Name | Type | Description |

Check failure on line 100 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:100:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| ------------ | ------------ | ------------ |
|`disclosedIn` | String | URL of the JSON containing this disclosure. Can be `null` for identifiers chosen trough publisher configuration - such as those set by the [userId module](/dev-docs/modules/userId.html) |

Check failure on line 102 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:102:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
|`disclosedBy` | Array of Strings | Names of the Prebid modules providing this disclosure |

Check failure on line 103 in dev-docs/modules/storageControl.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/storageControl.md:103:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

<a id="adapter-integration"></a>

Expand Down
Loading