Content Security Policy (CSP)

CSP is a mitigation technique preventing unwanted scripts from being executed in case of an XSS vulnerability on a website.

CSP may be defined via a the Content-Security-Policy HTTP response header, or alternatively using the HTML <meta> tag as done on this site (note that not all features are supported when using the <meta> tag).

The CSP for this website is:

Your input will get printed here, unescaped (suppose this was some sort of XSS vulnerability):
Your input:


Here are some things you might wanna try out: