Skip to content

Commit

Permalink
Language cleanup in update check disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
John O'Nolan committed Jun 24, 2014
1 parent 185fd01 commit 2fbac60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/server/update-check.js
Expand Up @@ -5,14 +5,14 @@
// Blog owners can opt-out of update checks by setting 'updateCheck: false' in their config.js
//
// The data collected is as follows:
// - blog id - a hash of the blog hostname, pathname and dbHash, we do not store URL, IP or other identifiable info
// - blog id - a hash of the blog hostname, pathname and dbHash. No identifiable info is stored.
// - ghost version
// - node version
// - npm version
// - env - production or development
// - database type - SQLite, MySQL, pg
// - database type - SQLite, MySQL, PostgreSQL
// - email transport - mail.options.service, or otherwise mail.transport
// - created date - the date the database was created
// - created date - database creation date
// - post count - total number of posts
// - user count - total number of users
// - theme - name of the currently active theme
Expand Down

0 comments on commit 2fbac60

Please sign in to comment.