From c86f05b6d0766838be953d8c2f684d909e0790ca Mon Sep 17 00:00:00 2001 From: Craig Heydenburg Date: Fri, 14 Jul 2017 08:42:47 -0400 Subject: [PATCH] #3646 --- .../CoreBundle/EventListener/ClickjackProtectionListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Zikula/Bundle/CoreBundle/EventListener/ClickjackProtectionListener.php b/src/lib/Zikula/Bundle/CoreBundle/EventListener/ClickjackProtectionListener.php index 5c3623ed7c..d687dc8e5c 100644 --- a/src/lib/Zikula/Bundle/CoreBundle/EventListener/ClickjackProtectionListener.php +++ b/src/lib/Zikula/Bundle/CoreBundle/EventListener/ClickjackProtectionListener.php @@ -18,7 +18,7 @@ /** * Sets x-origin headers to prevent clickjacking attacks. * - * TODO consider https://github.com/nelmio/NelmioSecurityBundle for a future major release + * Consider https://github.com/nelmio/NelmioSecurityBundle for a future major release refs #3646 */ class ClickjackProtectionListener implements EventSubscriberInterface {