August 2021
Intermediate to advanced
304 pages
8h 50m
English
This chapter covers
django-cspServers and browsers adhere to a standard known as Content Security Policy (CSP) to interoperably send and receive security policies. A policy restricts what a browser can do with a response, in order to protect the user and server. Policy restrictions are designed to prevent or mitigate various web attacks. In this chapter, you’ll learn how to easily apply CSP with django-csp. This chapter covers CSP Level 2 and finishes with parts of CSP Level 3.
A policy is delivered from a server to ...
Read now
Unlock full access