1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Updates readme

This commit is contained in:
Amir Raminfar
2021-04-21 12:43:06 -07:00
parent c1b140f562
commit 96ad0ffdd0

View File

@@ -141,7 +141,9 @@ Below is an example with nginx and using `proxy_pass` to disable buffering.
<details> <details>
<summary>What data does Dozzle collect?</summary> <summary>What data does Dozzle collect?</summary>
Dozzle does collect some analytics. Analytics is anonymous usage tracking features are used the most. In the browser, Dozzle has a [strict](https://github.com/amir20/dozzle/blob/master/routes.go#L33-L38) Content Security Policy which only allows the following policies: Dozzle does collect some analytics. Analytics is anonymous usage tracking of the features which are used the most. See the section above on how to disable any analytic collection.
In the browser, Dozzle has a [strict](https://github.com/amir20/dozzle/blob/master/routes.go#L33-L38) Content Security Policy which only allows the following policies:
- Allow connect to `api.github.com` to fetch most recent version. - Allow connect to `api.github.com` to fetch most recent version.
- Only allow `<script>` and `<style>` files from `self` - Only allow `<script>` and `<style>` files from `self`