# File lib/rack/perftools_profiler/profiler.rb, line 58 def accepts?(password) if password_protected? password_valid?(password) else true end end