* Move visibility param from redux store to local state * use func for parsing location.search * Remove bad wrapper * we already have wrapper with NODE_ID on page and we shouldn't another one with the same id on page * move common part of markup to level up * Tinny refac of setSorting * add dummy types for pollyfils also, a bit rewrited way to resolve imports * Move sort flag to local store Because we don't need to share this param between diffrent parts of interface * Add action creators * move action to action creators * Remove unused functions * Merge in conditions in one * One way for export API methods * add default tags * Rewrited changing read only mode * removed unused function * set sort changes * always send sort from store * rollback if sort don't work * constanst * add typing * shorten export * remove double define of host
92 lines
4.8 KiB
HTML
92 lines
4.8 KiB
HTML
<html>
|
||
<head>
|
||
<title>Privacy Policy</title>
|
||
</head>
|
||
<body>
|
||
<h1>Privacy Policy</h1>
|
||
<p>
|
||
Umputun operates the website remark42.com, which provides the SERVICE. This page is used to inform website visitors regarding
|
||
our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
|
||
If you choose to use our Service, then you agree to the collection and use of information in relation with this policy.
|
||
The Personal Information that we collect are used for providing and improving the Service. We will not use or share
|
||
your information with anyone except as described in this Privacy Policy.
|
||
</p>
|
||
<p>
|
||
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at https://remark42.com,
|
||
unless otherwise defined in this Privacy Policy.
|
||
</p>
|
||
<h3>Information Collection and Use</h3>
|
||
<p>
|
||
For a better experience while using our Service, we may require you to provide us with certain personally identifiable information,
|
||
including but not limited to your name and email address. The information that we collect will be used to contact
|
||
or identify you.
|
||
</p>
|
||
|
||
<h3>Log Data </h3>
|
||
<p> We want to inform you that whenever you visit our Service, we collect information that your browser sends to us that
|
||
is called Log Data. This Log Data may include information such as your computer’s Internet Protocol (“IP”) address,
|
||
browser version, pages of our Service that you visit, the time and date of your visit, the time spent on those pages,
|
||
and other statistics.
|
||
</p>
|
||
|
||
<h3>Cookies</h3>
|
||
<p>Cookies are files with small amount of data that is commonly used an anonymous unique identifier. These are sent to your
|
||
browser from the website that you visit and are stored on your computer’s hard drive. Our website uses these “cookies”
|
||
to confirm user identity. You have the option to either accept or refuse these cookies, and know when a cookie is
|
||
being sent to your computer. If you choose to refuse our cookies, you may not be able to use some portions of our
|
||
Service.
|
||
</p>
|
||
|
||
<h3>Service Providers</h3>
|
||
<p>
|
||
We may employ third-party companies and individuals due to the following reasons:
|
||
<ul>
|
||
<li>To facilitate our Service</li>
|
||
<li>To provide the Service on our behalf</li>
|
||
<li>To perform Service-related services</li>
|
||
<li>To assist us in analyzing how our Service is used</li>
|
||
</ul>
|
||
</p>
|
||
|
||
<p>
|
||
We want to inform our Service users that these third parties have access to your Personal Information. The reason is to perform
|
||
the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for
|
||
any other purpose.
|
||
</p>
|
||
|
||
<h3>Security</h3>
|
||
<p>
|
||
We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means
|
||
of protecting it. But remember that no method of transmission over the internet, or method of electronic storage
|
||
is 100% secure and reliable, and we cannot guarantee its absolute security.
|
||
</p>
|
||
|
||
<h4>Links to Other Sites</h4>
|
||
|
||
<p>Our Service may contain links to other sites. If you click on a third-party link, you will be directed to that site.
|
||
Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy
|
||
of these websites, read more. We have no control over, and assume no responsibility for the content, privacy policies,
|
||
or practices of any third-party sites or services.
|
||
</p>
|
||
|
||
<h3>Children’s Privacy</h3>
|
||
<p>
|
||
Our Services do not address anyone under the age of 13. We do not knowingly collect personal identifiable information from
|
||
children under 13. In the case we discover that a child under 13 has provided us with personal information, we immediately
|
||
delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with
|
||
personal information, please contact us so that we will be able to do necessary actions.
|
||
</p>
|
||
|
||
<h3>Changes to This Privacy Policy</h3>
|
||
<p>
|
||
We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes.
|
||
We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately,
|
||
after they are posted on this page.
|
||
</p>
|
||
|
||
<h3>Contact Us</h3>
|
||
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p>
|
||
</body>
|
||
|
||
</html>
|