Allow URI images
This commit is contained in:
parent
79d4c6e768
commit
fddc25a0b1
|
@ -76,6 +76,9 @@
|
||||||
ALLOW_ATTR = "class";
|
ALLOW_ATTR = "class";
|
||||||
REGEXP = "";
|
REGEXP = "";
|
||||||
};
|
};
|
||||||
|
"markup.sanitizer.jupyter.img" = {
|
||||||
|
ALLOW_DATA_URI_IMAGES = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue