diff --git a/src/views/other/OtherViews.styled.ts b/src/views/other/OtherViews.styled.ts index d25608f7..52c84cbd 100644 --- a/src/views/other/OtherViews.styled.ts +++ b/src/views/other/OtherViews.styled.ts @@ -43,6 +43,10 @@ export const SmallText = styled(Text)` text-align: start; `; +export const BulletPoint = styled(Text)` + margin-left: 32px; +`; + export const DetailCard = styled(Card)` background-color: ${themeColors.white}; margin-bottom: 0; diff --git a/src/views/other/privacy/PrivacyView.tsx b/src/views/other/privacy/PrivacyView.tsx index 0ec60086..4c329885 100644 --- a/src/views/other/privacy/PrivacyView.tsx +++ b/src/views/other/privacy/PrivacyView.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { Section } from 'components/section/Section'; import { themeColors } from 'styles/Themes'; -import { Title, Question, Text } from '../OtherViews.styled'; +import { Title, Question, Text, BulletPoint } from '../OtherViews.styled'; import { ContactSection } from '../ContactSection'; export const PrivacyView = () => { @@ -11,7 +11,7 @@ export const PrivacyView = () => { Privacy Policy
- Last Updated: January 28, 2020 + Last Updated: January 30, 2020
@@ -37,15 +37,77 @@ export const PrivacyView = () => {
Collection, Storage, and Use of Information - ThunderHub's site and application are designed to collect as - little information as possible. The following outlines what - is (and is not) collected, and how it's handled. What we do - collect from users is stored either locally on the user's - device, or using browser storage APIs that keep inaccessible - to us without user action. Sensitive information such as + ThunderHub's site is designed to collect as little + information as possible. The following outlines what is (and + is not) collected, and how it's handled. What we do collect + from users is stored either locally on the user's device, or + using browser storage APIs that keep inaccessible to us + without user action. Sensitive information such as authentication credentials are AES-256 encrypted and stored using a password known only to the user. + + Node Credentials - In order to communicate with your + Lightning node, we ask for sensitive information to do so. + This information is stored using your browser's own storage + APIs, and is encrypted using a password only known to the + user. This information is never recorded outside of the + user's browser storage. + + + Error Reporting / Usage Statistics - No information + is recorded. If information must be recorded further on, it + will be with explicit user consent from the user and efforts + will be taken to keep the information anonymous and private. + + + Personal information - Information such as your name, + IP address, email address, or browsing activity are never + collected without explicit consent. While there is no plan + to ever ask for permission to passively collect it, some + interactions such as support requests or bug reports may + optionally ask for it. + +
+
+ Third Parties + + The following is a list of third parties who may obtain user + information through use of the Site and App, as well as + links to their respective privacy policies. While we aim to + only leverage third parties that we find to be + privacy-friendly, and try to keep them as opt-in as + possible, we are not liable for any privacy violations as a + result of the user's interaction with third party services. + Any services found to be exploiting our user's information + will be removed as quickly as possible. + + + Hosting - The following services are used for the + hosting and distrubtion of our site and application. Your + information is subject to their policies when interacting + with them. + + + Github - Github's .............. + + + AWS - AWS's .............. + + + APIs - For information that your node can't get + alone, we link to or use APIs in our application that + leverage the following services. Your information is subject + to their policies when interacting with them. + + + Earn.com's Bitcoin Fee API - Earn.com's + .............. + + + Blockchain Explorer and Price API - Blockchain's + .............. +
Law Enforcement Purposes