Skip to content

Commit

Permalink
Merge pull request #1109 from Amsterdam-Music-Lab/fix/markup-safe-mode
Browse files Browse the repository at this point in the history
Fixed: Turn off markdown safe mode to allow iframes in markdown
  • Loading branch information
BeritJanssen authored Jun 12, 2024
2 parents 4d33a66 + ac24b93 commit e4f35c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/aml/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

MARKUP_SETTINGS = {
'markdown': {
'safe_mode': True
'safe_mode': False
}
}

Expand Down

0 comments on commit e4f35c8

Please sign in to comment.