Skip to content

Commit

Permalink
Merge branch 'PROCERGS-community' into master_
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Jun 9, 2016
2 parents f73664b + b918eaf commit 3ac1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ security:
- { path: ^/monitor/health, role: IS_AUTHENTICATED_ANONYMOUSLY, ip: %allowed_monitors%, requires_channel: https }

- { path: ^/nelmio/csp/report$, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/(contact|privacy|about|help|register)$, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/(contact|privacy|about|help|register), role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/person/checkEmailAvailable, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }

- { path: ^/job, role: ROLE_SUPER_ADMIN, requires_channel: https }
Expand Down

0 comments on commit 3ac1152

Please sign in to comment.