diff --git a/config/initializers/006-mini_profiler.rb b/config/initializers/006-mini_profiler.rb
index b7f42aa02de..9ef0c9ec925 100644
--- a/config/initializers/006-mini_profiler.rb
+++ b/config/initializers/006-mini_profiler.rb
@@ -42,7 +42,8 @@ if defined?(Rack::MiniProfiler)
     /^\/favicon\/proxied/
   ]
 
-  # For our app, let's just show mini profiler always, polling is chatty so nuke that
+  # we DO NOT WANT mini-profiler loading on anything but real desktops and laptops
+  # so let's rule out all handheld, tablet, and mobile devices
   Rack::MiniProfiler.config.pre_authorize_cb = lambda do |env|
     path = env['PATH_INFO']