aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/content-blocked.svg
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-02-07 01:30:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-02-07 01:30:54 +0100
commite11826cf81374af28d81d12fdef3f69fd0d03eae (patch)
tree1642dd5f06dc3ce4163286d9e908637fad6ce428 /mu4web/static/content-blocked.svg
parentAdd various TODOs (diff)
downloadmu4web-e11826cf81374af28d81d12fdef3f69fd0d03eae.tar.gz
mu4web-e11826cf81374af28d81d12fdef3f69fd0d03eae.tar.xz
Also rewrite script, a, and img tags without cid uri:s.
Diffstat (limited to 'mu4web/static/content-blocked.svg')
-rw-r--r--mu4web/static/content-blocked.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/mu4web/static/content-blocked.svg b/mu4web/static/content-blocked.svg
new file mode 100644
index 0000000..4bab3a2
--- /dev/null
+++ b/mu4web/static/content-blocked.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"
+ style="background-color: black">
+ <rect x="0" y="0" width="100%" height="100%"/>
+ <text
+ x="50%" y="50%"
+ text-anchor="middle"
+ dominant-baseline="middle"
+ style="fill: red; font-size: 50px">Image blocked</text>
+</svg>