mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:32:26 +08:00
BUGFIX: exclude avatars from mini profiler
This commit is contained in:
parent
9262a714bd
commit
7c3d72f77a
|
@ -22,7 +22,7 @@ if defined?(Rack::MiniProfiler)
|
|||
(path !~ /^\/message-bus/) &&
|
||||
(path !~ /topics\/timings/) &&
|
||||
(path !~ /assets/) &&
|
||||
(path !~ /\/avatar\//) &&
|
||||
(path !~ /\/user_avatar\//) &&
|
||||
(path !~ /qunit/) &&
|
||||
(path !~ /srv\/status/) &&
|
||||
(path !~ /commits-widget/) &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user