2020-03-26 11:19:20 +01:00
|
|
|
---
|
|
|
|
template: overrides/main.html
|
|
|
|
---
|
|
|
|
|
2020-03-10 11:55:25 +01:00
|
|
|
# Data privacy
|
2018-06-10 18:06:45 +02:00
|
|
|
|
2021-05-01 20:26:54 +02:00
|
|
|
In itself, Material for MkDocs does not perform any tracking and adheres to the
|
|
|
|
[General Data Protection Regulation][1] (GDPR), but it integrates with some
|
|
|
|
third-party services that may not.
|
2018-06-10 18:06:45 +02:00
|
|
|
|
|
|
|
[1]: https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
|
|
|
|
|
|
|
|
## Third-party services
|
|
|
|
|
|
|
|
### Google Fonts
|
|
|
|
|
2020-07-23 14:37:20 +02:00
|
|
|
Material for MkDocs makes fonts [configurable][2] by relying on Google Fonts
|
2021-05-01 20:26:54 +02:00
|
|
|
CDN, which may be in breach with GDPR. The usage of Google's CDN can be [easily
|
2020-07-23 14:37:20 +02:00
|
|
|
disabled][3] via `mkdocs.yml`.
|
2018-06-10 18:06:45 +02:00
|
|
|
|
2020-07-21 16:01:22 +02:00
|
|
|
[2]: setup/changing-the-fonts.md
|
2020-07-23 14:37:20 +02:00
|
|
|
[3]: setup/changing-the-fonts.md#disabling-font-loading
|
2018-06-10 18:06:45 +02:00
|
|
|
|
|
|
|
### Google Analytics and Disqus
|
|
|
|
|
2021-05-01 20:26:54 +02:00
|
|
|
Material for MkDocs comes with optional [Google Analytics][4] and [Disqus][5]
|
2020-07-23 14:37:20 +02:00
|
|
|
integrations, both of which must be enabled explicitly, so there's no immediate
|
|
|
|
action if you don't use those.
|
2018-06-10 18:06:45 +02:00
|
|
|
|
2020-07-23 14:37:20 +02:00
|
|
|
[4]: setup/setting-up-site-analytics.md#google-analytics
|
|
|
|
[5]: setup/adding-a-comment-system.md#disqus
|