Describe the bug
When we open our web browser console, we can see Mapbox requests that clearly include our token. Thus, a malicious person could use our token on our behalf. The problem is, that the situation is the same in case of publicly shared reports on the web. If we publicly share our report, which contains Mapbox visualization, the private access token can be used by anyone.
To Reproduce
Steps to reproduce the behavior:
Create a report with a Mapbox visualization, fill the access token field
Publish the report into the PBI Service
Create embed token, share the report publicly
Check the console and the network activities
Expected behavior
Private access token shouldn't be exposed.
Describe the bug When we open our web browser console, we can see Mapbox requests that clearly include our token. Thus, a malicious person could use our token on our behalf. The problem is, that the situation is the same in case of publicly shared reports on the web. If we publicly share our report, which contains Mapbox visualization, the private access token can be used by anyone.
To Reproduce Steps to reproduce the behavior:
Expected behavior Private access token shouldn't be exposed.
Screenshots