Skip to content

Commit f20e723

Browse files
authored
Update profiler.rst
The info not to use the profiler in production environments should be highlighted more
1 parent 6261102 commit f20e723

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

profiler.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ Profiler
22
========
33

44
The profiler is a powerful **development tool** that gives detailed information
5-
about the execution of any request. **Never** enable the profiler in production
6-
environments as it will lead to major security vulnerabilities in your project.
5+
about the execution of any request.
6+
7+
.. caution::
8+
9+
**Never** enable the profiler in production environments
10+
as it will lead to major security vulnerabilities in your project.
711

812
Installation
913
------------

0 commit comments

Comments
 (0)