forked from AshleyScirra/servefolder.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
21 lines (17 loc) · 1.14 KB
/
privacy-policy.html
File metadata and controls
21 lines (17 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>Servefolder.dev privacy policy</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="mainwrap">
<h1 id="maintitle">Servefolder.dev privacy policy</h1>
<p class="alignleft">This website does not collect or transmit any personal information whatsoever. It implements a web development tool that helps test local files in your browser. The files never leave your device and are not transmitted over a network. This is achieved with the use of <a href="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API">Service Workers</a>, which run on your local device, rather than using a traditional server.</p>
<p class="alignleft">If you allow this tool to access files that contain personal information, then the tool will access those files solely to perform its function of allowing you to test those files in your browser. The contents of the files will never leave your device or be shared with anyone else in any way whatsoever.</p>
</div>
</body>
</html>