-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |