Skip to content

Instantly share code, notes, and snippets.

@johnfmorton
Last active May 17, 2024 17:36
Show Gist options
  • Save johnfmorton/1f92f09ab3b2ffd23e4df4c06b0333a8 to your computer and use it in GitHub Desktop.
Save johnfmorton/1f92f09ab3b2ffd23e4df4c06b0333a8 to your computer and use it in GitHub Desktop.
Sample HTMLPurifier config to allow YouTube and Vimeo embeds - used with CKEditor in Craft CMS
{
"HTML.SafeIframe": true,
"URI.SafeIframeRegexp": "%^(https?:)?\\/\\/((www\\.)?youtube.com\\/|player.vimeo.com\\/)%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment