Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created March 26, 2016 20:00
Show Gist options
  • Save jessgusclark/d24ef33a07f90f62b759 to your computer and use it in GitHub Desktop.
Save jessgusclark/d24ef33a07f90f62b759 to your computer and use it in GitHub Desktop.
Remove JavaScript from OmniUpdate Pages
<xsl:template match="ouc:div/*/script|ouc:div/script">
<xsl:comment>Scripts in the content region have been disabled.</xsl:comment>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment