Changes between Version 2 and Version 4 of Ticket #51092
- Timestamp:
- 08/21/2020 11:02:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51092 – Description
v2 v4 58 58 } 59 59 }, 60 "SaaS": { 61 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any instances of Software as a Service.", 62 "type": "string" 63 }, 64 "ExternalAPICalls": { 65 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any external API being used.", 66 "type": "string" 60 "ThirdPartyConditions": { 61 "type": "object" 62 "properties": { 63 "SaaS": { 64 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any instances of Software as a Service.", 65 "type": "string" 66 }, 67 "ExternalAPICalls": { 68 "description": "Please provide a comma-separated list of URLs to the Terms of Service of any external API being used.", 69 "type": "string" 70 }, 71 "RemoteAssets": { 72 "description": "Please provide a comma-separated list of URLs to the license that applies to the use of each remote asset. This relates to the use of CDNs for images, fonts, etc.", 73 "type": "string" 74 } 75 } 67 76 }, 68 77 "APIEndpoints": { 69 "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain." 70 "type": "string" 71 }, 72 "RemoteAssets": { 73 "description": "Please provide a comma-separated list of URLs to the license that applies to the use of each remote asset. This relates to the use of CDNs for images, fonts, etc.", 78 "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.", 74 79 "type": "string" 75 80 }, … … 78 83 "type": "string" 79 84 }, 80 " setsCookies": {85 "clientSideStorage": { 81 86 "type": "object", 82 87 "properties": { 83 " PHP": {88 "setsCookiesInPHP": { 84 89 "description": "Please provide the names of any cookies that have been set using PHP.", 85 90 "type": "string" 86 91 }, 87 " JavaScript": {92 "setsCookiesUsingJavaScript": { 88 93 "description": "Please provide the names of any cookies that have been set using JavaScript.", 94 "type": "string" 95 }, 96 "usesLocalStorage": { 97 "description": "Please indicate whether the code makes use of local storage.", 89 98 "type": "string" 90 99 }