Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
zeopix committed Oct 2, 2011
1 parent 1e3a7fe commit e348389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/security.yml
Expand Up @@ -18,5 +18,5 @@ security:
handlers: ["fos_facebook.logout_handler"]

access_control:
- { path: ^/.*, role: [IS_AUTHENTICATED_FULLY] } # This is the route secured with fos_facebook
- { path: ^/.*, role: [IS_AUTHENTICATED_FULLY], requires_channel: https } # This is the route secured with fos_facebook
- { path: ^/login.*, role: [IS_AUTHENTICATED_ANONYMOUSLY] }

0 comments on commit e348389

Please sign in to comment.