Skip to content

Instantly share code, notes, and snippets.

@martinrayenglish
Created September 7, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinrayenglish/e3b6fc5e1d0370906140eb0cdaac66d0 to your computer and use it in GitHub Desktop.
Save martinrayenglish/e3b6fc5e1d0370906140eb0cdaac66d0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" >
<sitecore>
<httpRequestBegin role:require="ContentDelivery">
<processor type="Sitecore.Pipelines.HttpRequest.BeginDiagnostics, Sitecore.Kernel" >
<patch:delete />
</processor>
</httpRequestBegin>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment