diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-01 17:12:25 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-01 17:12:25 -0500 |
commit | 91de05ef93c592cd3da9311a60e14751eef27750 (patch) | |
tree | a85c6d5aecbf96eb35af24fd03595b8518bc0247 /docs | |
parent | 1ea25388cd782e33792eaac3353518673861d057 (diff) | |
download | frost-91de05ef93c592cd3da9311a60e14751eef27750.tar.gz frost-91de05ef93c592cd3da9311a60e14751eef27750.tar.bz2 frost-91de05ef93c592cd3da9311a60e14751eef27750.zip |
Link changelog and add basic privacy policy, resolves #1293
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Privacy.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Privacy.md b/docs/Privacy.md new file mode 100644 index 00000000..9a407cc4 --- /dev/null +++ b/docs/Privacy.md @@ -0,0 +1,8 @@ +In short, Frost for Facebook does not collect any sensitive identifiable information. + +Each user is assigned a random id when they install the app, which is used when submitting emails within the app, or automatic bug reports. +If you wish, you may disable automatic bug reports in the app settings. +Note that Frost still depends on Facebook's mobile site, so you may want to review Facebook's privacy policy before continuing. + +Locally, Frost will store your cookie in an app specific folder, which allows for features like multi user accounts. +This is never shared beyond the app itself,
\ No newline at end of file |