Make WordPress Core

Changes between Version 2 and Version 4 of Ticket #51092


Ignore:
Timestamp:
08/21/2020 11:02:04 AM (5 years ago)
Author:
carike
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51092 – Description

    v2 v4  
    5858         }
    5959      },
    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         }
    6776      },
    6877      "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.",
    7479         "type": "string"
    7580      },
     
    7883         "type": "string"
    7984      },
    80       "setsCookies": {
     85      "clientSideStorage": {
    8186         "type": "object",
    8287         "properties": {
    83             "PHP": {
     88            "setsCookiesInPHP": {
    8489               "description": "Please provide the names of any cookies that have been set using PHP.",
    8590               "type": "string"
    8691            },
    87             "JavaScript": {
     92            "setsCookiesUsingJavaScript": {
    8893               "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.",
    8998               "type": "string"
    9099            }