Skip to content

Commit fde6769

Browse files
authored
Merge pull request #221 from Interlisp/privacy-statement
add privacy statement linked to in footer
2 parents 8142178 + daf3b91 commit fde6769

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

Diff for: content/en/privacy.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Interlisp.org Privacy Statement
3+
url: /privacy/
4+
type: docs
5+
weight: 30
6+
---
7+
8+
9+
## Privacy Statement for Interlisp.org
10+
At Interlisp.org, we value your privacy and are committed to protecting your personal information. This privacy statement outlines how we collect, use, and safeguard data when you visit our website.
11+
12+
### Information Collection and Use
13+
14+
*Google Analytics:* We utilize Google Analytics to analyze website traffic and improve user experience. Google Analytics collects anonymous data such as your IP address, browser type, and pages visited. This information helps us understand user behavior and enhance our services.
15+
16+
*Registered Users:* For users who register on online.interlisp.org, we collect email addresses. The email addresses are used to establish accounts, and associate the data we store between sessions, and may be used for communication related to your account. Our online service is not intended for handling sensitive information such as private data, logins, passwords. If you have any further concerns or questions, feel free to reach out.
17+
18+
### Data Sharing
19+
20+
We do not sell, trade, or share your personal information with third parties unless required by law.
21+
Google Analytics processes data on our behalf and adheres to its own privacy policies.
22+
23+
### Cookies
24+
Our website uses cookies to enhance functionality and provide a better browsing experience. You can adjust your browser settings to manage cookies.
25+
26+
### Your Rights
27+
You have the right to access, correct, or delete any personal information we hold about you.
28+
If you have any concerns or requests regarding your data, please contact us.
29+
30+
### Changes to this Privacy Statement
31+
We may update this privacy statement periodically. Any changes will be posted on this page.
32+
By using Interlisp.org, you consent to the terms outlined in this privacy statement.
33+
34+
For more information, refer to Google’s Privacy & Terms.

Diff for: hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ anchor = "smart"
147147

148148
[params]
149149
copyright = "Interlisp.org"
150-
# privacy_policy = "https://policies.google.com/privacy"
150+
privacy_policy = "https://interlisp.org/privacy"
151151

152152
# Set Google Analytics to use GA4
153153
disableGtagForUniversalAnalytics = false

0 commit comments

Comments
 (0)