Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bobi 346 posts 950 karma points
    Mar 20, 2020 @ 18:38
    Bobi
    0

    Umbraco Security Release 2019 Workaround

    Hi, the workaround mentioned at https://umbraco.com/blog/security-advisory-10th-december-2019/ appears to impact the performance of a live server. Can anyone confirm this. The workaround was as follows:

    Add a URL Rewrite to web.config:

    <rewrite>
          <rules>
            <rule name="Block MiniProfiler" stopProcessing="true">
              <match url="^mini-profiler-resources" ignoreCase="true" />
              <action type="AbortRequest" />
            </rule>
          </rules>
    </rewrite>
    
  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Mar 28, 2020 @ 19:22
    Søren Kottal
    0

    Hi Bobi

    How would that impact the peformance? All it does is to abort requests to a specific url.

Please Sign in or register to post replies

Write your reply to:

Draft