Elao / WebProfilerExtraBundle

Adding routing, container, assetic & twig information in the web profiler
http://www.elao.com
MIT License
262 stars 48 forks source link

Add option to disable showing parameters.yml content #73

Closed clytemnestra closed 6 years ago

clytemnestra commented 8 years ago

Great bundle, but I have a small issue with it. The fact that it displays parameters.yml content. There should be an option to disable showing those contents. Sometimes they contain sensitive data and it might cause trouble. Obviously, the documentation does recommend storing sensitive data somewhere else, but in the development process it is easier to use this file.

What do you think?

benji07 commented 8 years ago

This bundle should only be used in dev environment (and you must not deploy your app_dev.php file)

clytemnestra commented 8 years ago

Obviously, but sometimes there is a public version of the website that is being tested and needs to be debugged with the dev environment.

benji07 commented 6 years ago

Spring cleaning, If this issue is still relevant, please reopen-it.