Skip to content

Commit

Permalink
Removed duplicated info on Symfony dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
glye authored Dec 3, 2024
1 parent 76f0b2e commit a633ad7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Reduce your attack surface by exposing only what you must.

Only expose Symfony production mode openly on the internet.
Don't expose the dev mode on the internet, otherwise you may disclose things like `phpinfo` and environment variables.
Exposing the dev mode exposes things like `phpinfo`, environment variables, and more.

For more information about securing Symfony-based systems, see [Authentication and authorisation]([[= symfony_doc =]]/security.html), [more on this subject]([[= symfony_doc =]]/security.html#learn-more), and Symfony's [secrets management system]([[= symfony_doc =]]/configuration/secrets.html).

Expand Down

0 comments on commit a633ad7

Please sign in to comment.