0

The Source Map Proposal mentions possible XSSI attacks that make the source maps "available to attackers".

Can someone explain how that is a security problem? Aren't "attackers" able to download the source maps directly?

Johannes Ewald
  • 17,665
  • 5
  • 44
  • 39

1 Answers1

0

That would be a problem if the source maps contain information based on the requestor's cookie credentials (just like other XSS attacks).

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964