Strip Substack query params for copy clean link
Categories
(Core :: Privacy: Anti-Tracking, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | affected |
People
(Reporter: me, Unassigned)
References
(Blocks 1 open bug)
Details
To reproduce, go to an emailed or similar share of a Substack story and follow links to the story on the Substack site:
Select 'Copy Clean Link' from Address Bar via right click.
Paste copied link.
Get:
Expected:
https://www.erininthemorning.com/p/germany-interpride-issue-lgbtq-travel
My assumption is that Copy Clean Link uses a set of URL parameters to search for and updating the set with:
publication_id
post_id
isFreemail
r
triedRedirect
would fix this for Substack, however, since publication_id
, post_id
, and r
are generic, the parameter filter would have to be domain specific to prevent losing necessary parameters for other domains.
I don't know if this feature is designed on a per-domain level?
Updated•5 months ago
|
Comment 1•5 months ago
|
||
Thanks for filing a bug!
We have both the capability to strip globally (e.g. utm params) and per domain (e.g. Amazon). All of these params seem pretty site specific to me so we should create a rule for Substack specifically. However substack's with custom domains would still need to be added manually.
Updated•5 months ago
|
Description
•