diff --git a/symfony/security-bundle/3.3/config/packages/security.yaml b/symfony/security-bundle/3.3/config/packages/security.yaml index 13e382d3..eea9b2ff 100644 --- a/symfony/security-bundle/3.3/config/packages/security.yaml +++ b/symfony/security-bundle/3.3/config/packages/security.yaml @@ -6,7 +6,6 @@ security: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false - # if you change the name of the firewall, update it in the packages/test/security.yaml file too main: anonymous: ~ diff --git a/symfony/security-bundle/3.3/config/packages/test/security.yaml b/symfony/security-bundle/3.3/config/packages/test/security.yaml deleted file mode 100644 index 5fca1be9..00000000 --- a/symfony/security-bundle/3.3/config/packages/test/security.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# This configuration simplifies testing URLs protected by the security mechanism -# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html -security: - firewalls: - # replace 'main' by the name of your own firewall - main: - http_basic: ~