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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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