Skip to content

Commit 106f088

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Reword [Security]: Removing duplicate sentence
2 parents 59a0b55 + 981b4e6 commit 106f088

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

security.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,10 @@ don't accidentally block Symfony's dev tools - which live under URLs like
622622
623623
This feature is not supported by the XML configuration format.
624624

625-
All *real* URLs are handled by the ``main`` firewall (no ``pattern`` key means
626-
it matches *all* URLs). A firewall can have many modes of authentication,
627-
in other words, it enables many ways to ask the question "Who are you?".
628-
629-
Often, the user is unknown (i.e. not logged in) when they first visit your
630-
website. If you visit your homepage right now, you *will* have access and
631-
you'll see that you're visiting a page behind the firewall in the toolbar:
625+
A firewall can have many modes of authentication, in other words, it enables many
626+
ways to ask the question "Who are you?". Often, the user is unknown (i.e. not logged in)
627+
when they first visit your website. If you visit your homepage right now, you *will*
628+
have access and you'll see that you're visiting a page behind the firewall in the toolbar:
632629

633630
.. image:: /_images/security/anonymous_wdt.png
634631
:alt: The Symfony profiler toolbar where the Security information shows "Authenticated: no" and "Firewall name: main"

0 commit comments

Comments
 (0)