http://www.dev3-social.online/

Security Token

There is no security token.

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username_email
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
0.44 ms
RedirectResponse {#885
  #targetUrl: "https://www.dev3-social.online/"
  +headers: ResponseHeaderBag {#772 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://www.dev3-social.online/'" />\n
    \n
            <title>Redirecting to https://www.dev3-social.online/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://www.dev3-social.online/">https://www.dev3-social.online/</a>.\n
        \n
        <div id="cookie-law-info-bar" class="cookie-bar">\n
            <a href="#" id="cookie-law-close-button">\n
                <p>\n
                    This site makes use of cookies for all the features that it offers, and the site will not be functional if the cookies are disable.\n
                    <span class="btn btn-sm btn-default">\n
                        I understand and accept\n
                    </span>\n
                </p>\n
            </a>\n
        </div>\n
    \n
        <script type="text/javascript">\n
            var cookieBar = document.getElementById('cookie-law-info-bar'),\n
                button = document.getElementById('cookie-law-close-button');\n
    \n
            function hideCookieBar() {\n
                cookieBar.style.display = 'none';\n
            }\n
    \n
            function setCookieAccepted() {\n
                expiry = new Date();\n
                expiry.setTime(expiry.getTime()+(3650 * 1000 * 60 * 60 * 24));\n
                document.cookie = "cookie_law_accepted=1; expires=" + expiry.toGMTString();\n
            }\n
    \n
            button.onclick = function() {\n
                hideCookieBar();\n
                setCookieAccepted();\n
    \n
                return false;\n
            }\n
        </script>\n
    \n
    </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 301
  #statusText: "Moved Permanently"
  #charset: "UTF-8"
}

Security Voters (4)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Acl\Voter\AclVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"