You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2.3:
A few small improvements to the EventDispatcher Component docs
Fixes thanks to @xabbuh
[#4295] Tweaking notes language
Updated docblock for config in DEV environment.
* Replaced IF statement by "internal" directive. * Splitted config for PROD and DEV environments.
For Nginx in PROD env, this makes more difficult to know that app is running Symfony. app.php is widely known as our default front controller. It is a small effort by security through obscurity. For Apache, this 301 must be replaced by 404: https://github.com/symfony/symfony-standard/blob/77ee2a83c085169e0bd221510b5693dca504f682/web/.htaccess#L37
[Best Practices] removed unused link in business-logic
Add missing space in code
[Config] Complete security encoder in full default configuration
[reference][configuration][security]Added key_length for pbkdf2 encoder
Fixed typo
Reworded a misleading Doctrine explanation
0 commit comments