1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00
mkdocs-material/docs/data-privacy.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

---
template: overrides/main.html
---
2020-03-10 11:55:25 +01:00
# Data privacy
2018-06-10 18:06:45 +02:00
2020-03-10 11:55:25 +01:00
In itself, Material for MkDocs does not perform any tracking and should adhere
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-03-10 11:55:25 +01:00
Material for MkDocs makes fonts [easily configurable][2] by relying on Google
Fonts CDN. Embedding fonts from Google is currently within a gray area as there's
2018-06-10 18:06:45 +02:00
no official statement or ruling regarding GDPR compliance and the topic is still
2020-03-10 11:55:25 +01:00
[actively discussed][3]. If you need to ensure GDPR compliance, you may disable
the usage of the Google Font CDN with:
2018-06-10 18:06:45 +02:00
``` yaml
theme:
font: false
```
When Google Fonts are disabled, Material for MkDocs will default to __Helvetica
Neue__ and __Monaco__ with their corresponding fall backs, relying on system
2020-03-10 11:55:25 +01:00
fonts. You can easily include your own, self-hosted webfont by [overriding][4]
the `fonts` block.
2018-06-10 18:06:45 +02:00
2020-07-21 16:01:22 +02:00
[2]: setup/changing-the-fonts.md
2018-06-10 18:06:45 +02:00
[3]: https://github.com/google/fonts/issues/1495
2020-07-20 19:28:13 +02:00
[4]: customization.md#overriding-blocks
2018-06-10 18:06:45 +02:00
### Google Analytics and Disqus
2020-03-10 11:55:25 +01:00
Material for MkDocs comes with optional [Google Analytics][5] and [Disqus][6]
integrations, both of which must be enabled explicitly.
2018-06-10 18:06:45 +02:00
[5]: getting-started.md#google-analytics
[6]: getting-started.md#disqus