Skip to content

Commit

Permalink
Create privacy-policy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Mar 31, 2024
1 parent 95e3da9 commit 4dba9bf
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTTP Requester - Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>HTTP Requester is a Chrome extension designed to facilitate HTTP requests directly from your browser. We are committed to protecting your privacy and ensuring the security of your information. This Privacy Policy outlines how we collect, use, and safeguard any data collected through the use of this extension.</p>

<h2>Data Collection:</h2>
<p>We want to make it clear that we do not collect any personal data or information from our users. We do not track your browsing activity, IP addresses, or any other identifying information.</p>

<h2>Usage Information:</h2>
<p>HTTP Requester may collect anonymous usage information, such as the number of requests made, response times, and error rates. This information is used solely for improving the performance and functionality of the extension. It does not contain any personally identifiable information.</p>

<h2>Data Usage:</h2>
<p>Any data entered or transmitted through HTTP Requester, including request headers, body content, and response data, remains entirely within your control. We do not store, transmit, or analyze any of this data.</p>

<h2>Third-Party Services:</h2>
<p>HTTP Requester does not integrate with any third-party services that may collect or track user data.</p>

<h2>Security:</h2>
<p>We take the security of your data seriously. HTTP Requester utilizes industry-standard security measures to protect against unauthorized access, disclosure, alteration, or destruction of any information stored within the extension.</p>

<h2>Updates to Privacy Policy:</h2>
<p>We may update this Privacy Policy from time to time to reflect changes in our practices or applicable laws. Any updates will be posted within the extension or on our website.</p>

<h2>Contact Us:</h2>
<p>If you have any questions or concerns about this Privacy Policy or the practices of HTTP Requester, please contact us at <a href="mailto:info@nexys.ch">info@nexys.ch</a>.</p>

<p>By using HTTP Requester, you agree to the terms outlined in this Privacy Policy. If you do not agree with these terms, please refrain from using the extension.</p>

<p>Last updated: March 31st, 2024</p>

<p>Thank you for your trust in HTTP Requester. We are committed to providing you with a secure and reliable tool for your web development and testing needs.</p>
</body>
</html>

0 comments on commit 4dba9bf

Please sign in to comment.