Disable advanced mini-profiler tools in production
I'm not really using this lately, and it _only_ creates vulnerability surface area when not in use; so, while I'm pretty sure we locked this down correctly to only admin accounts, I'm disabling it just as good practice. We can add this back later if we need it again!
This commit is contained in:
parent
d6b6ab884d
commit
8aa6eb40a7
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
Rails.configuration.to_prepare do
|
|
||||||
Rack::MiniProfiler.config.enable_advanced_debugging_tools = true
|
|
||||||
end
|
|
Loading…
Reference in a new issue