Content Security Policy is an HTTP header. When interpreted by supporting browsers it allows us to restrict what our site loads, connects to, and executes.
Protects against a wide range of attacks, cross-site scripting and other cross-site injections.
Send an HTTP header, for example:
Content-Security-Policy: default-src 'self';
Or:
Content-Security-Policy: default-src 'self' *.google-analytics.com; style-src 'self' 'unsafe-inline'; frame-src 'self' https://*.youtube.com;
This is a new Markdown slide
Put your speaker notes here. You can see them pressing 's'.This is a new Markdown slide
Put your speaker notes here. You can see them pressing 's'.This is a new Markdown slide
Put your speaker notes here. You can see them pressing 's'.This is a new Markdown slide
Put your speaker notes here. You can see them pressing 's'.