{{ template "_base.html" . }} {{ define "title" }}Legal{{ end }} {{ define "header/time" }} {{ end }} {{ define "header"}} {{ end }} {{ define "content" }}

Cookie Usage

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.

  1. The cookie named {{ .CSRFCookie }} is used to prevent Cross-site request forgery.
  2. The cookie named {{ .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.
Neither cookie is used beyond the purposes they are required for. In particular, they are not used for analytics or any other kind of tracking.

Legal Notices

This site is powered by the WissKI Distillery. The project is licensed under the terms of the AGPL Version 3.0 License.

Backend

Back to Notices

The backend may contain code from the following projects:

{{ .LegalNotices }}

Frontend

Back to Notices

{{ .AssetsDisclaimer }}
{{ end }}