From 87dd8dcef50bd859905f36d5a630476bef7f4a0f Mon Sep 17 00:00:00 2001 From: Vincent Mazenod <vmazenod@gmail.com> Date: Mon, 3 Feb 2020 09:50:24 +0100 Subject: [PATCH] fix images in csp --- content/slides/1337/md/xss.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/slides/1337/md/xss.md b/content/slides/1337/md/xss.md index a428c2a..9465cf1 100644 --- a/content/slides/1337/md/xss.md +++ b/content/slides/1337/md/xss.md @@ -273,9 +273,7 @@ Content-Security-Policy: script-src 'self' https://apis.google.com; frame-src 'n ## [<i class="fa fa-medkit"></i> **CSP**: Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives) -<div style="text-align: center"> -  -</div> +<!-- .element style="text-align: center" --> * [<i class="fa fa-newspaper-o"></i> Why is CSP Failing? Trends and Challenges in CSP Adoption](mweissbacher.com/publications/csp_raid.pdf) @@ -305,9 +303,7 @@ $(function() { // on Load jQuery style }); ``` -<div style="text-align: center"> -  -</div> +<!-- .element style="text-align: center" --> ## [<i class="fa fa-medkit"></i> **SOP**: Same Origin Policy](https://developer.mozilla.org/fr/docs/Web/JavaScript/) -- GitLab