summaryrefslogtreecommitdiff
path: root/views/privacy.html
diff options
context:
space:
mode:
authorHorus32015-06-02 05:38:12 +0200
committerHorus32015-06-02 05:38:12 +0200
commitf8a4da578bc8f58924ef060b60c472ade8390d55 (patch)
treed9b1b35966149ad69f0d638a7c158ea3aff1883e /views/privacy.html
parent0a00051d30184c94a666638f66f1d145df855995 (diff)
downloadfreemail-f8a4da578bc8f58924ef060b60c472ade8390d55.tar.gz
Bug fix and better wording.
Diffstat (limited to 'views/privacy.html')
-rw-r--r--views/privacy.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/views/privacy.html b/views/privacy.html
deleted file mode 100644
index 538aa52..0000000
--- a/views/privacy.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{{template "header.html" "Privacy Policy | Libremail"}}
-{{template "navbar.html"}}
-{{template "alert.html" .}}
-
-<div class="container">
- <div class="row">
- <div class="col-md-12">
- <h1>Privacy Policy</h1>
- <br>
- <div class="well well-lg">
- <h2 id="e-mails">E-Mails</h2>
- <p>
- We do not read your e-mails.
- </p>
- <br>
- <h2 id="public_information">Public Information</h2>
- <p>
- We might make those information public at any time:
- <ul>
- <li>your registered mail address (existence of your email address can be checked during registration and password changing)</li>
- <li>anonymized statistics, e.g. about disk space usage</li>
- <li>anonymized data</li>
- </ul>
- </p>
- <br>
- <h2 id="website">Website</h2>
- <p>
- In common with other websites, log files are stored on the web server saving details such as the visitor's IP address, browser type, referring page and time of visit.
- <br>
-
- Cookies may be used to remember and analyze visitor preferences when interacting with the website.
- </p>
- <br>
- <h2 id="logs">Logs</h2>
- <p>
- The server software may store logs about usage, this includes e.g. the time of login. We are using those logs to debug the application and prevent spamming.
- </p>
- </div>
- </div>
- </div>
-</div>
-{{template "footer.html" .Language}}