Skip to content

Commit

Permalink
Merge pull request #77 from romainneutron/remove-scope
Browse files Browse the repository at this point in the history
Remove scope property from services that does not use it
  • Loading branch information
Seldaek committed Feb 23, 2016
2 parents ef517bc + c7bad96 commit 56deb36
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Resources/config/clickjacking.yml
@@ -1,6 +1,5 @@
services:
nelmio_security.clickjacking_listener:
scope: request
class: Nelmio\SecurityBundle\EventListener\ClickjackingListener
arguments:
- '%nelmio_security.clickjacking.paths%'
Expand Down
1 change: 0 additions & 1 deletion Resources/config/content_type.yml
@@ -1,6 +1,5 @@
services:
nelmio_security.content_type_listener:
scope: request
class: Nelmio\SecurityBundle\EventListener\ContentTypeListener
arguments:
- '%nelmio_security.content_type.nosniff%'
Expand Down
1 change: 0 additions & 1 deletion Resources/config/encrypted_cookie.yml
@@ -1,6 +1,5 @@
services:
nelmio_security.encrypted_cookie_listener:
scope: request
class: Nelmio\SecurityBundle\EventListener\EncryptedCookieListener
arguments:
- '@nelmio_security.encrypter'
Expand Down
1 change: 0 additions & 1 deletion Resources/config/external_redirects.yml
Expand Up @@ -3,7 +3,6 @@ parameters:

services:
nelmio_security.external_redirect_listener:
scope: request
class: Nelmio\SecurityBundle\EventListener\ExternalRedirectListener
arguments:
- '%nelmio_security.external_redirects.abort%'
Expand Down
1 change: 0 additions & 1 deletion Resources/config/signed_cookie.yml
@@ -1,6 +1,5 @@
services:
nelmio_security.signed_cookie_listener:
scope: request
class: Nelmio\SecurityBundle\EventListener\SignedCookieListener
arguments:
- '@nelmio_security.signer'
Expand Down

0 comments on commit 56deb36

Please sign in to comment.