From cf310835956b3548aacbef8088c18f20e542e69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire?= Date: Thu, 7 Apr 2016 14:15:58 +0200 Subject: --- tracker/CSP_too_strict.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tracker/CSP_too_strict.mdwn (limited to 'tracker') diff --git a/tracker/CSP_too_strict.mdwn b/tracker/CSP_too_strict.mdwn new file mode 100644 index 0000000..c195584 --- /dev/null +++ b/tracker/CSP_too_strict.mdwn @@ -0,0 +1,11 @@ +On firefox 45, remote images are not shown in the webmail because of the CSP: + +``` +Content Security Policy: The page's settings blocked the loading of a resource at https://sendy.nitrokey.com/uploads/1431348652.png ("img-src https://mail.fripost.org"). +``` + +Oh wait, that's weird: it seems to block data-urls too: + +``` +Content Security Policy: The page's settings blocked the loading of a resource at data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ("img-src https://mail.fripost.org"). +``` -- cgit v1.2.3