Skip to content

Commit

Permalink
Add terms of service and privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Jun 5, 2024
1 parent 9943647 commit 3b4923e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/pages/PrivacyPolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,20 @@ export default function PrivacyPolicy() {

<p className="privacy-policy">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. We have no control over, and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.</p>

<p className="privacy-policy">Children's Privacy</p>
<h2 className="privacy-policy">Children's Privacy</h2>

<p className="privacy-policy">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 will immediately respond to take requisite action. 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>

<h2 className='privacy-policy'>Data Retention and Storage</h2>

<p className='privacy-policy'>To enhance security measures and prevent fraud and abuse, the Service will store the email addresses of our users indefinitely. This practice is crucial for identifying and mitigating potential threats and ensuring the integrity of our service. The stored email addresses will be used exclusively for security-related purposes and service updates, and not for marketing or any unsolicited communication.</p>

<p className='privacy-policy'>We understand the importance of minimizing data retention to protect user privacy. Users have the right to manage their data, including the deletion of non-essential information. To delete your non-essential data, you can utilize the tools provided within our service or contact our development team directly at [email protected]. Our team is dedicated to assisting you with your data management requests promptly and efficiently.</p>

<h2 className="privacy-policy">Changes to This Privacy Policy</h2>

<h3 className='privacy-policy'>Wed Jun 5, 2024</h3>
<p className='privacy-policy'>Added section 'Data Retention and Storage'</p>
</div>
);
}
11 changes: 10 additions & 1 deletion src/pages/TermsOfService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function TermsOfService() {
return (
<div className="privacy-policy">
<h1>Khoj Inc. Terms of Service</h1>
<p className="privacy-policy"><strong>Last Updated: October 16, 2023</strong></p>
<p className="privacy-policy"><strong>Last Updated: June 5, 2024</strong></p>
<p className="privacy-policy">If you signed a separate Cover Page to access the Product with the same account, and that agreement has not ended, the terms below do not apply to you. Instead, your separate Cover Page applies to your use of the Product. </p>
<p className="privacy-policy">This Agreement is between Khoj Inc. and the company or person accessing or using the Product. This Agreement consists of: (1) the Order Form and (2) the Key Terms, both of which are on the Cover Page below, and (3) the Common Paper <a href="https://commonpaper.com/standards/cloud-service-agreement/1.0/" target="blank">Cloud Service Agreement Standard Terms Version 1.0</a> (“Standard Terms"). Any modifications to the Standard Terms made in the Cover Page will control over conflicts with the Standard Terms. Capitalized words have the meanings or descriptions given in the Cover Page or the Standard Terms. </p>
<p className="privacy-policy">If you are accessing or using the Product on behalf of your company, you represent that you are authorized to accept this Agreement on behalf of your company. By signing up, accessing, or using the Product, Customer indicates its acceptance of this Agreement and agrees to be bound by the terms and conditions of this Agreement. </p>
Expand Down Expand Up @@ -78,9 +78,18 @@ export default function TermsOfService() {
<li>Legal action for serious violations</li>
</ul>
</li>
<li>
Data Storage and Retention
<p className='privacy-policy'>To enhance security measures and prevent fraud and abuse, the Cloud Service will store your email address indefinitely. This practice is crucial for identifying and mitigating potential threats and ensuring the integrity of our service. The stored email addresses will be used exclusively for security-related purposes and service updates, and not for marketing or any unsolicited communication.</p>

<p className='privacy-policy'>You have the right to manage your data, including the deletion of non-essential information. To delete your non-essential data, you can utilize the tools provided within our service or contact our development team directly at [email protected]</p>
</li>
<li>
Updates and Revisions
<p className="privacy-policy">We may update and revise this policy from time to time to adapt to changing circumstances. Users are responsible for staying informed about these changes.</p>
<h2 className="privacy-policy">Changes to This Privacy Policy</h2>
<h3 className='privacy-policy'>Wed Jun 5, 2024</h3>
<p className='privacy-policy'>Added section 'Data Retention and Storage'</p>
</li>
</ol>

Expand Down

0 comments on commit 3b4923e

Please sign in to comment.