1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

[website]: Allow plain html content

In preparation for the update to 0.162.0 which disallows html directly.
Narrow it down to html and asciidoc
This commit is contained in:
Fernando Apesteguía
2026-05-29 19:04:26 +02:00
parent 2df0ab192a
commit 756aa08ce1
+1
View File
@@ -19,6 +19,7 @@ preserveTOC = true
extensions = ["man-macro", "inter-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
[security]
allowContent = ['^text/html$', '^text/asciidoc$']
enableInlineShortcodes = false
[security.exec]
allow = ["^dart-sass-embedded$", "^go$", "^git$", "^npx$", "^postcss$", "^asciidoctor$"]