Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Zellner
Castopod
Commits
4274cb5d
Commit
4274cb5d
authored
2 years ago
by
Benjamin Bellamy
Committed by
Yassine Doghri
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(gdpr.txt): add purpose block for analytics data
parent
0188b673
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GDPR.txt
+23
-0
23 additions, 0 deletions
GDPR.txt
public/.well-known/GDPR.yml
+24
-0
24 additions, 0 deletions
public/.well-known/GDPR.yml
with
47 additions
and
0 deletions
GDPR.txt
+
23
−
0
View file @
4274cb5d
...
...
@@ -6,6 +6,29 @@
# in particular. As a hosting provider, you must inform your users of their
# rights and how their data are used and protected.
purpose:
Deduplicate number of audio file downloads made by the same listener
for analytics purposes
lawfulness: legitimate interest
data: (User IP address + Browser User Agent)
required: yes
visibility: none
description:
In order to produce analytics data comparable to the podcasting
ecosystem standards, the User IP address (REMOTE_ADDR) with the
browser User Agent (HTTP_USER_AGENT) are stored when an audio file
is downloaded.
mitigation:
The data (User IP address + Browser User Agent) is never stored in plain
format.
The data is concatenated with a cryptographic salt, the current date,
and the podcast or episode IDs.
The data is hashed (using sha1) after being concatenated and before
being stored.
The data is stored in a cache database (eg. Redis).
The data expires every day at midnight (server time).
purpose: Connect users to their accounts
lawfulness: legitimate interest
...
...
This diff is collapsed.
Click to expand it.
public/.well-known/GDPR.yml
+
24
−
0
View file @
4274cb5d
...
...
@@ -7,6 +7,30 @@
# rights and how their data are used and protected.
purposes
:
-
description
:
|
Deduplicate number of audio file downloads made by the same listener for
analytics purposes
lawfulness
:
legitimate interest
data
:
-
field
:
(User IP address + Browser User Agent)
required
:
yes
visibility
:
none
description
:
|
In order to produce analytics data comparable to the podcasting
ecosystem standards, the User IP address (REMOTE_ADDR) with the
browser User Agent (HTTP_USER_AGENT) are stored when an audio file
is downloaded.
mitigation
:
|
The data (User IP address + Browser User Agent) is never stored in
plain format.
The data is concatenated with a cryptographic salt, the current date,
and the podcast or episode IDs.
The data is hashed (using sha1) after being concatenated and before
being stored.
The data is stored in a cache database (eg. Redis).
The data expires every day at midnight (server time).
retention
:
24 hours maximum
-
description
:
Connect users to their accounts
lawfulness
:
legitimate interest
data
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment