Skip to content

Commit 5ac170d

Browse files
authored
Add a section about data collection for Pages (#20086)
1 parent 33fed17 commit 5ac170d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/pages/getting-started-with-github-pages/about-github-pages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ A MIME type is a header that a server sends to a browser, providing information
120120

121121
While you can't specify custom MIME types on a per-file or per-repository basis, you can add or modify MIME types for use on {% data variables.product.prodname_pages %}. For more information, see [the mime-db contributing guidelines](https://github.com/jshttp/mime-db#adding-custom-media-types).
122122

123+
{% if currentVersion == "free-pro-team@latest" %}
124+
## Data collection
125+
126+
When a {% data variables.product.prodname_pages %} site is visited, the visitor's IP address is logged and stored for security purposes, regardless of whether the visitor has signed into {% data variables.product.prodname_dotcom %} or not. For more information about {% data variables.product.prodname_dotcom %}'s security practices, see <a href="/articles/github-privacy-statement/" class="dotcom-only">{% data variables.product.prodname_dotcom %} Privacy Statement</a>.
127+
{% endif %}
128+
123129
## Further reading
124130

125131
- [{% data variables.product.prodname_pages %}](https://lab.github.com/githubtraining/github-pages) on {% data variables.product.prodname_learning %}

0 commit comments

Comments
 (0)