Re: Upgraded from 6.7.1.4 to 6.7.1.7 and it broke stuff!

  •  03-08-2016, 3:57 AM

    Re: Upgraded from 6.7.1.4 to 6.7.1.7 and it broke stuff!

    Found the reason for the broken images, we had a filtering rule that somehow only blocked the images from one of the dialogs, still the nuget issue should be fixed.

    <filteringRule name="Deny Hack3" scanUrl="false" scanQueryString="true">
      <denyStrings>
        <add string="/&amp;" />
      </denyStrings>
    </filteringRule>

View Complete Thread