Maybe add it to the correct setting location

This commit is contained in:
Lillian Violet 2024-04-15 20:07:57 +02:00
parent e43a52acad
commit d69eb68ae3

View file

@ -71,15 +71,15 @@
IS_INPUT_FILE = true
RENDER_CONTENT_MODE = no-sanitizer
";
};
markup.sanitizer.juypter0 = "
; Jupyter chiefly uses divs
ELEMENT = div
; we will need access to html classes later
ALLOW_ATTR = class
; we don't mind which classes we keep, so let's keep all of them
REGEXP =
markup.sanitizer.juypter0 = "
; Jupyter chiefly uses divs
ELEMENT = div
; we will need access to html classes later
ALLOW_ATTR = class
; we don't mind which classes we keep, so let's keep all of them
REGEXP =
";
};
};
services.nginx = {