From 9da5ff1b7aac971da580f19407c2d7cc0d532f38 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 4 Oct 2017 09:26:31 -0500 Subject: [PATCH] reverting #131 (#205) --- symfony/security-bundle/3.3/config/packages/security.yaml | 1 - .../security-bundle/3.3/config/packages/test/security.yaml | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 symfony/security-bundle/3.3/config/packages/test/security.yaml 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: ~