summaryrefslogtreecommitdiffstats
path: root/tracker
diff options
context:
space:
mode:
authorGrégoire <Grégoire@web>2016-04-07 14:15:58 +0200
committerFripost Admins <admin@fripost.org>2016-04-07 14:15:58 +0200
commitcf310835956b3548aacbef8088c18f20e542e69d (patch)
tree4bc22d43586864b77da4e4b064d4e1ef11e98fd6 /tracker
parentcf6fd50c799f1e5646461b017a6bc9a2238df692 (diff)
Diffstat (limited to 'tracker')
-rw-r--r--tracker/CSP_too_strict.mdwn11
1 files changed, 11 insertions, 0 deletions
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").
+```