Added UNPKG cdn to Privacy.md (#12964)

- updating the privacy docs to cover this additional 3rd party service
This commit is contained in:
Connor Tumbleson 2021-10-21 05:24:28 -04:00 committed by GitHub
parent 07afb08875
commit b3731d84d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.