Files
craft/config/htmlpurifier/Default.json
Tommy Parnell c6cf1ba03f init
2021-07-08 17:02:36 -04:00

12 lines
247 B
JSON

{
"Attr.AllowedFrameTargets": [
"_blank"
],
"Attr.EnableID": true,
"HTML.AllowedComments": [
"pagebreak"
],
"HTML.SafeIframe": true,
"URI.SafeIframeRegexp": "%^(https?:)?//(www.youtube.com/embed/|player.vimeo.com/video/)%"
}