GET https://kbin.spritesserver.nl/u/@equalszero@lemmy.dbzer0.com

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.24 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#1698
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1578 …}
  +image: Proxies\__CG__\App\Entity\Image {#1582 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "HowTo-Download-Video-Content-from-ANY-website"
  +title: "HowTo: Download Video Content from ANY website"
  +url: "https://64.media.tumblr.com/84168e581ff3caeb4f451fdc48be550e/7461aa6f155215b8-81/s1280x1920/4cd7816340ca29743729896fdb6f306132b8f26e.png"
  +body: """
    Getting started\n
    ---------------\n
    \n
    To do this properly, you need to understand how those websites work.\n
    \n
    For the shake of simplicity fellow “pirates”, they utilize `m3u` [wiki link](https://en.wikipedia.org/wiki/M3U)\n
    \n
    - `m3u8` *99% of the time*.\n
    \n
    You will also need `yt-dlp` *install it if you don’t have already*\n
    \n
    ##### Example on utilizing this knowledge\n
    \n
    - Go to your favorite streaming site\n
    - Simple press `F12`\n
    - Go to `Network`\n
    - Select `XHR` (XMLHttpRequest)\n
    - Filter URLs for `m3u8`\n
        - If you find more than one, just test them out, *you will soon find the trick on your own* :)\n
    - Copy the URL\n
    - Open a terminal and type `yt-dlp <your-copied-link>`\n
    \n
    Do it Ethically\n
    ===============\n
    \n
    Some may call us pirates, *which I find really cool*\n
    \n
    **But the true evil Pirates/criminals are the ones that keep the power to themselves and don’t share it with others**\n
    \n
    **Information is the only true power, and it should be free(free as in free speech) for all.**\n
    \n
    Share your own tips &amp; tricks in the comments if you want!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687862662 {#1635
    date: 2023-06-27 12:44:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  +badges: Doctrine\ORM\PersistentCollection {#1566 …}
  +children: []
  -id: 11017
  -titleTs: "'content':4 'download':2 'howto':1 'video':3 'websit':7"
  -bodyTs: "'/wiki/m3u)':29 '99':31 'alreadi':49 'also':37 'call':109 'comment':163 'cool':116 'copi':93 'dlp':41,103 'en.wikipedia.org':28 'en.wikipedia.org/wiki/m3u)':27 'ethic':106 'evil':120 'exampl':50 'f12':63 'favorit':58 'fellow':20 'filter':70 'find':76,87,114 'free':148,149,152 'get':1 'go':55,64 'inform':138 'instal':42 'keep':126 'knowledg':54 'link':26 'm3u':24 'm3u8':30,73 'may':108 'need':8,38 'network':66 'one':79,124 'open':96 'other':137 'pirat':21,111 'pirates/criminals':121 'power':128,143 'press':62 'proper':6 'realli':115 'select':67 'shake':17 'share':134,156 'simpl':61 'simplic':19 'site':60 'soon':86 'speech':153 'start':2 'stream':59 'termin':98 'test':81 'time':34 'tip':159 'trick':89,160 'true':119,142 'type':100 'understand':10 'url':71,95 'us':110 'util':23,52 'want':166 'websit':13 'wiki':25 'work':14 'xhr':68 'xmlhttprequest':69 'yt':40,102 'yt-dlp':39,101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687046547
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/40426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687005047 {#1449
    date: 2023-06-17 14:30:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#1698
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1578 …}
  +image: Proxies\__CG__\App\Entity\Image {#1582 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "HowTo-Download-Video-Content-from-ANY-website"
  +title: "HowTo: Download Video Content from ANY website"
  +url: "https://64.media.tumblr.com/84168e581ff3caeb4f451fdc48be550e/7461aa6f155215b8-81/s1280x1920/4cd7816340ca29743729896fdb6f306132b8f26e.png"
  +body: """
    Getting started\n
    ---------------\n
    \n
    To do this properly, you need to understand how those websites work.\n
    \n
    For the shake of simplicity fellow “pirates”, they utilize `m3u` [wiki link](https://en.wikipedia.org/wiki/M3U)\n
    \n
    - `m3u8` *99% of the time*.\n
    \n
    You will also need `yt-dlp` *install it if you don’t have already*\n
    \n
    ##### Example on utilizing this knowledge\n
    \n
    - Go to your favorite streaming site\n
    - Simple press `F12`\n
    - Go to `Network`\n
    - Select `XHR` (XMLHttpRequest)\n
    - Filter URLs for `m3u8`\n
        - If you find more than one, just test them out, *you will soon find the trick on your own* :)\n
    - Copy the URL\n
    - Open a terminal and type `yt-dlp <your-copied-link>`\n
    \n
    Do it Ethically\n
    ===============\n
    \n
    Some may call us pirates, *which I find really cool*\n
    \n
    **But the true evil Pirates/criminals are the ones that keep the power to themselves and don’t share it with others**\n
    \n
    **Information is the only true power, and it should be free(free as in free speech) for all.**\n
    \n
    Share your own tips &amp; tricks in the comments if you want!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687862662 {#1635
    date: 2023-06-27 12:44:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  +badges: Doctrine\ORM\PersistentCollection {#1566 …}
  +children: []
  -id: 11017
  -titleTs: "'content':4 'download':2 'howto':1 'video':3 'websit':7"
  -bodyTs: "'/wiki/m3u)':29 '99':31 'alreadi':49 'also':37 'call':109 'comment':163 'cool':116 'copi':93 'dlp':41,103 'en.wikipedia.org':28 'en.wikipedia.org/wiki/m3u)':27 'ethic':106 'evil':120 'exampl':50 'f12':63 'favorit':58 'fellow':20 'filter':70 'find':76,87,114 'free':148,149,152 'get':1 'go':55,64 'inform':138 'instal':42 'keep':126 'knowledg':54 'link':26 'm3u':24 'm3u8':30,73 'may':108 'need':8,38 'network':66 'one':79,124 'open':96 'other':137 'pirat':21,111 'pirates/criminals':121 'power':128,143 'press':62 'proper':6 'realli':115 'select':67 'shake':17 'share':134,156 'simpl':61 'simplic':19 'site':60 'soon':86 'speech':153 'start':2 'stream':59 'termin':98 'test':81 'time':34 'tip':159 'trick':89,160 'true':119,142 'type':100 'understand':10 'url':71,95 'us':110 'util':23,52 'want':166 'websit':13 'wiki':25 'work':14 'xhr':68 'xmlhttprequest':69 'yt':40,102 'yt-dlp':39,101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687046547
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/40426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687005047 {#1449
    date: 2023-06-17 14:30:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#1698
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1578 …}
  +image: Proxies\__CG__\App\Entity\Image {#1582 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "HowTo-Download-Video-Content-from-ANY-website"
  +title: "HowTo: Download Video Content from ANY website"
  +url: "https://64.media.tumblr.com/84168e581ff3caeb4f451fdc48be550e/7461aa6f155215b8-81/s1280x1920/4cd7816340ca29743729896fdb6f306132b8f26e.png"
  +body: """
    Getting started\n
    ---------------\n
    \n
    To do this properly, you need to understand how those websites work.\n
    \n
    For the shake of simplicity fellow “pirates”, they utilize `m3u` [wiki link](https://en.wikipedia.org/wiki/M3U)\n
    \n
    - `m3u8` *99% of the time*.\n
    \n
    You will also need `yt-dlp` *install it if you don’t have already*\n
    \n
    ##### Example on utilizing this knowledge\n
    \n
    - Go to your favorite streaming site\n
    - Simple press `F12`\n
    - Go to `Network`\n
    - Select `XHR` (XMLHttpRequest)\n
    - Filter URLs for `m3u8`\n
        - If you find more than one, just test them out, *you will soon find the trick on your own* :)\n
    - Copy the URL\n
    - Open a terminal and type `yt-dlp <your-copied-link>`\n
    \n
    Do it Ethically\n
    ===============\n
    \n
    Some may call us pirates, *which I find really cool*\n
    \n
    **But the true evil Pirates/criminals are the ones that keep the power to themselves and don’t share it with others**\n
    \n
    **Information is the only true power, and it should be free(free as in free speech) for all.**\n
    \n
    Share your own tips &amp; tricks in the comments if you want!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687862662 {#1635
    date: 2023-06-27 12:44:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  +badges: Doctrine\ORM\PersistentCollection {#1566 …}
  +children: []
  -id: 11017
  -titleTs: "'content':4 'download':2 'howto':1 'video':3 'websit':7"
  -bodyTs: "'/wiki/m3u)':29 '99':31 'alreadi':49 'also':37 'call':109 'comment':163 'cool':116 'copi':93 'dlp':41,103 'en.wikipedia.org':28 'en.wikipedia.org/wiki/m3u)':27 'ethic':106 'evil':120 'exampl':50 'f12':63 'favorit':58 'fellow':20 'filter':70 'find':76,87,114 'free':148,149,152 'get':1 'go':55,64 'inform':138 'instal':42 'keep':126 'knowledg':54 'link':26 'm3u':24 'm3u8':30,73 'may':108 'need':8,38 'network':66 'one':79,124 'open':96 'other':137 'pirat':21,111 'pirates/criminals':121 'power':128,143 'press':62 'proper':6 'realli':115 'select':67 'shake':17 'share':134,156 'simpl':61 'simplic':19 'site':60 'soon':86 'speech':153 'start':2 'stream':59 'termin':98 'test':81 'time':34 'tip':159 'trick':89,160 'true':119,142 'type':100 'understand':10 'url':71,95 'us':110 'util':23,52 'want':166 'websit':13 'wiki':25 'work':14 'xhr':68 'xmlhttprequest':69 'yt':40,102 'yt-dlp':39,101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687046547
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/40426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687005047 {#1449
    date: 2023-06-17 14:30:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details