Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 6c817e8

Browse files
committed
merged branch vicb/patch-1 (PR #482)
This PR was merged into the master branch. Commits ------- 760d624 Update the security config with the latest Sf2.2 changes Discussion ---------- Update the security config with the latest Sf2.2 changes The internal route has been removed, see symfony/symfony#6829 for details.
2 parents 6aee8d5 + 760d624 commit 6c817e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/config/security.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,3 @@ security:
4040

4141
access_control:
4242
#- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
43-
#
44-
# You must uncomment the two following rules to restrict access to paths
45-
# starting with the /_internal prefix to only localhost
46-
#- { path: ^/_internal/secure, roles: IS_AUTHENTICATED_ANONYMOUSLY, ip: 127.0.0.1 }
47-
#- { path: ^/_internal/secure, roles: ROLE_NO_ACCESS }

0 commit comments

Comments
 (0)