mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
101 lines
4.3 KiB
HTML
101 lines
4.3 KiB
HTML
{% extends 'base.html' %}
|
||
|
||
{% load utils_tags %}
|
||
|
||
{% block bodyclass %}NB-static NB-static-press{% endblock %}
|
||
|
||
{% block title %}Privacy Policy{% endblock %}
|
||
|
||
{% block content %}
|
||
|
||
<div class="NB-static-title">
|
||
Privacy Policy
|
||
</div>
|
||
|
||
<div class="NB-module">
|
||
<div class="NB-module-content">
|
||
|
||
<p>This policy applies to all information collected or submitted on
|
||
NewsBlur’s website and our apps for iPhone, Android, and any other devices and
|
||
platforms.</p>
|
||
|
||
<p>When creating an account, you will be asked to enter an email
|
||
address and a password. Email addresses are only used for logging in
|
||
and password resets. We don’t sell emails.</p>
|
||
|
||
<p>If you enable notifications, we must store a token to send them. We
|
||
use push notifications to initiate background downloads and notify you
|
||
of new stories. We never use notifications for marketing.</p>
|
||
|
||
<p>We store information about the stories you've read to sync this information between the website and your
|
||
devices. We also collect anonymous statistics of training data that is available for all users under Statistics on a per feed basis.</p>
|
||
|
||
<p>We use cookies on the site and similar tokens in the app to keep you logged in. Like most websites and apps, we also store information through the use
|
||
of software that may be transparent to users. For example, we may log your IP address and general information about your browser or device.</p>
|
||
|
||
<p>NewsBlur’s iOS, Android, and web apps collects aggregate, anonymous statistics, such as the percentage of users who use particular features, to improve the
|
||
app and prioritize future development efforts. Crash reports are also collected to help improve the app.</p>
|
||
|
||
<p>We do not share your personal information with outside parties except to the extent necessary to accomplish NewsBlur’s functionality. In other words, your information is not sold or given away to any third-parties.</p>
|
||
|
||
<p>In the future, we may sell to, buy, merge with, or partner with other businesses. In such transactions, user information may be among the transferred assets.</p>
|
||
|
||
<p>We implement a variety of security measures to help keep your
|
||
information secure.</p>
|
||
|
||
<p>For instance, if you choose to use SSL/https, all communication with the app and website will be sent over
|
||
HTTPS, and passwords are not stored: they are hashed using advanced, well-researched methods.</p>
|
||
|
||
<p>You may access or change your information or delete your account at any time from the website, under Manage > Account. You may also choose to cancel your subscription from the website in the same dialog.</p>
|
||
|
||
<p>NewsBlur displays links and content from third-party feeds and
|
||
sites, and downloads images directly from each sites’
|
||
third-party servers. These have their own independent privacy
|
||
policies, and we have no responsibility or liability for their content
|
||
or activities.</p>
|
||
|
||
<h3>California Online Privacy Protection Act Compliance</h3>
|
||
<p>We comply with the California Online Privacy Protection Act. We
|
||
therefore will not distribute your personal information to outside
|
||
parties without your consent.</p>
|
||
|
||
<h3>Children’s Online Privacy Protection Act Compliance</h3>
|
||
<p>We never collect or maintain information at our website from those we
|
||
actually know are under 13, and no part of our website is structured
|
||
to attract anyone under 13.</p>
|
||
|
||
<h3>Information for European Union Customers</h3>
|
||
<p>By using NewsBlur and providing your information, you authorize us to
|
||
collect, use, and store your information outside of the European
|
||
Union.</p>
|
||
|
||
<h3>International Transfers of Information</h3>
|
||
<p>Information may be processed, stored, and used outside of the country
|
||
in which you are located. Data privacy laws vary across jurisdictions,
|
||
and different laws may be applicable to your data depending on where
|
||
it is processed, stored, or used.</p>
|
||
|
||
<h3>Your Consent</h3>
|
||
|
||
<p>By using our site or apps, you consent to our privacy policy.</p>
|
||
|
||
<h3>Contacting Us</h3>
|
||
<p>If you have questions regarding this privacy policy, you may email
|
||
<a href="mailto:samuel@newsblur.com?subject=Privacy+Policy+Question">samuel@newsblur.com</a>.</p>
|
||
|
||
<h3>Changes to this policy</h3>
|
||
|
||
<p>If we decide to change our privacy policy, we will post those changes
|
||
on this page. Summary of changes so far:</p>
|
||
|
||
<ul>
|
||
<li>November 28, 2017: First published.</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
{% endblock content %}
|
||
|
||
{% block footer %}
|
||
{% render_footer "press" %}
|
||
{% endblock footer %}
|