diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:30:49 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:31:33 -0700 |
| commit | 8739544d16aaccf9e03c2ef1d07d4b144b0b48e7 (patch) | |
| tree | 66981a8852b9e99b8ae436ed1dcd94895128654b | |
| parent | 4c23f82cc4f1dd25de6376ee45a7668fc2ca0e15 (diff) | |
:memo: Note about privacy
| -rw-r--r-- | src/App.js | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -13,8 +13,9 @@ function App() { | |||
| 13 | </p> | 13 | </p> |
| 14 | 14 | ||
| 15 | <p className="tag"> | 15 | <p className="tag"> |
| 16 | Your information is never sent to the server. | 16 | Your WiFi information is never sent to the server. |
| 17 | View the <a href="https://github.com/bndw/wifi-details">source code</a>. | 17 | No tracking, analytics, or fingerprinting are used on this website. |
| 18 | View the <a href="https://github.com/bndw/wifi-card">source code</a>. | ||
| 18 | </p> | 19 | </p> |
| 19 | 20 | ||
| 20 | <Card /> | 21 | <Card /> |
