8000 minor #5784 Add fe80::1 (j-d) · craue/symfony-docs@68830ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 68830ef

Browse files
committed
minor symfony#5784 Add fe80::1 (j-d)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#5784). Discussion ---------- Add fe80::1 Same reason as in https://github.com/symfony/symfony-standard/blob/2.8/web/app_dev.php#L15 Commits ------- c5859da Add fe80::1
2 parents f9ac618 + c5859da commit 68830ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/access_control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pattern so that it is only accessible by requests from the local server itself:
176176
# ...
177177
access_control:
178178
#
179-
- { path: ^/internal, roles: IS_AUTHENTICATED_ANONYMOUSLY, ips: [127.0.0.1, ::1] }
179+
- { path: ^/internal, roles: IS_AUTHENTICATED_ANONYMOUSLY, ips: [127.0.0.1, fe80::1, ::1] }
180180
- { path: ^/internal, roles: ROLE_NO_ACCESS }
181181
182182
.. code-block:: xml

0 commit comments

Comments
 (0)
0