UMN-LATIS / elevator-ui

UI for Elevator, a flexible digital asset repository
2 stars 0 forks source link

Support pages with iframes #227

Closed jxjj closed 1 year ago

jxjj commented 1 year ago

This permits embedded <iframe> tags within sanitized html content. Fixes #225.

See: https://dev.elevator.umn.edu/defaultinstance/page/view/21

ScreenShot 2023-08-28 at 14 40 42@2x
jxjj commented 1 year ago

Allowed tags: https://github.com/cure53/DOMPurify/blob/main/src/tags.js Allowed attrs: https://github.com/cure53/DOMPurify/blob/main/src/attrs.js