{{ template "_base.html" . }} {{ define "title" }}Legal{{ end }} {{ define "content" }}
Parts of this site use cookies for essential purposes. Wikipedia says that
A […] cookie (also called web cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on the user’s computer by the user’s web browser while the user is browsing.
This site only uses cookies where necessary; in particular they are only used on access protected sites. Public sites are cookie-free. For signed in users only two cookies are used.
{{ .CSRFCookie }} is used to prevent Cross-site request forgery.
{{ .SessionCookie }} is used to track a distillery user session, so that a user does not constantly have to login again.
It is automatically deleted once a user signs out.
This site is powered by the WissKI Distillery. The project is licensed under the terms of the AGPL Version 3.0 License.
The backend may contain code from the following projects:
{{ .LegalNotices }}