BUGFIX: exclude avatars from mini profiler

This commit is contained in:
Sam Saffron 2014-05-27 12:38:42 +10:00
parent 9262a714bd
commit 7c3d72f77a

View File

@ -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/) &&