This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle
2020-06-02 18:20:08 +02:00
..
Controller [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
Csp [WebProfiler] Remove 'none' when appending CSP tokens 2020-05-12 17:24:37 +10:00
DependencyInjection Revert \"feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)\" 2019-09-23 17:45:34 +02:00
EventListener Ensure $request->hasSession() is always checked before calling getSession() 2019-07-28 18:57:16 +02:00
Profiler Merge branch '4.3' into 4.4 2019-10-02 10:48:21 +02:00
Resources Move ajax clear event listener initialization on loadToolbar 2020-06-02 18:20:08 +02:00
Tests [WebProfiler] Remove 'none' when appending CSP tokens 2020-05-12 17:24:37 +10:00
Twig Allow Twig 3 2019-09-23 16:04:59 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Revert \"feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)\" 2019-09-23 17:45:34 +02:00
composer.json Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [WebProfilerBundle] added a note in the README 2018-09-24 10:42:32 +02:00
WebProfilerBundle.php made it clear that the profiler is for dev only 2018-09-24 10:00:32 +02:00

WebProfilerBundle

The Web profiler bundle is a development tool that gives detailed information about the execution of any request.

Never enable it on production servers as it will lead to major security vulnerabilities in your project.

Resources