diff --git a/public/index.html b/public/index.html index 98385d1..8e9a7fe 100644 --- a/public/index.html +++ b/public/index.html @@ -303,7 +303,7 @@

These Services do not address anyone under the age of 13. {{iOrWe | capitalize }} do not knowingly collect personally - identifiable information from children under 13. In the case + identifiable information from children under 13 years of age. In the case {{ iOrWe }} discover that a child under 13 has provided {{ meOrUs }} with personal information, {{ iOrWe }} immediately delete this from our servers. If you are a parent or guardian diff --git a/public/js/thirdpartyservices.js b/public/js/thirdpartyservices.js index d961260..58020cf 100755 --- a/public/js/thirdpartyservices.js +++ b/public/js/thirdpartyservices.js @@ -266,5 +266,15 @@ var thirdPartyServicesJsonArray = [ "privacy": "https://godotengine.org/privacy-policy", "terms": "https://godotengine.org/license" } + }, + { + "name": "Segment", + "model": "segment", + "sentry": false, + "logo": "images/segment.png", + "link": { + "privacy": "https://segment.com/legal/privacy/", + "terms": "https://segment.com/legal/terms/" + } } ]