DEV: Add /theme-qunit to skipped mini profiler paths (#20551)

This commit is contained in:
Keegan George
2023-03-06 14:56:27 -08:00
committed by GitHub
parent c52570ddc4
commit 15cf62411a

View File

@@ -54,6 +54,7 @@ if defined?(Rack::MiniProfiler) && defined?(Rack::MiniProfiler::Config)
/topics/timings
/uploads/
/user_avatar/
/theme-qunit
].map { |path| "#{Discourse.base_path}#{path}" }
# we DO NOT WANT mini-profiler loading on anything but real desktops and laptops