From b3731d84d9e6fc96e32563c216c04c549d15fcff Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 21 Oct 2021 05:24:28 -0400 Subject: [PATCH] Added UNPKG cdn to Privacy.md (#12964) - updating the privacy docs to cover this additional 3rd party service --- PRIVACY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index 583e57655e..45ca098cb4 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -22,6 +22,9 @@ All of the information and code related to this service is available in the [upd Ghost uses a number of third party services for specific functionality within Ghost. +### UNPKG +To easily load member functionality for membership features, Ghost leverages [UNPKG](https://unpkg.com) to provide a CDN for drop-in script known as Portal. If member signups are disabled, no CDN will be injected. + ### Gravatar To automatically populate your profile picture, Ghost pings [Gravatar](http://gravatar.com) to see if your email address is associated with a profile there. If it is, we pull in your profile picture. If not: nothing happens.