Description
I have stopped working on Signed Exchange Reporting for publishers. w3c/network-error-logging#99 (comment)
This is mainly because it is not clear whether is it OK to let the publisher know the distributor's URL.
If my understanding is correct, we can't know redirecting URLs.
The publisher can only know "aggregator.example/feed" using referrer in this case:
- aggregator.example/feed -> redirect.example/publisher.example/article (returns 301 redirect) -> publisher.example/article
So I think it sounds reasonable not to let the publisher know the SXG distributor's URL.
And also if the publishers can know the distributor's URL, this can be used for user tracking.
Example:
https://TRACKING_ID.distributor.example/publisher.example/article.html.sxg
https://distributor.example/TRACKING_ID/publisher.example/article.html.sxg
I think we should avoid adding new features which can be used for user tracking.