-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.
Milestone
Description
In Administration > Email reports, users can download an email report. The "Download" link includes the token_auth
. This is problematic because token_auth
are then leaked in server access logs and browser history.
-> We should change it so that the link doesn't include the token_auth, and instead the "download" should be a POST request with the token_auth
in the POST body.
Metadata
Metadata
Assignees
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.