Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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>
Hi Bobi
How would that impact the peformance? All it does is to abort requests to a specific url.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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:
Hi Bobi
How would that impact the peformance? All it does is to abort requests to a specific url.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.