Changes between Version 10 and Version 11 of Ticket #51092
- Timestamp:
- 08/26/2020 04:39:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51092 – Description
v10 v11 53 53 } 54 54 }, 55 }}} 56 57 58 59 {{{#!php 60 <?php 55 61 "licenses": { 56 62 "type": "object", … … 80 86 } 81 87 }, 88 }}} 89 90 {{{#!php 91 <?php 82 92 "external": { 83 93 "description": "A comma-separated list of URLs containing the links to the Privacy Policies of the sites to which the calls to external networks are being made.", … … 113 123 } 114 124 }, 125 }}} 126 127 {{{#!php 128 <?php 115 129 "terms": { 116 130 "type": "object" … … 155 169 } 156 170 }, 171 }}} 172 173 {{{#!php 174 <?php 157 175 "openWeb": { 158 176 "type": "object", … … 179 197 } 180 198 }, 199 }}} 200 201 {{{#!php 202 <?php 181 203 "clientSide": { 182 204 "type": "object", … … 204 226 } 205 227 }, 228 }}} 229 230 {{{#!php 231 <?php 206 232 "database": { 207 233 "type": "object", … … 253 279 } 254 280 }, 281 }}} 282 283 {{{#!php 284 <?php 255 285 "otherStorage": { 256 286 "type": "object", … … 278 308 } 279 309 }, 310 }}} 311 312 {{{#!php 313 <?php 280 314 "ppi": { 281 315 "description": "Please indicate TRUE / FALSE as to whether the code stores any Protected Personal Information.", … … 308 342 } 309 343 }, 344 }}} 345 346 {{{#!php 347 <?php 310 348 "monetization": { 311 349 "type": "object", … … 336 374 } 337 375 } 376 }}}