Skip to content

Commit 0a7f556

Browse files
authored
Merge pull request #174 from CURIOSSorg/security/fix-unsafe-html-rendering
Security: Disable unsafe HTML rendering in markdown
2 parents e5068fa + f80a9aa commit 0a7f556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ googleAnalytics: ''
161161
markup:
162162
goldmark:
163163
renderer:
164-
unsafe: true
164+
unsafe: false # Security: block dangerous HTML tags like <script>, <iframe>
165165
minify:
166166
disableHTML: true
167167
params:

0 commit comments

Comments
 (0)