
Web Application Security Overview
There are 3 main areas:
- Security Headers. Used to instruct browsers of desired behaviour for miscellaneous items
- Content Security Policy. Used to instruct browsers as to what content to allow, and from where.
- Cross-Origin Resource Sharing (CORS), used to instruct browsers how to allow this content.

Security Headers











Content Security Policy
