From d40fc379445b03384d8906d1b44d201df1b70248 Mon Sep 17 00:00:00 2001 From: Simon Appelt Date: Mon, 7 Mar 2022 11:10:20 +0100 Subject: [PATCH] Update profiler.rst The info not to use the profiler in production environments should be highlighted more --- profiler.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/profiler.rst b/profiler.rst index f7468c67d0b..49e804f45b2 100644 --- a/profiler.rst +++ b/profiler.rst @@ -2,8 +2,12 @@ Profiler ======== The profiler is a powerful **development tool** that gives detailed information -about the execution of any request. **Never** enable the profiler in production -environments as it will lead to major security vulnerabilities in your project. +about the execution of any request. + +.. caution:: + + **Never** enable the profiler in production environments + as it will lead to major security vulnerabilities in your project. Installation ------------