forked from storj-archived/storj.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
291 lines (264 loc) · 20 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Blockchain-based, end-to-end encrypted, distributed object storage, where only you have access to your data.">
<meta name="keywords" content="storj, storj labs, blockchain-based, zero-knowledge, distributed object storage, decentralized object storage, decentralized storage, object storage, decentralized cloud, decentralized, storage, secure, private, encrypted, Storj, Storj Share">
<meta name="google-site-verification" content="R5u7lqzFhKoFiaEXbxfFSJ-CT9UyK-AqVWwd1g_zMeg" />
<meta name="google-site-verification" content="8CIKbV4JUhwtw7xNI7_A__vnmpvuGfs1g3QVOInBtxQ" />
<title>Storj - Privacy Policy</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Storj - Decentralized Cloud Storage"/>
<meta property="og:description" content="Blockchain-based, end-to-end encrypted, distributed object storage, where only you have access to your data."/>
<meta property="og:url" content="https://storj.io" />
<meta property="og:site_name" content="Storj - Decentralized Cloud Storage" />
<meta property="og:image" content="https://storj.io/img/storj-logo.jpg" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Storj - Decentralized Cloud Storage"/>
<meta name="twitter:description" content="Blockchain-based, end-to-end encrypted, distributed object storage, where only you have access to your data."/>
<meta name="twitter:site" content="@storjproject"/>
<meta name="twitter:image" content="https://storj.io/img/storj-logo.jpg"/>
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css?v=1.2" rel="stylesheet">
<script src="js/modernizr.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="page">
<nav class="navbar navbar-page navbar-default menu">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">
<img src="img/logo-blue.svg" alt="Storj" class="logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-left">
<li><a href="developers.html" class="link">Developers</a></li>
<li><a href="community.html" class="link">Community</a></li>
<li><a href="pricing.html" class="link">Pricing</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://blog.storj.io/" class="link">Blog</a></li>
<li><a href="press.html">Press</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://app.storj.io/" class="link">Login</a></li>
<li><a href="share.html" class="btn btn-rent" data-toggle="tooltip" data-placement="bottom" title="Earn money by sharing your extra hard drive space on the network.">Rent Your Drive</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h1 class="title">Storj Labs Inc. Privacy Policy</h1>
<p class="text-center">Last Updated: July 1, 2016.</p>
<div class="spacer50"></div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-push-2">
<p>This Privacy Policy explains how information is collected, used and disclosed by Storj Labs Inc. (“<b>Company</b>”) when you access or use our websites, mobile applications, or other products or services (collectively, the “<b>Services</b>”), or when you otherwise interact with us. Our Services include the web pages at the storj.io domain and our online storage services (“<b>Storage Services</b>”) that enable users to store data on third-party devices that have installed an open source, distributed storage software (“<b>Software</b>”). This policy does not apply to the information other devices that have installed the Software may collect about you or your device in connection with your use of the Software. For details about the information these other devices may collect about you or your device, please see this <a href="storj-share-information.html" class="link">help page</a>.</p>
<p>We may change this policy from time to time. If we make changes, we will notify you by revising the date at the top of the policy and, in some cases, we may provide additional notice (such as adding a statement to our webpage or sending a notification). For information about choices we offer in connection with any of our information practices, please see “Your Choices” below.</p>
<h3>Collection of Information</h3>
<p><b>Information You Provide to Us</b></p>
<p>We collect information you provide directly to us. For example, we collect information you provide when you create an account, subscribe to our updates, respond to a survey, fill out a form, request customer support or communicate with us. The types of information we may collect include your bitcoin address, email address, username and password, survey responses and any other information you choose to provide.
<p>If you use our Storage Services, our third-party service provider may collect your payment method information for use in connection with your payments for storage. </p>
<p>If you rent storage space to us via the Software, we may require you to submit a tax form in connection with your receipt of payments from us. The tax form may require you to provide certain information, including your name, business name, address or tax identification number (e.g., SSN or EIN). We will use this tax form information solely to submit relevant tax filings.</p>
<p><b>Information We Collect Automatically</b></p>
<p>When you use our Services, we automatically collect information from your devices. For example, we may collect:</p>
<ul>
<li>
<p><b>Log Information:</b> We collect log information when you use our Services, including access times, pages viewed, IP address, and the web page that referred you to our website.</p>
</li>
<li>
<p><b>Device Information:</b> We collect information about the computer or mobile device you use to access our Services, including the hardware model, operating system and version, your web browser, and device identifiers (including a network ID used to communicate with other nodes on the platform).</p>
</li>
<li>
<p><b>Telemetry Information.</b> If you use the Software, we may collect the amount of free and used storage space on your device, bandwidth upload and download speeds, and other statistics about your device and network connection. </p>
</li>
<li>
<p><b>Performance Information.</b> If you rent storage space to us via the Software, we may collect the amount of data transferred via our Services, the contract associated with the transferred data, and a log of the outcome (success or failure) of audits performed on your node.</p>
</li>
<li>
<p><b>Usage Information.</b> If you use our Storage Services, we will collect metadata about the files you upload for storage and the file shards that are distributed via the Storage Services (including shard size, number of shards and frequency of access), and we will record instances in which you have used your private key to authenticate communications.</p>
</li>
<li>
<p><b>Information Collected by Cookies and Other Tracking Technologies via Our Services:</b> We and our service providers use various technologies to collect information when you interact with our websites and mobile apps, including cookies and web beacons. Cookies are small data files that are stored on your device when you visit a website, which enable us to collect information about your device identifiers, web browsers used to access the Services, pages or features viewed, time spent on pages, mobile app performance and links clicked. Web beacons (or pixel tags) are electronic images that may be used in our web Services or emails to help deliver cookies, count website visits, understand usage and determine the effectiveness of email marketing campaigns.</p>
</li>
</ul>
<p><b>Information We Collect From Other Sources</b></p>
<p>We may also receive information about you from other sources, such as when logging into your Storage Services account by using your account credentials for a separate third-party service. We will receive information from that service as indicated in the relevant third party’s authorization screen.</p>
<h3>Use of Information</h3>
<p>We may use information about you for various purposes, including to:</p>
<ul>
<li>
<p>Provide, maintain, deliver and improve our Services;</p>
</li>
<li>
<p>Develop new products and services;</p>
</li>
<li>
<p>Send you technical notices and support and administrative messages;</p>
</li>
<li>
<p>Communicate with you about products, services, promotions, events and other news and information we think will be of interest to you;</p>
</li>
<li>
<p>Monitor and analyze trends, usage and activities in connection with our Services; </p>
</li>
<li>
<p>Detect, investigate and prevent fraudulent transactions and other illegal activities and protect the rights and property of Company and others;</p>
</li>
<li>
<p>Link or combine information we collect from or about you; and</p>
</li>
<li>
<p>Carry out any other purpose for which the information was collected.</p>
</li>
</ul>
<h3>Sharing of Information</h3>
<p>We may share information about you with others as follows:</p>
<ul>
<li>
<p>With service providers that perform work for us; </p>
</li>
<li>
<p>When you use interactive areas of our Services, like our blog or other online forums, certain information you choose to share may be displayed publicly, such as your username, actions you take and any content you post; </p>
</li>
<li>
<p>In response to a request for information if we believe disclosure is in accordance with, or required by, any applicable law, regulation or legal process;</p>
</li>
<li>
<p>If we believe your actions are inconsistent with our user agreements or policies, or to protect the rights, property and safety of Company or others;</p>
</li>
<li>
<p>In connection with, or during negotiations of, any merger, sale of company assets, financing or acquisition of all or a portion of our business by another company; </p>
</li>
<li>
<p>Between and among Company and its current and future parents, affiliates, subsidiaries and other companies under common control and ownership; or</p>
</li>
<li>
<p>With your consent or at your direction. </p>
</li>
</ul>
<p>We may also share aggregated or de-identified information, which cannot reasonably be used to identify you.</p>
<h3>Social Sharing Features</h3>
<p>Our Services may offer social sharing features and other integrated tools. Your use of such features enables the sharing of information with your contacts or the public, depending on the settings you establish with the entity that provides the social sharing feature. For more information about the purpose and scope of data collection and processing in connection with social sharing features, please visit the privacy policies of the entities that provide these features.</p>
<h3>Analytics Services Provided by Others</h3>
<p>We may allow others to provide analytics services on our behalf in connection with our Services. These entities may use cookies, web beacons and other technologies to collect information about your use of the Services and other websites and apps, including your IP address, web browser, pages viewed, app performance, time spent on pages and links clicked. This information may be used by Company and others to, among other things, analyze and track data, determine the popularity of certain content and better understand your online activity.</p>
<h3>Security</h3>
<p>Company takes reasonable measures to help protect information about you from loss, theft, misuse and unauthorized access, disclosure, alteration and destruction.</p>
<h3>Transfer of Information to the U.S. and Other Countries</h3>
<p>Company is based in the United States and the information we collect is governed by U.S. law. By accessing or using our Services or otherwise providing information to us, you consent to the processing and transfer of information in and to the U.S. and other countries, where you may not have the same rights as you do under local law. Where this is the case, we will take appropriate measures to protect information about you in accordance with this Privacy Policy.</p>
<h3>Your Choices</h3>
<p><b>Account Information</b></p>
<p>You may update your Storage Services account information by logging into your account.</p>
<p><b>Telemetry Information</b></p>
<p>Users of the Software can opt out of our collection of Telemetry Information. Please refer to the settings area of the Software to opt out of this collection.</p>
<p><b>Cookies</b></p>
<p>Most web browsers are set to accept cookies by default. If you prefer, you can usually choose to set your browser to remove or reject browser cookies. Please note that if you choose to remove or reject cookies, this could affect the availability and functionality of our Services.</p>
<p><b>Promotional Communications</b></p>
<p>You may opt out of receiving promotional communications from us at any time by following the instructions in those communications. If you opt out, we may still send you non-promotional communications, such as those about your account or our ongoing business relations.</p>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3 col-xs-6">
<a href="/" class="footer-logo">
<img src="/img/logo-white.svg" alt="Storj">
</a>
<ul class="list-unstyled">
<li><a href="/careers.html">We're Hiring!</a></li>
<li><a href="/storj.pdf">Whitepaper</a></li>
<li><a href="/privacy-policy.html">Privacy Policy</a></li>
<li><a href="/terms-of-use.html">Terms of Use</a></li>
<li><a href="/terms-of-service.html">Terms of Service</a></li>
<li><a href="/canary.txt">Canary</a></li>
<li><a href="https://status.storj.io/">Status</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-xs-6">
<h5>Company</h5>
<ul class="list-unstyled">
<li><a href="/team.html">Team</a></li>
<li><a href="/careers.html">Careers</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/press.html">Press</a></li>
<li><a href="http://blog.storj.io/">Blog</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li><a href="https://docs.storj.io/discuss">Support</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-xs-6">
<h5>Product</h5>
<ul class="list-unstyled">
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="https://docs.storj.io/">Quickstart</a></li>
<li><a href="/developers.html">Developers</a></li>
<li><a href="/community.html">Community</a></li>
<li><a href="http://feedback.storj.io">Suggest Feature</a></li>
<li><a href="/share.html" class="white-tooltip" data-toggle="tooltip" data-placement="top" title="Earn money by sharing your extra hard drive space on the network.">Rent Your Drive</a></li>
<li><a href="/referral.html">Referral Program</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-xs-6">
<h5>Connect</h5>
<ul class="list-unstyled">
<li><a href="https://twitter.com/storjproject" target="_blank"><img class="social-link" src="/img/social-twitter.svg" alt="">Twitter</a></li>
<li><a href="https://github.com/Storj/" target="_blank"><img class="social-link" src="/img/social-github.svg" alt="">GitHub</a></li>
<li><a href="https://www.reddit.com/r/storj/" target="_blank"><img class="social-link" src="/img/social-reddit.svg" alt="">Reddit</a></li>
<li><a href="https://www.facebook.com/storjproject" target="_blank"><img class="social-link" src="/img/social-facebook.svg" alt="">Facebook</a></li>
<li><a href="https://medium.com/@storjproject" target="_blank"><img class="social-link" src="/img/social-medium.svg" alt="">Medium</a></li>
<li><a href="https://angel.co/storj" target="_blank"><img class="social-link" src="/img/social-angel.svg" alt="">AngelList</a></li>
</ul>
</div>
</div>
</div>
<div class="address">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<address>Storj Labs Inc. - 3423 Piedmont Road NE, Suite 550, Atlanta, Georgia, 30305, United States</address>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/segment.js"></script>
<script>
jQuery(document).ready(function($){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>