matomo-org/matomo

Tracking code generator incorrectly sets domains for websites that use www in the hostname

Open

#19,844 创建于 2022年10月11日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)PHP (21,513 star) (2,847 fork)batch import
Help wanted

描述

When setting the URL for a website, we specify that it isn't necessary to specify URLs with and without www as Matomo handles both automatically. This means that people can set their URL to either www.example.org or to example.org: image

However, when the option "Track Visitors across all subdomains" is selected in the tracking code generator it incorrectly sets the domains and cookie domains to *.www.example.org when the website URL contains www: image

This can cause issues with the cookies on the websites tracked with things such as cookie consent tools that are quite strict and can cause issues with other things such as server-side tracking that relies on fetching the Visitor ID value from cookies

贡献者指南