You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,8 @@ A consent form will be displayed in the browser at first usage. Opt-in or pot-ou
191
191
192
192
There are two ways you can opt-out before installation and running:
193
193
194
-
- modify the Edge configuration via the `config.xml` (the `usage-tracking` property allows corporate-wide consent)
195
-
194
+
- Modify the Edge configuration via the `config.xml` (the `usage-tracking` property allows corporate-wide consent).
195
+
+
196
196
[#dissable-tracking]
197
197
.Example configuration to disable usage tracking centrally for all users
198
198
[source,xml]
@@ -205,7 +205,6 @@ There are two ways you can opt-out before installation and running:
205
205
</hivemq>
206
206
----
207
207
208
-
- modify the frontend configuration (the `VITE_MONITORING_?????` properties in the `./.env` file contains HiveMQ unique application id required to activate the different trackers).
208
+
- Modify the frontend configuration (the `VITE_MONITORING_?????` properties in the `./.env` file contains HiveMQ unique application id required to activate the different trackers).
209
209
210
210
Note that you can also change the `VITE_MONITORING_?????` values to your own account(s) if you use any. It will allow you to collect behaviour on your own infrastructure
0 commit comments