-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
28 lines (28 loc) · 1.68 KB
/
privacy.html
File metadata and controls
28 lines (28 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>ScreenFromShot Privacy Policy</title>
<link rel="icon" href="icon.png"></link>
<link rel="stylesheet" href="style2.css">
<style>
p, h2 {color: #ccc; padding: 5px;}
</style>
</head>
<body>
<div style="padding: 10vh 25vw; display: inline; color: #555">
<p>TL;DR: We receive or collect no information from you, and we don't store anything on your PC.</p>
<h2>Privacy policy</h2>
<p>
This website uses no cookies or other kinds of client-side storage (unless you manually download a file).
Some temporary data still may be written to your disk by your browser as cache.
<span style="font-weight: bold">All processing happens locally. No images are transferred via this page to any other computer, not even servers hosting the site.</span>
You can verify this by opening a network analyzer, you probably have one built into your desktop browser (try Ctrl+Shift+E).
If this website is hosted on GitHub, <a href="https://docs.github.com/en/site-policy/github-terms">their Terms of Service</a> may apply, and they <a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement#information-github-automatically-collects">may collect metadata</a> of your request for this site, such as your IP address or what files you accessed and when.
You may download this page instead as a single HTML file by right-clicking this link (not implemented yet) and choosing "Save as..." for offline use.
</p>
<h2>License</h2>
<p>
This website is licensed under GPLv3. The source code is available here (not implemented yet).
</p>
</div>
</body>