mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Allow profiling on remote connections
This commit is contained in:
@@ -84,7 +84,8 @@ namespace NzbDrone.Web.App_Start
|
||||
var request = ((HttpApplication)sender).Request;
|
||||
//TODO: By default only local requests are profiled, optionally you can set it up
|
||||
// so authenticated users are always profiled
|
||||
if (request.IsLocal) { MiniProfiler.Start(); }
|
||||
//if (request.IsLocal) { MiniProfiler.Start(); }
|
||||
MiniProfiler.Start();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user