Remove anchors/hashes in Snowplow events URLs
Related to #338320 (closed)
The reasoning behind this being that there might be PII contained in this string, that's mostly generated automatically.
| Examples |
|---|
gitlab.com/namespace:4/project:2/-/wikis/My-Wiki |
gitlab.com/namespace:4/-/issues/123 |
gitlab.com/namespace:4/project:2/-/edit |
gitlab.com/namespace:4/project:2/-/merge_requests/133/diffs |
gitlab.com/projects/new |
gitlab.com/namespace:4/project:2/-/usage_quotas |
gitlab.com/namespace:4/project:2/-/releases |
Note that this is only for gitlab.com, the Handbook's links tracking hashes would be added as usual ( about.gitlab.com/handbook/pages/my-page#my-section for example).
Edited by Axel García