|
|
|
|
|
by bakugo
720 days ago
|
|
> If you allow random users to write arbitrary unsanitized HTML into other users’ pages, you have already lost Not really. The whole point of CSP is that, even if someone manages to inject arbitrary HTML into your page due to a bug or oversight, you can prevent injected scripts from running entirely, severely limiting what an attacker can do. I'm surprised at the amount of comments on this post that seem to be completely clueless about CSP. |
|
It doesn’t wash your hands clean of the responsibility to restrict what kinds of content users can inject into served pages.