matomo-org/matomo

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

Open

#19,844 opened on 2022年10月11日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)PHP (21,513 stars) (2,847 forks)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

コントリビューターガイド