Xss Glossary

Browse 3 xss terms defined in plain English, from the cultural dictionary of computing.

3 Xss Terms

Blind XSS
A cross-site scripting vulnerability where the malicious payload executes in a different user's or admin's browser later, rather than immediately in the...
Content Security Policy
An HTTP response header that restricts which resources (scripts, styles, images, fonts) a browser is allowed to load for a page. A powerful defense against XSS...
Reflected Input
User-supplied data that is immediately returned by an application in a response, page, or error message rather than being stored for later use. Reflected input...

Related Topics