Skip to content

Commit

Permalink
Updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed Mar 26, 2024
1 parent cb41124 commit 6308b68
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,30 @@ <h2>How Map Marker keeps your data</h2>
<p>
The data is kept on the device or on the cloud platforms as long as you don't delete it manually.
</p>
<h2>How Map Marker share your data</h2>
<h2>How Map Marker shares your data</h2>
<p>
Map Marker does not share your data externally unless you perform explicit actions to share or sync your data.
In the case of you manually sharing data from Map Marker, the exported data could be sent to any app on the
device you choose to share with. In the case of sync, Map Marker allows you to configure an automated sync with
some cloud storage platforms: your data is then shared by Map Marker with those cloud storage platforms.
</p>
<h2>How Map Marker protects your data</h2>
<p>
Security procedures are in place to protect the confidentiality of your data:
<ul>
<li>The number of places where the data is stored is limited to the strict minimum: the data is only ever stored on your device or your cloud storage account (see the "Where your data lives" section)</li>
<li>All data transfers use encryption (e.g. https)</li>
<li>The data stored on your device is protected by your system's app storage sandboxing</li>
<li>The app requests the minimum amount of system permissions needed to function</li>
<li>The app provides several choices for access level to your cloud storage account:</li>
<ul>
<li>Limited access: limits the app access to only files created by the app</li>
<li>Full access: allows to sync files shared by others, if needed</li>
</ul>
<li>The user is encouraged to choose the "limited access" option unless they need more: "if in doubt, pick this option, you can easily change your mind later"</li>
<li>Third-party software components used within the app have been evaluated towards security and are updated regularly with latest security improvements and fixes</li>
</ul>
</p>
<h2>What cloud storage platforms Map Marker can use</h2>
<p>
Currently Google Drive or Dropbox. When you grant access to Map Marker to a cloud platform, that access is used
Expand Down

0 comments on commit 6308b68

Please sign in to comment.