Skip to content

Commit 526d52e

Browse files
Better note about external services.
1 parent 328fad0 commit 526d52e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"fixes": [],
99
"changes": [
1010
{ "message": "Disable OC1 timer when detecting OC 2 data.", "contributor": "DeKleineKobini" },
11-
{ "message": "Disable Faction OC timer when detecting OC 2 data.", "contributor": "DeKleineKobini" }
11+
{ "message": "Disable Faction OC timer when detecting OC 2 data.", "contributor": "DeKleineKobini" },
12+
{ "message": "Better note about external services.", "contributor": "DeKleineKobini" }
1213
],
1314
"removed": []
1415
}

extension/pages/settings/settings.html

+4
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,10 @@ <h2>
846846
</section>
847847
<section name="external">
848848
<div class="header">External Services</div>
849+
<span class="note">
850+
By enabling these services, you agree to the usage of these services as they are provided.<br />
851+
Visit the websites to know more about what it is and their privacy policies.
852+
</span>
849853
<div class="option">
850854
<input id="external-tornstats" type="checkbox" />
851855
<label for="external-tornstats">Connect to TornStats.</label>

0 commit comments

Comments
 (0)