Skip to content

Commit dee3180

Browse files
committed
Fixed the formating of one table (it now uses proper headers)
1 parent 00b3d26 commit dee3180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ if ``ip``, ``host`` or ``method`` are not specified for an entry, that ``access_
847847
will match any ``ip``, ``host`` or ``method``:
848848

849849
+-----------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
850-
| **URI** | **IP** | **HOST** | **METHOD** | ``access_control`` | Why? |
851-
+-----------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
850+
| URI | IP | HOST | METHOD | ``access_control`` | Why? |
851+
+=================+=============+=============+============+================================+=============================================================+
852852
| ``/admin/user`` | 127.0.0.1 | example.com | GET | rule #1 (``ROLE_USER_IP``) | The URI matches ``path`` and the IP matches ``ip``. |
853853
+-----------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
854854
| ``/admin/user`` | 127.0.0.1 | symfony.com | GET | rule #1 (``ROLE_USER_IP``) | The ``path`` and ``ip`` still match. This would also match |

0 commit comments

Comments
 (0)