GET https://kbin.spritesserver.nl/u/@redcalcium@lemmy.institute/top?p=6

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 …}
}
2.70 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.05 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
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#3025 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#3020
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3027 …}
  +votes: Doctrine\ORM\PersistentCollection {#3029 …}
  +reports: Doctrine\ORM\PersistentCollection {#3031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
  +badges: Doctrine\ORM\PersistentCollection {#3037 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699446920 {#2057
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 101466
      -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1394614"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699446920 {#2050
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +"title": 101466
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#3008
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2986
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#3025 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#3020
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3027 …}
  +votes: Doctrine\ORM\PersistentCollection {#3029 …}
  +reports: Doctrine\ORM\PersistentCollection {#3031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
  +badges: Doctrine\ORM\PersistentCollection {#3037 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699446920 {#2057
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 101466
      -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1394614"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699446920 {#2050
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +"title": 101466
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#3008
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2986
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#3025 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#3020
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3027 …}
  +votes: Doctrine\ORM\PersistentCollection {#3029 …}
  +reports: Doctrine\ORM\PersistentCollection {#3031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
  +badges: Doctrine\ORM\PersistentCollection {#3037 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699446920 {#2057
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 101466
      -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1394614"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699446920 {#2050
        date: 2023-11-08 13:35:20.0 +01:00
      }
      +"title": 101466
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#3008
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2986
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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_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
6 DENIED moderate
App\Entity\EntryComment {#2055
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#3025 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#3020
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3027 …}
    +votes: Doctrine\ORM\PersistentCollection {#3029 …}
    +reports: Doctrine\ORM\PersistentCollection {#3031 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
    +badges: Doctrine\ORM\PersistentCollection {#3037 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#3008
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2986
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699446920 {#2057
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 101466
  -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1394614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699446920 {#2050
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +"title": 101466
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#2055
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#3025 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#3020
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3027 …}
    +votes: Doctrine\ORM\PersistentCollection {#3029 …}
    +reports: Doctrine\ORM\PersistentCollection {#3031 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
    +badges: Doctrine\ORM\PersistentCollection {#3037 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#3008
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2986
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699446920 {#2057
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 101466
  -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1394614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699446920 {#2050
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +"title": 101466
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#2055
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#3025 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#3020
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3027 …}
    +votes: Doctrine\ORM\PersistentCollection {#3029 …}
    +reports: Doctrine\ORM\PersistentCollection {#3031 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3035 …}
    +badges: Doctrine\ORM\PersistentCollection {#3037 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#3008
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2986
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Have you verified that this is not a DNS issue? For example, is `curl http://1.1.1.1` working, while `curl http://ip.me` not working?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699446920 {#2057
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 101466
  -bodyTs: "'1.1.1.1':15 'curl':14,18 'dns':9 'exampl':12 'ip.me':19 'issu':10 'verifi':3 'work':16,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1394614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699446920 {#2050
    date: 2023-11-08 13:35:20.0 +01:00
  }
  +"title": 101466
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
9 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#3005 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "You-need-this-to-edit-those-Excel-files"
  +title: "You need this to edit those Excel files!"
  +url: "https://lemmy.ml/pictrs/image/fb8344f0-0e09-4c70-bb0c-16f8aa536318.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 82
  +favouriteCount: 800
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696545655 {#3039
    date: 2023-10-06 00:40:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3046 …}
  +votes: Doctrine\ORM\PersistentCollection {#3048 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
  +badges: Doctrine\ORM\PersistentCollection {#3056 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "But in a head on collision, the biggest vehicle is the safer vehicle. Therefore, you should drive [Cat 797](https://en.wikipedia.org/wiki/Caterpillar_797) to work for maximum safety."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 40
      +score: 0
      +lastActive: DateTime @1696529543 {#1428
        date: 2023-10-05 20:12:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@superkret@lemmy.ml"
        "@Cosmocrat@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 33469
      -bodyTs: "'/wiki/caterpillar_797)':22 '797':19 'biggest':8 'cat':18 'collis':6 'drive':17 'en.wikipedia.org':21 'en.wikipedia.org/wiki/caterpillar_797)':20 'head':4 'maximum':26 'safer':12 'safeti':27 'therefor':14 'vehicl':9,13 'work':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1026038"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696529543 {#1440
        date: 2023-10-05 20:12:23.0 +02:00
      }
      +"title": 33469
    }
  ]
  -id: 3064
  -titleTs: "'edit':5 'excel':7 'file':8 'need':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696609157
  +visibility: "trashed             "
  +apId: "https://lemmy.ml/post/6053229"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696522757 {#3026
    date: 2023-10-05 18:19:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#3005 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "You-need-this-to-edit-those-Excel-files"
  +title: "You need this to edit those Excel files!"
  +url: "https://lemmy.ml/pictrs/image/fb8344f0-0e09-4c70-bb0c-16f8aa536318.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 82
  +favouriteCount: 800
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696545655 {#3039
    date: 2023-10-06 00:40:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3046 …}
  +votes: Doctrine\ORM\PersistentCollection {#3048 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
  +badges: Doctrine\ORM\PersistentCollection {#3056 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "But in a head on collision, the biggest vehicle is the safer vehicle. Therefore, you should drive [Cat 797](https://en.wikipedia.org/wiki/Caterpillar_797) to work for maximum safety."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 40
      +score: 0
      +lastActive: DateTime @1696529543 {#1428
        date: 2023-10-05 20:12:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@superkret@lemmy.ml"
        "@Cosmocrat@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 33469
      -bodyTs: "'/wiki/caterpillar_797)':22 '797':19 'biggest':8 'cat':18 'collis':6 'drive':17 'en.wikipedia.org':21 'en.wikipedia.org/wiki/caterpillar_797)':20 'head':4 'maximum':26 'safer':12 'safeti':27 'therefor':14 'vehicl':9,13 'work':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1026038"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696529543 {#1440
        date: 2023-10-05 20:12:23.0 +02:00
      }
      +"title": 33469
    }
  ]
  -id: 3064
  -titleTs: "'edit':5 'excel':7 'file':8 'need':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696609157
  +visibility: "trashed             "
  +apId: "https://lemmy.ml/post/6053229"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696522757 {#3026
    date: 2023-10-05 18:19:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
11 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
12 DENIED moderate
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#3005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "You-need-this-to-edit-those-Excel-files"
    +title: "You need this to edit those Excel files!"
    +url: "https://lemmy.ml/pictrs/image/fb8344f0-0e09-4c70-bb0c-16f8aa536318.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 800
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696545655 {#3039
      date: 2023-10-06 00:40:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 3064
    -titleTs: "'edit':5 'excel':7 'file':8 'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696609157
    +visibility: "trashed             "
    +apId: "https://lemmy.ml/post/6053229"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696522757 {#3026
      date: 2023-10-05 18:19:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "But in a head on collision, the biggest vehicle is the safer vehicle. Therefore, you should drive [Cat 797](https://en.wikipedia.org/wiki/Caterpillar_797) to work for maximum safety."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 40
  +score: 0
  +lastActive: DateTime @1696529543 {#1428
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@superkret@lemmy.ml"
    "@Cosmocrat@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 33469
  -bodyTs: "'/wiki/caterpillar_797)':22 '797':19 'biggest':8 'cat':18 'collis':6 'drive':17 'en.wikipedia.org':21 'en.wikipedia.org/wiki/caterpillar_797)':20 'head':4 'maximum':26 'safer':12 'safeti':27 'therefor':14 'vehicl':9,13 'work':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1026038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696529543 {#1440
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +"title": 33469
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
13 DENIED edit
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#3005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "You-need-this-to-edit-those-Excel-files"
    +title: "You need this to edit those Excel files!"
    +url: "https://lemmy.ml/pictrs/image/fb8344f0-0e09-4c70-bb0c-16f8aa536318.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 800
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696545655 {#3039
      date: 2023-10-06 00:40:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 3064
    -titleTs: "'edit':5 'excel':7 'file':8 'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696609157
    +visibility: "trashed             "
    +apId: "https://lemmy.ml/post/6053229"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696522757 {#3026
      date: 2023-10-05 18:19:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "But in a head on collision, the biggest vehicle is the safer vehicle. Therefore, you should drive [Cat 797](https://en.wikipedia.org/wiki/Caterpillar_797) to work for maximum safety."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 40
  +score: 0
  +lastActive: DateTime @1696529543 {#1428
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@superkret@lemmy.ml"
    "@Cosmocrat@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 33469
  -bodyTs: "'/wiki/caterpillar_797)':22 '797':19 'biggest':8 'cat':18 'collis':6 'drive':17 'en.wikipedia.org':21 'en.wikipedia.org/wiki/caterpillar_797)':20 'head':4 'maximum':26 'safer':12 'safeti':27 'therefor':14 'vehicl':9,13 'work':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1026038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696529543 {#1440
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +"title": 33469
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
14 DENIED moderate
App\Entity\EntryComment {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#3005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "You-need-this-to-edit-those-Excel-files"
    +title: "You need this to edit those Excel files!"
    +url: "https://lemmy.ml/pictrs/image/fb8344f0-0e09-4c70-bb0c-16f8aa536318.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 82
    +favouriteCount: 800
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696545655 {#3039
      date: 2023-10-06 00:40:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 3064
    -titleTs: "'edit':5 'excel':7 'file':8 'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696609157
    +visibility: "trashed             "
    +apId: "https://lemmy.ml/post/6053229"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696522757 {#3026
      date: 2023-10-05 18:19:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "But in a head on collision, the biggest vehicle is the safer vehicle. Therefore, you should drive [Cat 797](https://en.wikipedia.org/wiki/Caterpillar_797) to work for maximum safety."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 40
  +score: 0
  +lastActive: DateTime @1696529543 {#1428
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@superkret@lemmy.ml"
    "@Cosmocrat@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 33469
  -bodyTs: "'/wiki/caterpillar_797)':22 '797':19 'biggest':8 'cat':18 'collis':6 'drive':17 'en.wikipedia.org':21 'en.wikipedia.org/wiki/caterpillar_797)':20 'head':4 'maximum':26 'safer':12 'safeti':27 'therefor':14 'vehicl':9,13 'work':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1026038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696529543 {#1440
    date: 2023-10-05 20:12:23.0 +02:00
  }
  +"title": 33469
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 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
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1613
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
  +slug: "Pikachu-used-war-crimes"
  +title: "Pikachu used war crimes!"
  +url: "https://i.imgur.com/0bguLRc.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 423
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719867655 {#2983
    date: 2024-07-01 23:00:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2992 …}
  +reports: Doctrine\ORM\PersistentCollection {#2994 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
  +badges: Doctrine\ORM\PersistentCollection {#3000 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1613 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "They’re doing nuzlocke challenge?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696720527 {#1555
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 36633
      -bodyTs: "'challeng':5 'nuzlock':4 're':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1051023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696720527 {#1621
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +"title": 36633
    }
  ]
  -id: 3485
  -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696801456
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6463525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696715056 {#2969
    date: 2023-10-07 23:44:16.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
17 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1613
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
  +slug: "Pikachu-used-war-crimes"
  +title: "Pikachu used war crimes!"
  +url: "https://i.imgur.com/0bguLRc.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 423
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719867655 {#2983
    date: 2024-07-01 23:00:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2992 …}
  +reports: Doctrine\ORM\PersistentCollection {#2994 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
  +badges: Doctrine\ORM\PersistentCollection {#3000 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1613 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "They’re doing nuzlocke challenge?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696720527 {#1555
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 36633
      -bodyTs: "'challeng':5 'nuzlock':4 're':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1051023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696720527 {#1621
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +"title": 36633
    }
  ]
  -id: 3485
  -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696801456
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6463525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696715056 {#2969
    date: 2023-10-07 23:44:16.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1613
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
  +slug: "Pikachu-used-war-crimes"
  +title: "Pikachu used war crimes!"
  +url: "https://i.imgur.com/0bguLRc.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 423
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719867655 {#2983
    date: 2024-07-01 23:00:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2992 …}
  +reports: Doctrine\ORM\PersistentCollection {#2994 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
  +badges: Doctrine\ORM\PersistentCollection {#3000 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1613 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "They’re doing nuzlocke challenge?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696720527 {#1555
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thorbot@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 36633
      -bodyTs: "'challeng':5 'nuzlock':4 're':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1051023"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696720527 {#1621
        date: 2023-10-08 01:15:27.0 +02:00
      }
      +"title": 36633
    }
  ]
  -id: 3485
  -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696801456
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6463525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696715056 {#2969
    date: 2023-10-07 23:44:16.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
19 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
20 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1613
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
    +slug: "Pikachu-used-war-crimes"
    +title: "Pikachu used war crimes!"
    +url: "https://i.imgur.com/0bguLRc.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 423
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719867655 {#2983
      date: 2024-07-01 23:00:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2990 …}
    +votes: Doctrine\ORM\PersistentCollection {#2992 …}
    +reports: Doctrine\ORM\PersistentCollection {#2994 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
    +badges: Doctrine\ORM\PersistentCollection {#3000 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 3485
    -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696801456
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6463525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696715056 {#2969
      date: 2023-10-07 23:44:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "They’re doing nuzlocke challenge?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696720527 {#1555
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 36633
  -bodyTs: "'challeng':5 'nuzlock':4 're':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1051023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696720527 {#1621
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +"title": 36633
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
21 DENIED edit
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1613
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
    +slug: "Pikachu-used-war-crimes"
    +title: "Pikachu used war crimes!"
    +url: "https://i.imgur.com/0bguLRc.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 423
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719867655 {#2983
      date: 2024-07-01 23:00:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2990 …}
    +votes: Doctrine\ORM\PersistentCollection {#2992 …}
    +reports: Doctrine\ORM\PersistentCollection {#2994 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
    +badges: Doctrine\ORM\PersistentCollection {#3000 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 3485
    -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696801456
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6463525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696715056 {#2969
      date: 2023-10-07 23:44:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "They’re doing nuzlocke challenge?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696720527 {#1555
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 36633
  -bodyTs: "'challeng':5 'nuzlock':4 're':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1051023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696720527 {#1621
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +"title": 36633
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
22 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1613
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2988 …}
    +slug: "Pikachu-used-war-crimes"
    +title: "Pikachu used war crimes!"
    +url: "https://i.imgur.com/0bguLRc.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 11
    +favouriteCount: 423
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719867655 {#2983
      date: 2024-07-01 23:00:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2990 …}
    +votes: Doctrine\ORM\PersistentCollection {#2992 …}
    +reports: Doctrine\ORM\PersistentCollection {#2994 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2996 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2998 …}
    +badges: Doctrine\ORM\PersistentCollection {#3000 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 3485
    -titleTs: "'crime':4 'pikachu':1 'use':2 'war':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696801456
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6463525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696715056 {#2969
      date: 2023-10-07 23:44:16.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "They’re doing nuzlocke challenge?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696720527 {#1555
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thorbot@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 36633
  -bodyTs: "'challeng':5 'nuzlock':4 're':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1051023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696720527 {#1621
    date: 2023-10-08 01:15:27.0 +02:00
  }
  +"title": 36633
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
23 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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2065
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2966 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Pew-pew"
  +title: "Pew pew"
  +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699441554 {#3002
    date: 2023-11-08 12:05:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3007 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699421429 {#2068
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@culprit@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 100918
      -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1392158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699421429 {#2072
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +"title": 100918
    }
  ]
  -id: 11056
  -titleTs: "'pew':1,2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699493268
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3808401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699406868 {#2989
    date: 2023-11-08 02:27:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
25 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2065
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2966 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Pew-pew"
  +title: "Pew pew"
  +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699441554 {#3002
    date: 2023-11-08 12:05:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3007 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699421429 {#2068
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@culprit@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 100918
      -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1392158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699421429 {#2072
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +"title": 100918
    }
  ]
  -id: 11056
  -titleTs: "'pew':1,2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699493268
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3808401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699406868 {#2989
    date: 2023-11-08 02:27:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2065
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2966 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Pew-pew"
  +title: "Pew pew"
  +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699441554 {#3002
    date: 2023-11-08 12:05:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3007 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1699421429 {#2068
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@culprit@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 100918
      -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1392158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699421429 {#2072
        date: 2023-11-08 06:30:29.0 +01:00
      }
      +"title": 100918
    }
  ]
  -id: 11056
  -titleTs: "'pew':1,2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699493268
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3808401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699406868 {#2989
    date: 2023-11-08 02:27:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
27 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
28 DENIED moderate
App\Entity\EntryComment {#2069
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2966 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Pew-pew"
    +title: "Pew pew"
    +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699441554 {#3002
      date: 2023-11-08 12:05:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3007 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -id: 11056
    -titleTs: "'pew':1,2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699493268
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3808401"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699406868 {#2989
      date: 2023-11-08 02:27:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699421429 {#2068
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@culprit@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 100918
  -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1392158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699421429 {#2072
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +"title": 100918
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
29 DENIED edit
App\Entity\EntryComment {#2069
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2966 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Pew-pew"
    +title: "Pew pew"
    +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699441554 {#3002
      date: 2023-11-08 12:05:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3007 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -id: 11056
    -titleTs: "'pew':1,2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699493268
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3808401"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699406868 {#2989
      date: 2023-11-08 02:27:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699421429 {#2068
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@culprit@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 100918
  -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1392158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699421429 {#2072
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +"title": 100918
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
30 DENIED moderate
App\Entity\EntryComment {#2069
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2966 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Pew-pew"
    +title: "Pew pew"
    +url: "https://slrpnk.net/pictrs/image/4f1e94b4-ac7c-46e8-81eb-2b32ea84073b.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699441554 {#3002
      date: 2023-11-08 12:05:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3007 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -id: 11056
    -titleTs: "'pew':1,2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699493268
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3808401"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699406868 {#2989
      date: 2023-11-08 02:27:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +body: "What’s with the US funding resistance groups only to have those groups turn their back on US when they finally got in power?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699421429 {#2068
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@culprit@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 100918
  -bodyTs: "'back':16 'final':21 'fund':6 'got':22 'group':8,13 'power':24 'resist':7 'turn':14 'us':5,18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1392158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699421429 {#2072
    date: 2023-11-08 06:30:29.0 +01:00
  }
  +"title": 100918
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
31 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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2947 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: Proxies\__CG__\App\Entity\Image {#2949 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
  +slug: "You-will-pay-for-this-Salo-Comics"
  +title: "You will pay for this [Salo Comics]"
  +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
  +body: """
    Sources for Salo Comics\n
    \n
    - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
    - [Instagram](https://www.instagram.com/salo_comics/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 83
  +favouriteCount: 811
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697575898 {#2942
    date: 2023-10-17 22:51:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2951 …}
  +votes: Doctrine\ORM\PersistentCollection {#2953 …}
  +reports: Doctrine\ORM\PersistentCollection {#2955 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
  +badges: Doctrine\ORM\PersistentCollection {#2961 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697141805 {#1722
        date: 2023-10-12 22:16:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 43090
      -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1106749"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697118293 {#1721
        date: 2023-10-12 15:44:53.0 +02:00
      }
      +"title": 43090
    }
  ]
  -id: 4629
  -titleTs: "'comic':7 'pay':3 'salo':6"
  -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697198403
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2614814"
  +editedAt: DateTimeImmutable @1697112167 {#2928
    date: 2023-10-12 14:02:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697112003 {#2906
    date: 2023-10-12 14:00:03.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
33 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2947 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: Proxies\__CG__\App\Entity\Image {#2949 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
  +slug: "You-will-pay-for-this-Salo-Comics"
  +title: "You will pay for this [Salo Comics]"
  +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
  +body: """
    Sources for Salo Comics\n
    \n
    - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
    - [Instagram](https://www.instagram.com/salo_comics/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 83
  +favouriteCount: 811
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697575898 {#2942
    date: 2023-10-17 22:51:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2951 …}
  +votes: Doctrine\ORM\PersistentCollection {#2953 …}
  +reports: Doctrine\ORM\PersistentCollection {#2955 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
  +badges: Doctrine\ORM\PersistentCollection {#2961 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697141805 {#1722
        date: 2023-10-12 22:16:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 43090
      -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1106749"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697118293 {#1721
        date: 2023-10-12 15:44:53.0 +02:00
      }
      +"title": 43090
    }
  ]
  -id: 4629
  -titleTs: "'comic':7 'pay':3 'salo':6"
  -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697198403
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2614814"
  +editedAt: DateTimeImmutable @1697112167 {#2928
    date: 2023-10-12 14:02:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697112003 {#2906
    date: 2023-10-12 14:00:03.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2947 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: Proxies\__CG__\App\Entity\Image {#2949 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
  +slug: "You-will-pay-for-this-Salo-Comics"
  +title: "You will pay for this [Salo Comics]"
  +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
  +body: """
    Sources for Salo Comics\n
    \n
    - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
    - [Instagram](https://www.instagram.com/salo_comics/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 83
  +favouriteCount: 811
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697575898 {#2942
    date: 2023-10-17 22:51:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2951 …}
  +votes: Doctrine\ORM\PersistentCollection {#2953 …}
  +reports: Doctrine\ORM\PersistentCollection {#2955 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
  +badges: Doctrine\ORM\PersistentCollection {#2961 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697141805 {#1722
        date: 2023-10-12 22:16:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Stamets@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 43090
      -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1106749"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697118293 {#1721
        date: 2023-10-12 15:44:53.0 +02:00
      }
      +"title": 43090
    }
  ]
  -id: 4629
  -titleTs: "'comic':7 'pay':3 'salo':6"
  -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697198403
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2614814"
  +editedAt: DateTimeImmutable @1697112167 {#2928
    date: 2023-10-12 14:02:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697112003 {#2906
    date: 2023-10-12 14:00:03.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
35 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
36 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2947 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: Proxies\__CG__\App\Entity\Image {#2949 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
    +slug: "You-will-pay-for-this-Salo-Comics"
    +title: "You will pay for this [Salo Comics]"
    +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
    +body: """
      Sources for Salo Comics\n
      \n
      - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
      - [Instagram](https://www.instagram.com/salo_comics/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 83
    +favouriteCount: 811
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697575898 {#2942
      date: 2023-10-17 22:51:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2951 …}
    +votes: Doctrine\ORM\PersistentCollection {#2953 …}
    +reports: Doctrine\ORM\PersistentCollection {#2955 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
    +badges: Doctrine\ORM\PersistentCollection {#2961 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 4629
    -titleTs: "'comic':7 'pay':3 'salo':6"
    -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697198403
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2614814"
    +editedAt: DateTimeImmutable @1697112167 {#2928
      date: 2023-10-12 14:02:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697112003 {#2906
      date: 2023-10-12 14:00:03.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697141805 {#1722
    date: 2023-10-12 22:16:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 43090
  -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1106749"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697118293 {#1721
    date: 2023-10-12 15:44:53.0 +02:00
  }
  +"title": 43090
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
37 DENIED edit
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2947 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: Proxies\__CG__\App\Entity\Image {#2949 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
    +slug: "You-will-pay-for-this-Salo-Comics"
    +title: "You will pay for this [Salo Comics]"
    +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
    +body: """
      Sources for Salo Comics\n
      \n
      - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
      - [Instagram](https://www.instagram.com/salo_comics/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 83
    +favouriteCount: 811
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697575898 {#2942
      date: 2023-10-17 22:51:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2951 …}
    +votes: Doctrine\ORM\PersistentCollection {#2953 …}
    +reports: Doctrine\ORM\PersistentCollection {#2955 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
    +badges: Doctrine\ORM\PersistentCollection {#2961 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 4629
    -titleTs: "'comic':7 'pay':3 'salo':6"
    -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697198403
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2614814"
    +editedAt: DateTimeImmutable @1697112167 {#2928
      date: 2023-10-12 14:02:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697112003 {#2906
      date: 2023-10-12 14:00:03.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697141805 {#1722
    date: 2023-10-12 22:16:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 43090
  -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1106749"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697118293 {#1721
    date: 2023-10-12 15:44:53.0 +02:00
  }
  +"title": 43090
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
38 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2947 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: Proxies\__CG__\App\Entity\Image {#2949 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2950 …}
    +slug: "You-will-pay-for-this-Salo-Comics"
    +title: "You will pay for this [Salo Comics]"
    +url: "https://startrek.website/pictrs/image/859bd19d-fce2-49f3-8146-bdeab35d1216.jpeg"
    +body: """
      Sources for Salo Comics\n
      \n
      - [Webtoons](https://www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)\n
      - [Instagram](https://www.instagram.com/salo_comics/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 83
    +favouriteCount: 811
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697575898 {#2942
      date: 2023-10-17 22:51:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2951 …}
    +votes: Doctrine\ORM\PersistentCollection {#2953 …}
    +reports: Doctrine\ORM\PersistentCollection {#2955 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2957 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2959 …}
    +badges: Doctrine\ORM\PersistentCollection {#2961 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 4629
    -titleTs: "'comic':7 'pay':3 'salo':6"
    -bodyTs: "'/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':8 '/salo_comics/)':12 'comic':4 'instagram':9 'salo':3 'sourc':1 'webtoon':5 'www.instagram.com':11 'www.instagram.com/salo_comics/)':10 'www.webtoons.com':7 'www.webtoons.com/en/canvas/salo-comics/list?title_no=822575&webtoon-platform-redirect=true)':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697198403
    +visibility: "visible             "
    +apId: "https://startrek.website/post/2614814"
    +editedAt: DateTimeImmutable @1697112167 {#2928
      date: 2023-10-12 14:02:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697112003 {#2906
      date: 2023-10-12 14:00:03.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can’t put your face down on a pussy like that without blood splattering everywhere."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697141805 {#1722
    date: 2023-10-12 22:16:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 43090
  -bodyTs: "'blood':14 'everywher':16 'face':6 'like':11 'pussi':10 'put':4 'splatter':15 'without':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1106749"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697118293 {#1721
    date: 2023-10-12 15:44:53.0 +02:00
  }
  +"title": 43090
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
39 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
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2968 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
  +slug: "Feels-bad-man"
  +title: "Feels bad man"
  +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697051346 {#2963
    date: 2023-10-11 21:09:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2971 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696962253 {#1795
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@AccidentalLemming@lemmy.world"
        "@Diabolo96@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 40396
      -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1084709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696962253 {#1705
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +"title": 40396
    }
  ]
  -id: 4076
  -titleTs: "'bad':2 'feel':1 'man':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697041353
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3930593"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696954953 {#2948
    date: 2023-10-10 18:22:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
41 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2968 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
  +slug: "Feels-bad-man"
  +title: "Feels bad man"
  +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697051346 {#2963
    date: 2023-10-11 21:09:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2971 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696962253 {#1795
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@AccidentalLemming@lemmy.world"
        "@Diabolo96@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 40396
      -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1084709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696962253 {#1705
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +"title": 40396
    }
  ]
  -id: 4076
  -titleTs: "'bad':2 'feel':1 'man':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697041353
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3930593"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696954953 {#2948
    date: 2023-10-10 18:22:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2968 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
  +slug: "Feels-bad-man"
  +title: "Feels bad man"
  +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697051346 {#2963
    date: 2023-10-11 21:09:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2971 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1696962253 {#1795
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@AccidentalLemming@lemmy.world"
        "@Diabolo96@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 40396
      -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1084709"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696962253 {#1705
        date: 2023-10-10 20:24:13.0 +02:00
      }
      +"title": 40396
    }
  ]
  -id: 4076
  -titleTs: "'bad':2 'feel':1 'man':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697041353
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3930593"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696954953 {#2948
    date: 2023-10-10 18:22:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
43 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
44 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2968 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
    +slug: "Feels-bad-man"
    +title: "Feels bad man"
    +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 218
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697051346 {#2963
      date: 2023-10-11 21:09:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2971 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 4076
    -titleTs: "'bad':2 'feel':1 'man':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697041353
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/3930593"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696954953 {#2948
      date: 2023-10-10 18:22:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696962253 {#1795
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@AccidentalLemming@lemmy.world"
    "@Diabolo96@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 40396
  -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1084709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696962253 {#1705
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +"title": 40396
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
45 DENIED edit
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2968 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
    +slug: "Feels-bad-man"
    +title: "Feels bad man"
    +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 218
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697051346 {#2963
      date: 2023-10-11 21:09:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2971 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 4076
    -titleTs: "'bad':2 'feel':1 'man':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697041353
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/3930593"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696954953 {#2948
      date: 2023-10-10 18:22:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696962253 {#1795
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@AccidentalLemming@lemmy.world"
    "@Diabolo96@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 40396
  -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1084709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696962253 {#1705
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +"title": 40396
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
46 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2968 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2970 …}
    +slug: "Feels-bad-man"
    +title: "Feels bad man"
    +url: "https://lemmy.zip/pictrs/image/a4a9e8e6-dc6a-4759-b5ce-06056b45b374.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 218
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697051346 {#2963
      date: 2023-10-11 21:09:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2971 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 4076
    -titleTs: "'bad':2 'feel':1 'man':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697041353
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/3930593"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696954953 {#2948
      date: 2023-10-10 18:22:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s more like Hindu thingy. Other cultures with heavy Hindu influence also have similar caste system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1696962253 {#1795
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@AccidentalLemming@lemmy.world"
    "@Diabolo96@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 40396
  -bodyTs: "'also':13 'cast':16 'cultur':8 'heavi':10 'hindu':5,11 'influenc':12 'like':4 'similar':15 'system':17 'thingi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1084709"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696962253 {#1705
    date: 2023-10-10 20:24:13.0 +02:00
  }
  +"title": 40396
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
47 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
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2868 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2908 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "It-s-gonna-be-tremendous"
  +title: "It's gonna be tremendous."
  +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 451
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697404802 {#2903
    date: 2023-10-15 23:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2910 …}
  +votes: Doctrine\ORM\PersistentCollection {#2912 …}
  +reports: Doctrine\ORM\PersistentCollection {#2914 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
  +badges: Doctrine\ORM\PersistentCollection {#2920 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "After beating one corona, we get treated with another corona."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1697279656 {#1718
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheSparrowPrince@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 48209
      -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1128334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697279656 {#1720
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +"title": 48209
    }
  ]
  -id: 5270
  -titleTs: "'gonna':3 'tremend':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697354830
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6779239"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697268430 {#2889
    date: 2023-10-14 09:27:10.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
49 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2868 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2908 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "It-s-gonna-be-tremendous"
  +title: "It's gonna be tremendous."
  +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 451
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697404802 {#2903
    date: 2023-10-15 23:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2910 …}
  +votes: Doctrine\ORM\PersistentCollection {#2912 …}
  +reports: Doctrine\ORM\PersistentCollection {#2914 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
  +badges: Doctrine\ORM\PersistentCollection {#2920 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "After beating one corona, we get treated with another corona."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1697279656 {#1718
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheSparrowPrince@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 48209
      -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1128334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697279656 {#1720
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +"title": 48209
    }
  ]
  -id: 5270
  -titleTs: "'gonna':3 'tremend':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697354830
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6779239"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697268430 {#2889
    date: 2023-10-14 09:27:10.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2868 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2908 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "It-s-gonna-be-tremendous"
  +title: "It's gonna be tremendous."
  +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 451
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697404802 {#2903
    date: 2023-10-15 23:20:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2910 …}
  +votes: Doctrine\ORM\PersistentCollection {#2912 …}
  +reports: Doctrine\ORM\PersistentCollection {#2914 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
  +badges: Doctrine\ORM\PersistentCollection {#2920 …}
  +children: [
    App\Entity\EntryComment {#1716
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "After beating one corona, we get treated with another corona."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1697279656 {#1718
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheSparrowPrince@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 48209
      -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1128334"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697279656 {#1720
        date: 2023-10-14 12:34:16.0 +02:00
      }
      +"title": 48209
    }
  ]
  -id: 5270
  -titleTs: "'gonna':3 'tremend':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697354830
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6779239"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697268430 {#2889
    date: 2023-10-14 09:27:10.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
51 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
52 DENIED moderate
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2868 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2908 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "It-s-gonna-be-tremendous"
    +title: "It's gonna be tremendous."
    +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 451
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697404802 {#2903
      date: 2023-10-15 23:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2910 …}
    +votes: Doctrine\ORM\PersistentCollection {#2912 …}
    +reports: Doctrine\ORM\PersistentCollection {#2914 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
    +badges: Doctrine\ORM\PersistentCollection {#2920 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 5270
    -titleTs: "'gonna':3 'tremend':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697354830
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6779239"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697268430 {#2889
      date: 2023-10-14 09:27:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "After beating one corona, we get treated with another corona."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1697279656 {#1718
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheSparrowPrince@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 48209
  -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1128334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697279656 {#1720
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +"title": 48209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
53 DENIED edit
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2868 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2908 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "It-s-gonna-be-tremendous"
    +title: "It's gonna be tremendous."
    +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 451
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697404802 {#2903
      date: 2023-10-15 23:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2910 …}
    +votes: Doctrine\ORM\PersistentCollection {#2912 …}
    +reports: Doctrine\ORM\PersistentCollection {#2914 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
    +badges: Doctrine\ORM\PersistentCollection {#2920 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 5270
    -titleTs: "'gonna':3 'tremend':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697354830
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6779239"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697268430 {#2889
      date: 2023-10-14 09:27:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "After beating one corona, we get treated with another corona."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1697279656 {#1718
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheSparrowPrince@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 48209
  -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1128334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697279656 {#1720
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +"title": 48209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
54 DENIED moderate
App\Entity\EntryComment {#1716
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2868 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2908 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "It-s-gonna-be-tremendous"
    +title: "It's gonna be tremendous."
    +url: "https://lemmy.world/pictrs/image/f8b7a3da-3233-4ecc-ac10-d6444f6d5d3b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 19
    +favouriteCount: 451
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697404802 {#2903
      date: 2023-10-15 23:20:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2910 …}
    +votes: Doctrine\ORM\PersistentCollection {#2912 …}
    +reports: Doctrine\ORM\PersistentCollection {#2914 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2916 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2918 …}
    +badges: Doctrine\ORM\PersistentCollection {#2920 …}
    +children: [
      App\Entity\EntryComment {#1716}
    ]
    -id: 5270
    -titleTs: "'gonna':3 'tremend':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697354830
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6779239"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697268430 {#2889
      date: 2023-10-14 09:27:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "After beating one corona, we get treated with another corona."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1697279656 {#1718
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheSparrowPrince@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 48209
  -bodyTs: "'anoth':9 'beat':2 'corona':4,10 'get':6 'one':3 'treat':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1128334"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697279656 {#1720
    date: 2023-10-14 12:34:16.0 +02:00
  }
  +"title": 48209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
55 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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
  +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
  +title: "Just Say Noooooooooooooooooooooooooooooooo"
  +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 404
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697597580 {#2922
    date: 2023-10-18 04:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2930 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "One marijuana? One kilogram?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697539527 {#2458
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jimmydoreisalefty@lemmus.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 54355
      -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1160469"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697539527 {#2461
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +"title": 54355
    }
  ]
  -id: 5872
  -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697596762
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1165388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697510362 {#2909
    date: 2023-10-17 04:39:22.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
57 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
  +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
  +title: "Just Say Noooooooooooooooooooooooooooooooo"
  +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 404
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697597580 {#2922
    date: 2023-10-18 04:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2930 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "One marijuana? One kilogram?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697539527 {#2458
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jimmydoreisalefty@lemmus.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 54355
      -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1160469"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697539527 {#2461
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +"title": 54355
    }
  ]
  -id: 5872
  -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697596762
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1165388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697510362 {#2909
    date: 2023-10-17 04:39:22.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
  +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
  +title: "Just Say Noooooooooooooooooooooooooooooooo"
  +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 404
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697597580 {#2922
    date: 2023-10-18 04:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2930 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "One marijuana? One kilogram?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697539527 {#2458
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jimmydoreisalefty@lemmus.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 54355
      -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1160469"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697539527 {#2461
        date: 2023-10-17 12:45:27.0 +02:00
      }
      +"title": 54355
    }
  ]
  -id: 5872
  -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697596762
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1165388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697510362 {#2909
    date: 2023-10-17 04:39:22.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
59 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
60 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2927 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
    +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
    +title: "Just Say Noooooooooooooooooooooooooooooooo"
    +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 404
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697597580 {#2922
      date: 2023-10-18 04:53:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2930 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 5872
    -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697596762
    +visibility: "visible             "
    +apId: "https://lemmus.org/post/1165388"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697510362 {#2909
      date: 2023-10-17 04:39:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "One marijuana? One kilogram?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697539527 {#2458
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jimmydoreisalefty@lemmus.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 54355
  -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1160469"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697539527 {#2461
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +"title": 54355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
61 DENIED edit
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2927 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
    +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
    +title: "Just Say Noooooooooooooooooooooooooooooooo"
    +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 404
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697597580 {#2922
      date: 2023-10-18 04:53:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2930 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 5872
    -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697596762
    +visibility: "visible             "
    +apId: "https://lemmus.org/post/1165388"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697510362 {#2909
      date: 2023-10-17 04:39:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "One marijuana? One kilogram?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697539527 {#2458
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jimmydoreisalefty@lemmus.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 54355
  -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1160469"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697539527 {#2461
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +"title": 54355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
62 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2927 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2929 …}
    +slug: "Just-Say-Noooooooooooooooooooooooooooooooo"
    +title: "Just Say Noooooooooooooooooooooooooooooooo"
    +url: "https://lemmus.org/pictrs/image/b0c118f3-5572-451c-946b-f5764b48455e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 404
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697597580 {#2922
      date: 2023-10-18 04:53:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2930 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 5872
    -titleTs: "'noooooooooooooooooooooooooooooooo':3 'say':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697596762
    +visibility: "visible             "
    +apId: "https://lemmus.org/post/1165388"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697510362 {#2909
      date: 2023-10-17 04:39:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "One marijuana? One kilogram?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697539527 {#2458
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jimmydoreisalefty@lemmus.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 54355
  -bodyTs: "'kilogram':4 'marijuana':2 'one':1,3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1160469"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697539527 {#2461
    date: 2023-10-17 12:45:27.0 +02:00
  }
  +"title": 54355
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
63 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
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "How-do-y-all-say-GIF"
  +title: "How do y'all say GIF?"
  +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696950859 {#2865
    date: 2023-10-10 17:14:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696584126 {#1577
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hai@lemmy.ml"
        "@MiikCheque@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 34480
      -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1032605"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696584126 {#1567
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +"title": 34480
    }
  ]
  -id: 3128
  -titleTs: "'gif':6 'say':5 'y':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696635950
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6070277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696549550 {#2851
    date: 2023-10-06 01:45:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
65 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "How-do-y-all-say-GIF"
  +title: "How do y'all say GIF?"
  +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696950859 {#2865
    date: 2023-10-10 17:14:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696584126 {#1577
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hai@lemmy.ml"
        "@MiikCheque@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 34480
      -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1032605"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696584126 {#1567
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +"title": 34480
    }
  ]
  -id: 3128
  -titleTs: "'gif':6 'say':5 'y':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696635950
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6070277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696549550 {#2851
    date: 2023-10-06 01:45:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2829 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "How-do-y-all-say-GIF"
  +title: "How do y'all say GIF?"
  +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696950859 {#2865
    date: 2023-10-10 17:14:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2875 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1696584126 {#1577
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hai@lemmy.ml"
        "@MiikCheque@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 34480
      -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1032605"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696584126 {#1567
        date: 2023-10-06 11:22:06.0 +02:00
      }
      +"title": 34480
    }
  ]
  -id: 3128
  -titleTs: "'gif':6 'say':5 'y':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696635950
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6070277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696549550 {#2851
    date: 2023-10-06 01:45:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
67 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
68 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "How-do-y-all-say-GIF"
    +title: "How do y'all say GIF?"
    +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696950859 {#2865
      date: 2023-10-10 17:14:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 3128
    -titleTs: "'gif':6 'say':5 'y':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696635950
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6070277"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696549550 {#2851
      date: 2023-10-06 01:45:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696584126 {#1577
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hai@lemmy.ml"
    "@MiikCheque@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 34480
  -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1032605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696584126 {#1567
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +"title": 34480
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
69 DENIED edit
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "How-do-y-all-say-GIF"
    +title: "How do y'all say GIF?"
    +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696950859 {#2865
      date: 2023-10-10 17:14:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 3128
    -titleTs: "'gif':6 'say':5 'y':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696635950
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6070277"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696549550 {#2851
      date: 2023-10-06 01:45:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696584126 {#1577
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hai@lemmy.ml"
    "@MiikCheque@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 34480
  -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1032605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696584126 {#1567
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +"title": 34480
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
70 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2829 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "How-do-y-all-say-GIF"
    +title: "How do y'all say GIF?"
    +url: "https://lemmy.ml/pictrs/image/bfe3263c-05d6-4f46-a9ee-d1ed206a7a89.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696950859 {#2865
      date: 2023-10-10 17:14:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2875 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2877 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 3128
    -titleTs: "'gif':6 'say':5 'y':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696635950
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6070277"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696549550 {#2851
      date: 2023-10-06 01:45:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +body: "Also, if jizz is not spelled as gizz, so why would jif spelled as gif?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1696584126 {#1577
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hai@lemmy.ml"
    "@MiikCheque@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 34480
  -bodyTs: "'also':1 'gif':15 'gizz':8 'jif':12 'jizz':3 'spell':6,13 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1032605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696584126 {#1567
    date: 2023-10-06 11:22:06.0 +02:00
  }
  +"title": 34480
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
71 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
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2360
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#2883
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2891 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    3 => App\Entity\EntryComment {#1381
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697742157 {#2393
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 61084
      -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742157 {#1384
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +"title": 61084
    }
    1 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697742427 {#2363
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@yukichigai@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 59670
      -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188922"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742427 {#2370
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +"title": 59670
    }
    2 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697743033 {#1909
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@CaptainBasculin@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 59698
      -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697743033 {#1708
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +"title": 59698
    }
    0 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697808940 {#2032
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
        "@redcalcium@lemmy.institute"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 61136
      -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1197088"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697808940 {#2026
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +"title": 61136
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#2871
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#2848
    date: 2023-10-19 15:49:11.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
73 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2360
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#2883
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2891 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    3 => App\Entity\EntryComment {#1381
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697742157 {#2393
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 61084
      -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742157 {#1384
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +"title": 61084
    }
    1 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697742427 {#2363
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@yukichigai@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 59670
      -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188922"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742427 {#2370
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +"title": 59670
    }
    2 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697743033 {#1909
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@CaptainBasculin@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 59698
      -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697743033 {#1708
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +"title": 59698
    }
    0 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697808940 {#2032
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
        "@redcalcium@lemmy.institute"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 61136
      -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1197088"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697808940 {#2026
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +"title": 61136
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#2871
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#2848
    date: 2023-10-19 15:49:11.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
74 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2360
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
  +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
  +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
  +url: null
  +body: """
    How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
    \n
    All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
    \n
    While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
    \n
    What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
    \n
    Rant, over!\n
    \n
    I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 110
  +favouriteCount: 401
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698213178 {#2883
    date: 2023-10-25 07:52:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2891 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    3 => App\Entity\EntryComment {#1381
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697742157 {#2393
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 61084
      -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188885"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742157 {#1384
        date: 2023-10-19 21:02:37.0 +02:00
      }
      +"title": 61084
    }
    1 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697742427 {#2363
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@yukichigai@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 59670
      -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188922"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697742427 {#2370
        date: 2023-10-19 21:07:07.0 +02:00
      }
      +"title": 59670
    }
    2 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697743033 {#1909
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@corrupts_absolutely@sh.itjust.works"
        "@CaptainBasculin@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 59698
      -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1188996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697743033 {#1708
        date: 2023-10-19 21:17:13.0 +02:00
      }
      +"title": 59698
    }
    0 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697808940 {#2032
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ad_on_is@lemmy.world"
        "@tordenflesk@lemmy.world"
        "@lemann@lemmy.one"
        "@Eufalconimorph@discuss.tchncs.de"
        "@redcalcium@lemmy.institute"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 61136
      -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1197088"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697808940 {#2026
        date: 2023-10-20 15:35:40.0 +02:00
      }
      +"title": 61136
    }
  ]
  -id: 6398
  -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
  -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697809751
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7023024"
  +editedAt: DateTimeImmutable @1697742973 {#2871
    date: 2023-10-19 21:16:13.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697723351 {#2848
    date: 2023-10-19 15:49:11.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
75 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
76 DENIED moderate
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381}
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697742157 {#2393
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 61084
  -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742157 {#1384
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +"title": 61084
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
77 DENIED edit
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381}
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697742157 {#2393
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 61084
  -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742157 {#1384
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +"title": 61084
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
78 DENIED moderate
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381}
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697742157 {#2393
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 61084
  -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188885"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742157 {#1384
    date: 2023-10-19 21:02:37.0 +02:00
  }
  +"title": 61084
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
79 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
80 DENIED moderate
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697742427 {#2363
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 59670
  -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742427 {#2370
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +"title": 59670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
81 DENIED edit
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697742427 {#2363
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 59670
  -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742427 {#2370
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +"title": 59670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
82 DENIED moderate
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697742427 {#2363
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@yukichigai@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 59670
  -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697742427 {#2370
    date: 2023-10-19 21:07:07.0 +02:00
  }
  +"title": 59670
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
83 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
84 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926}
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697743033 {#1909
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@CaptainBasculin@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 59698
  -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697743033 {#1708
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +"title": 59698
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
85 DENIED edit
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926}
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697743033 {#1909
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@CaptainBasculin@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 59698
  -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697743033 {#1708
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +"title": 59698
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
86 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926}
      0 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697808940 {#2032
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
          "@redcalcium@lemmy.institute"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 61136
        -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1197088"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697808940 {#2026
          date: 2023-10-20 15:35:40.0 +02:00
        }
        +"title": 61136
      }
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697743033 {#1909
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@corrupts_absolutely@sh.itjust.works"
    "@CaptainBasculin@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 59698
  -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1188996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697743033 {#1708
    date: 2023-10-19 21:17:13.0 +02:00
  }
  +"title": 59698
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
87 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
88 DENIED moderate
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697808940 {#2032
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
    "@redcalcium@lemmy.institute"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 61136
  -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1197088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697808940 {#2026
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +"title": 61136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
89 DENIED edit
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697808940 {#2032
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
    "@redcalcium@lemmy.institute"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 61136
  -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1197088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697808940 {#2026
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +"title": 61136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
90 DENIED moderate
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2890 …}
    +slug: "RANT-I-hate-the-fact-that-my-ISP-can-restrict"
    +title: "RANT: I hate the fact that my ISP can restrict access to certain sites"
    +url: null
    +body: """
      How can it possibly be, that an ISP, which I’m paying for gets to decid, which sites I’m allowed to have access to, and which not?\n
      \n
      All the torrenting sites are restricted. I know, I can use VPN, and such… but I want to do it because of my privacy concerns and not because of some higher-up decided to bend over for the lobbying industry.\n
      \n
      While on the other hand, if there’s a data breach of a legit big-corp website (looking at you FB), I’m still able to access it, they get fined with a fraction of their revenue, and I’m still left empty-handed. What a hipocracy!!\n
      \n
      What comes next? Are they gonna restrict me from using lemmy too, bc some lobbyist doesn’t like the fact that it’s a decentralized system which they have no control over?\n
      \n
      Rant, over!\n
      \n
      I didn’t even know that my router was using my ISPs DNS, and that I can just ditch it, even though I’m running AdGuard (selfhosted)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 110
    +favouriteCount: 401
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698213178 {#2883
      date: 2023-10-25 07:52:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2891 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      3 => App\Entity\EntryComment {#1381
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
        +body: "It’s still require DoH, right? Not sure what my ISP does, but DoH has very high latency and often timeout on my end, probably to discourage their customers to turn on DoH."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697742157 {#2393
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@tordenflesk@lemmy.world"
          "@lemann@lemmy.one"
          "@Eufalconimorph@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1404 …}
        +reports: Doctrine\ORM\PersistentCollection {#1361 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 61084
        -bodyTs: "'custom':29 'discourag':27 'doh':5,14,33 'end':24 'high':17 'isp':11 'latenc':18 'often':20 'probabl':25 'requir':4 'right':6 'still':3 'sure':8 'timeout':21 'turn':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188885"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742157 {#1384
          date: 2023-10-19 21:02:37.0 +02:00
        }
        +"title": 61084
      }
      1 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Before Wikipedia default to https, I remember being surprised seeing ads in a Wikipedia page. I was so disappointed that Wikipedia has stoop so low before eventually realizing my cursed ISP was the real culprit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1697742427 {#2363
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@yukichigai@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 59670
        -bodyTs: "'ad':11 'culprit':35 'curs':30 'default':3 'disappoint':19 'eventu':27 'https':5 'isp':31 'low':25 'page':15 'real':34 'realiz':28 'rememb':7 'see':10 'stoop':23 'surpris':9 'wikipedia':2,14,21"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188922"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697742427 {#2370
          date: 2023-10-19 21:07:07.0 +02:00
        }
        +"title": 59670
      }
      2 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Shenanigan like this was one of the main driving force to push website operators to use https by default. The other driving forces are the computational cost of serving https got significantly cheaper thanks to modern CPU with accelerated cryptography instructions support, and letsencrypt providing free TLS certificate to everyone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697743033 {#1909
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ad_on_is@lemmy.world"
          "@corrupts_absolutely@sh.itjust.works"
          "@CaptainBasculin@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 59698
        -bodyTs: "'acceler':39 'certif':48 'cheaper':33 'comput':26 'cost':27 'cpu':37 'cryptographi':40 'default':19 'drive':9,22 'everyon':50 'forc':10,23 'free':46 'got':31 'https':17,30 'instruct':41 'letsencrypt':44 'like':2 'main':8 'modern':36 'one':5 'oper':14 'provid':45 'push':12 'serv':29 'shenanigan':1 'signific':32 'support':42 'thank':34 'tls':47 'use':16 'websit':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.institute/comment/1188996"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697743033 {#1708
          date: 2023-10-19 21:17:13.0 +02:00
        }
        +"title": 59698
      }
      0 => App\Entity\EntryComment {#2024}
    ]
    -id: 6398
    -titleTs: "'access':11 'certain':13 'fact':5 'hate':3 'isp':8 'rant':1 'restrict':10 'site':14"
    -bodyTs: "'abl':95 'access':24,97 'adguard':178 'allow':21 'bc':131 'bend':64 'big':85 'big-corp':84 'breach':80 'come':120 'concern':53 'control':149 'corp':86 'data':79 'decentr':143 'decid':16,62 'didn':154 'ditch':171 'dns':165 'doesn':134 'empti':114 'empty-hand':113 'even':156,173 'fact':138 'fb':91 'fine':101 'fraction':104 'get':14,100 'gonna':124 'hand':74,115 'higher':60 'higher-up':59 'hipocraci':118 'industri':69 'isp':8,164 'know':36,157 'left':112 'legit':83 'lemmi':129 'like':136 'lobbi':68 'lobbyist':133 'look':88 'm':11,20,93,110,176 'next':121 'pay':12 'possibl':4 'privaci':52 'rant':151 'restrict':34,125 'revenu':107 'router':160 'run':177 'selfhost':179 'site':18,32 'still':94,111 'system':144 'though':174 'torrent':31 'use':39,128,162 'vpn':40 'want':45 'websit':87"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697809751
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7023024"
    +editedAt: DateTimeImmutable @1697742973 {#2871
      date: 2023-10-19 21:16:13.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697723351 {#2848
      date: 2023-10-19 15:49:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Hmm, kinda doubt it’s the DoH provider’s fault (cloudflare). On the other hand, my ISP already transparently redirecting plain DNS requests to their own DNS server, so it’s not a stretch to think they found a way to degrade DoH experience (at least for well known endpoint like 1.1.1.1)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697808940 {#2032
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ad_on_is@lemmy.world"
    "@tordenflesk@lemmy.world"
    "@lemann@lemmy.one"
    "@Eufalconimorph@discuss.tchncs.de"
    "@redcalcium@lemmy.institute"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 61136
  -bodyTs: "'1.1.1.1':52 'alreadi':18 'cloudflar':11 'degrad':42 'dns':22,27 'doh':7,43 'doubt':3 'endpoint':50 'experi':44 'fault':10 'found':38 'hand':15 'hmm':1 'isp':17 'kinda':2 'known':49 'least':46 'like':51 'plain':21 'provid':8 'redirect':20 'request':23 'server':28 'stretch':34 'think':36 'transpar':19 'way':40 'well':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1197088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697808940 {#2026
    date: 2023-10-20 15:35:40.0 +02:00
  }
  +"title": 61136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
91 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
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2080
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2850 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#2845
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698932634 {#2077
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2064 …}
      +nested: Doctrine\ORM\PersistentCollection {#2088 …}
      +votes: Doctrine\ORM\PersistentCollection {#2087 …}
      +reports: Doctrine\ORM\PersistentCollection {#2086 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
      -id: 84474
      -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1330498"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698932634 {#2098
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +"title": 84474
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2832
    date: 2023-11-02 03:27:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
93 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2080
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2850 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#2845
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698932634 {#2077
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2064 …}
      +nested: Doctrine\ORM\PersistentCollection {#2088 …}
      +votes: Doctrine\ORM\PersistentCollection {#2087 …}
      +reports: Doctrine\ORM\PersistentCollection {#2086 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
      -id: 84474
      -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1330498"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698932634 {#2098
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +"title": 84474
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2832
    date: 2023-11-02 03:27:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
94 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2080
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2850 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#2845
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2853 …}
  +votes: Doctrine\ORM\PersistentCollection {#2855 …}
  +reports: Doctrine\ORM\PersistentCollection {#2857 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
  +badges: Doctrine\ORM\PersistentCollection {#2863 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698932634 {#2077
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2064 …}
      +nested: Doctrine\ORM\PersistentCollection {#2088 …}
      +votes: Doctrine\ORM\PersistentCollection {#2087 …}
      +reports: Doctrine\ORM\PersistentCollection {#2086 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
      -id: 84474
      -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1330498"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698932634 {#2098
        date: 2023-11-02 14:43:54.0 +01:00
      }
      +"title": 84474
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2832
    date: 2023-11-02 03:27:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
95 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
96 DENIED moderate
App\Entity\EntryComment {#2063
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2850 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#2845
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2832
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698932634 {#2077
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2064 …}
  +nested: Doctrine\ORM\PersistentCollection {#2088 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2086 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  -id: 84474
  -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1330498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698932634 {#2098
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +"title": 84474
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
97 DENIED edit
App\Entity\EntryComment {#2063
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2850 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#2845
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2832
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698932634 {#2077
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2064 …}
  +nested: Doctrine\ORM\PersistentCollection {#2088 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2086 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  -id: 84474
  -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1330498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698932634 {#2098
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +"title": 84474
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
98 DENIED moderate
App\Entity\EntryComment {#2063
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2850 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2852 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#2845
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2853 …}
    +votes: Doctrine\ORM\PersistentCollection {#2855 …}
    +reports: Doctrine\ORM\PersistentCollection {#2857 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2859 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2861 …}
    +badges: Doctrine\ORM\PersistentCollection {#2863 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2832
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Why make coleslaw when you can deep fried (or air fried) the cabbage. Less effort and tastier result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698932634 {#2077
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2064 …}
  +nested: Doctrine\ORM\PersistentCollection {#2088 …}
  +votes: Doctrine\ORM\PersistentCollection {#2087 …}
  +reports: Doctrine\ORM\PersistentCollection {#2086 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2094 …}
  -id: 84474
  -bodyTs: "'air':10 'cabbag':13 'coleslaw':3 'deep':7 'effort':15 'fri':8,11 'less':14 'make':2 'result':18 'tastier':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1330498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698932634 {#2098
    date: 2023-11-02 14:43:54.0 +01:00
  }
  +"title": 84474
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
99 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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2791 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
  +slug: "2-genders"
  +title: "2 genders"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 623
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698603435 {#2826
    date: 2023-10-29 19:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2833 …}
  +votes: Doctrine\ORM\PersistentCollection {#2835 …}
  +reports: Doctrine\ORM\PersistentCollection {#2837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
  +badges: Doctrine\ORM\PersistentCollection {#2843 …}
  +children: [
    App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698133647 {#2031
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Voltox@lemmy.ohaa.xyz"
        "@Zippit@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 68831
      -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1233909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698133647 {#2036
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +"title": 68831
    }
  ]
  -id: 7169
  -titleTs: "'2':1 'gender':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698133373
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/684550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698046973 {#2812
    date: 2023-10-23 09:42:53.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
101 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2791 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
  +slug: "2-genders"
  +title: "2 genders"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 623
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698603435 {#2826
    date: 2023-10-29 19:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2833 …}
  +votes: Doctrine\ORM\PersistentCollection {#2835 …}
  +reports: Doctrine\ORM\PersistentCollection {#2837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
  +badges: Doctrine\ORM\PersistentCollection {#2843 …}
  +children: [
    App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698133647 {#2031
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Voltox@lemmy.ohaa.xyz"
        "@Zippit@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 68831
      -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1233909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698133647 {#2036
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +"title": 68831
    }
  ]
  -id: 7169
  -titleTs: "'2':1 'gender':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698133373
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/684550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698046973 {#2812
    date: 2023-10-23 09:42:53.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
102 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2791 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
  +slug: "2-genders"
  +title: "2 genders"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 623
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698603435 {#2826
    date: 2023-10-29 19:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2833 …}
  +votes: Doctrine\ORM\PersistentCollection {#2835 …}
  +reports: Doctrine\ORM\PersistentCollection {#2837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
  +badges: Doctrine\ORM\PersistentCollection {#2843 …}
  +children: [
    App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698133647 {#2031
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Voltox@lemmy.ohaa.xyz"
        "@Zippit@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 68831
      -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1233909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698133647 {#2036
        date: 2023-10-24 09:47:27.0 +02:00
      }
      +"title": 68831
    }
  ]
  -id: 7169
  -titleTs: "'2':1 'gender':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698133373
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/684550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698046973 {#2812
    date: 2023-10-23 09:42:53.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
103 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
104 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2791 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
    +slug: "2-genders"
    +title: "2 genders"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 623
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698603435 {#2826
      date: 2023-10-29 19:17:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2833 …}
    +votes: Doctrine\ORM\PersistentCollection {#2835 …}
    +reports: Doctrine\ORM\PersistentCollection {#2837 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
    +badges: Doctrine\ORM\PersistentCollection {#2843 …}
    +children: [
      App\Entity\EntryComment {#2037}
    ]
    -id: 7169
    -titleTs: "'2':1 'gender':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698133373
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/684550"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698046973 {#2812
      date: 2023-10-23 09:42:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698133647 {#2031
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Voltox@lemmy.ohaa.xyz"
    "@Zippit@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 68831
  -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1233909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698133647 {#2036
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +"title": 68831
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
105 DENIED edit
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2791 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
    +slug: "2-genders"
    +title: "2 genders"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 623
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698603435 {#2826
      date: 2023-10-29 19:17:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2833 …}
    +votes: Doctrine\ORM\PersistentCollection {#2835 …}
    +reports: Doctrine\ORM\PersistentCollection {#2837 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
    +badges: Doctrine\ORM\PersistentCollection {#2843 …}
    +children: [
      App\Entity\EntryComment {#2037}
    ]
    -id: 7169
    -titleTs: "'2':1 'gender':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698133373
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/684550"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698046973 {#2812
      date: 2023-10-23 09:42:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698133647 {#2031
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Voltox@lemmy.ohaa.xyz"
    "@Zippit@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 68831
  -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1233909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698133647 {#2036
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +"title": 68831
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
106 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2791 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2831 …}
    +slug: "2-genders"
    +title: "2 genders"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/9efe6e1b-c92d-4727-b1e6-6361061d7541.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 623
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698603435 {#2826
      date: 2023-10-29 19:17:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2833 …}
    +votes: Doctrine\ORM\PersistentCollection {#2835 …}
    +reports: Doctrine\ORM\PersistentCollection {#2837 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2839 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2841 …}
    +badges: Doctrine\ORM\PersistentCollection {#2843 …}
    +children: [
      App\Entity\EntryComment {#2037}
    ]
    -id: 7169
    -titleTs: "'2':1 'gender':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698133373
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/684550"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698046973 {#2812
      date: 2023-10-23 09:42:53.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "My language is not gendered, so yes, writers do have to work harder when they want to imply gender without explicitly mentioning the gender in their writing. But it also makes concealing a character’s gender easier to make it harder to guess the plot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698133647 {#2031
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Voltox@lemmy.ohaa.xyz"
    "@Zippit@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 68831
  -bodyTs: "'also':30 'charact':34 'conceal':32 'easier':37 'explicit':21 'gender':5,19,24,36 'guess':43 'harder':13,41 'impli':18 'languag':2 'make':31,39 'mention':22 'plot':45 'want':16 'without':20 'work':12 'write':27 'writer':8 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1233909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698133647 {#2036
    date: 2023-10-24 09:47:27.0 +02:00
  }
  +"title": 68831
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
107 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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2696 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: Proxies\__CG__\App\Entity\Image {#2811 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "I-bought-a-Surface-Pro-4-Update"
  +title: "I bought a Surface Pro 4 - Update"
  +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
  +body: """
    So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
    Opinions were…mixed.\n
    \n
    I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
    Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
    \n
    Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
    \n
    My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
    As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
    \n
    If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697798816 {#2806
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
      +image: null
      +parent: null
      +root: null
      +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697798816 {#2344
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SturgiesYrFase@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 90968
      -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1195535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697798816 {#2349
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +"title": 90968
    }
  ]
  -id: 9968
  -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
  -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697792561
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6746675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697779561 {#2788
    date: 2023-10-20 07:26:01.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
109 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2696 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: Proxies\__CG__\App\Entity\Image {#2811 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "I-bought-a-Surface-Pro-4-Update"
  +title: "I bought a Surface Pro 4 - Update"
  +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
  +body: """
    So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
    Opinions were…mixed.\n
    \n
    I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
    Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
    \n
    Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
    \n
    My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
    As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
    \n
    If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697798816 {#2806
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
      +image: null
      +parent: null
      +root: null
      +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697798816 {#2344
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SturgiesYrFase@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 90968
      -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1195535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697798816 {#2349
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +"title": 90968
    }
  ]
  -id: 9968
  -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
  -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697792561
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6746675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697779561 {#2788
    date: 2023-10-20 07:26:01.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
110 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2141
  +user: Proxies\__CG__\App\Entity\User {#2696 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: Proxies\__CG__\App\Entity\Image {#2811 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
  +slug: "I-bought-a-Surface-Pro-4-Update"
  +title: "I bought a Surface Pro 4 - Update"
  +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
  +body: """
    So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
    Opinions were…mixed.\n
    \n
    I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
    Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
    \n
    Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
    \n
    My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
    As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
    \n
    If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697798816 {#2806
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2816 …}
  +reports: Doctrine\ORM\PersistentCollection {#2818 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
  +badges: Doctrine\ORM\PersistentCollection {#2824 …}
  +children: [
    App\Entity\EntryComment {#2042
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2141 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
      +image: null
      +parent: null
      +root: null
      +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697798816 {#2344
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SturgiesYrFase@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 90968
      -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1195535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697798816 {#2349
        date: 2023-10-20 12:46:56.0 +02:00
      }
      +"title": 90968
    }
  ]
  -id: 9968
  -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
  -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697792561
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6746675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697779561 {#2788
    date: 2023-10-20 07:26:01.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
111 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
112 DENIED moderate
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2696 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
    +image: Proxies\__CG__\App\Entity\Image {#2811 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "I-bought-a-Surface-Pro-4-Update"
    +title: "I bought a Surface Pro 4 - Update"
    +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
    +body: """
      So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
      Opinions were…mixed.\n
      \n
      I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
      Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
      \n
      Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
      \n
      My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
      As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
      \n
      If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697798816 {#2806
      date: 2023-10-20 12:46:56.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 9968
    -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
    -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697792561
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6746675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697779561 {#2788
      date: 2023-10-20 07:26:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: null
  +parent: null
  +root: null
  +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697798816 {#2344
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SturgiesYrFase@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 90968
  -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1195535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697798816 {#2349
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +"title": 90968
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
113 DENIED edit
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2696 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
    +image: Proxies\__CG__\App\Entity\Image {#2811 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "I-bought-a-Surface-Pro-4-Update"
    +title: "I bought a Surface Pro 4 - Update"
    +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
    +body: """
      So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
      Opinions were…mixed.\n
      \n
      I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
      Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
      \n
      Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
      \n
      My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
      As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
      \n
      If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697798816 {#2806
      date: 2023-10-20 12:46:56.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 9968
    -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
    -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697792561
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6746675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697779561 {#2788
      date: 2023-10-20 07:26:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: null
  +parent: null
  +root: null
  +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697798816 {#2344
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SturgiesYrFase@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 90968
  -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1195535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697798816 {#2349
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +"title": 90968
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
114 DENIED moderate
App\Entity\EntryComment {#2042
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2141
    +user: Proxies\__CG__\App\Entity\User {#2696 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
    +image: Proxies\__CG__\App\Entity\Image {#2811 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2813 …}
    +slug: "I-bought-a-Surface-Pro-4-Update"
    +title: "I bought a Surface Pro 4 - Update"
    +url: "https://lemmy.ml/pictrs/image/8591e2f8-5c98-47a9-80c2-bc414a41d634.png"
    +body: """
      So I posted a few weeks ago asking for opinions on the Surface Pro 4, trying to decide if I should pick one up and slap Linux on it.  \n
      Opinions were…mixed.\n
      \n
      I got a decent deal on one, and that’s partly why it’s taken me so long to post an update. It was cheap because the previous buyer had returned it to the seller claiming that there were power issues. The seller said they hadn’t encountered said issues in the hour or so of testing they did, and I call fucking bullshit!  \n
      Once powered off or restarted it was taking up to 48hrs before it would grace me with booting up. And usable time ranged for 15mins to an hour before system lockup resulting in either a freeze until battery run out, or immediate system shutdown, and another 12-48hrs wait to power it up again. Obviously this is suboptimal.\n
      \n
      Part of the issue, possibly unsurprisingly, was windows and the stripped down BIOS. After turning off secure boot, turning off the “battery saver” mode(restricts charging to 50% of total capacity) and scrubbing windows off the drive like a crusty booger…things have improved. I’m still unable to restart the device, restart powers down, but no power up. Wait times to power up again went from probably 36hrs average to 2hrs average, and if I just don’t turn it off, the system is stable.\n
      \n
      My time with Nobara on the surface has been really enjoyable, everything is just stock, I’ve not wanted to muck around too much and get attached in case I can’t figure out the actual root cause of the power issues.  \n
      As such, not really much else to report other than Nobara running well, and pretty much everything running as well or better than when windows was installed. Touch functionality works slightly differently in Nobara than Windows, but that’s not really a bother for me.\n
      \n
      If any of you greybeard wizards has any ideas on what might be happening with the power cycle issues I’d appreciate some suggestions. I think it may be a battery issue, but I’m waiting on a hot air station to be able to open it up and have a proper look at it’s guts. Doesn’t seem to have anything to do with temps, that was my first thought but that didn’t pan out.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697798816 {#2806
      date: 2023-10-20 12:46:56.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2816 …}
    +reports: Doctrine\ORM\PersistentCollection {#2818 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2822 …}
    +badges: Doctrine\ORM\PersistentCollection {#2824 …}
    +children: [
      App\Entity\EntryComment {#2042}
    ]
    -id: 9968
    -titleTs: "'4':6 'bought':2 'pro':5 'surfac':4 'updat':7"
    -bodyTs: "'-48':144 '12':143 '15mins':121 '2hrs':227 '36hrs':224 '4':15 '48hrs':107 '50':183 'abl':372 'actual':277 'ago':7 'air':368 'anoth':142 'anyth':391 'appreci':350 'around':263 'ask':8 'attach':268 'averag':225,228 'batteri':134,177,359 'better':305 'bio':168 'booger':196 'boot':114,173 'bother':326 'bullshit':96 'buyer':61 'call':94 'capac':186 'case':270 'caus':279 'charg':181 'cheap':57 'claim':68 'crusti':195 'cycl':346 'd':349 'deal':37 'decent':36 'decid':18 'devic':207 'didn':403 'differ':315 'doesn':386 'drive':192 'either':130 'els':289 'encount':80 'enjoy':252 'everyth':253,300 'figur':274 'first':399 'freez':132 'fuck':95 'function':312 'get':267 'got':34 'grace':111 'greybeard':333 'gut':385 'hadn':78 'happen':342 'hot':367 'hour':85,124 'hrs':145 'idea':337 'immedi':138 'improv':199 'instal':310 'issu':73,82,159,283,347,360 'like':193 'linux':27 'lockup':127 'long':50 'look':381 'm':201,363 'may':356 'might':340 'mix':32 'mode':179 'much':265,288,299 'muck':262 'nobara':245,294,317 'obvious':152 'one':23,39 'open':374 'opinion':10,30 'pan':405 'part':43,156 'pick':22 'possibl':160 'post':3,52 'power':72,98,148,209,213,218,282,345 'pretti':298 'previous':60 'pro':14 'probabl':223 'proper':380 'rang':119 'realli':251,287,324 'report':291 'restart':101,205,208 'restrict':180 'result':128 'return':63 'root':278 'run':135,295,301 'said':76,81 'saver':178 'scrub':188 'secur':172 'seem':388 'seller':67,75 'shutdown':140 'slap':26 'slight':314 'stabl':241 'station':369 'still':202 'stock':256 'strip':166 'suboptim':155 'suggest':352 'surfac':13,248 'system':126,139,239 'take':104 'taken':47 'temp':395 'test':89 'thing':197 'think':354 'thought':400 'time':118,216,243 'total':185 'touch':311 'tri':16 'turn':170,174,235 'unabl':203 'unsurpris':161 'updat':54 'usabl':117 've':258 'wait':146,215,364 'want':260 'week':6 'well':296,303 'went':221 'window':163,189,308,319 'wizard':334 'work':313 'would':110"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697792561
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6746675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697779561 {#2788
      date: 2023-10-20 07:26:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2060 …}
  +image: null
  +parent: null
  +root: null
  +body: "Two hours to power on? Did I read this right? What happen during this long power up sequence? Is it stuck on POST, bootloader or kernel load?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697798816 {#2344
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SturgiesYrFase@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 90968
  -bodyTs: "'bootload':24 'happen':12 'hour':2 'kernel':26 'load':27 'long':15 'post':23 'power':4,16 'read':8 'right':10 'sequenc':18 'stuck':21 'two':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1195535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697798816 {#2349
    date: 2023-10-20 12:46:56.0 +02:00
  }
  +"title": 90968
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
115 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
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2129
  +user: Proxies\__CG__\App\Entity\User {#2520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
  +slug: "I-had-no-idea-that-you-could-download-movies-from"
  +title: "I had no idea that you could download movies from the 90ies from archive.org"
  +url: "https://jeena.net/notes/1395"
  +body: """
    I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
    \n
    That must be pirated, or not?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 362
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700281673 {#2780
    date: 2023-11-18 05:27:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2786 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2133
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2129 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1699104469 {#2140
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jeena@jemmy.jeena.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 89497
      -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1353417"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699104469 {#2130
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +"title": 89497
    }
  ]
  -id: 9275
  -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
  -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699090770
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/305658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699004370 {#2698
    date: 2023-11-03 10:39:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
117 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2129
  +user: Proxies\__CG__\App\Entity\User {#2520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
  +slug: "I-had-no-idea-that-you-could-download-movies-from"
  +title: "I had no idea that you could download movies from the 90ies from archive.org"
  +url: "https://jeena.net/notes/1395"
  +body: """
    I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
    \n
    That must be pirated, or not?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 362
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700281673 {#2780
    date: 2023-11-18 05:27:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2786 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2133
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2129 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1699104469 {#2140
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jeena@jemmy.jeena.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 89497
      -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1353417"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699104469 {#2130
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +"title": 89497
    }
  ]
  -id: 9275
  -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
  -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699090770
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/305658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699004370 {#2698
    date: 2023-11-03 10:39:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2129
  +user: Proxies\__CG__\App\Entity\User {#2520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
  +slug: "I-had-no-idea-that-you-could-download-movies-from"
  +title: "I had no idea that you could download movies from the 90ies from archive.org"
  +url: "https://jeena.net/notes/1395"
  +body: """
    I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
    \n
    That must be pirated, or not?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 362
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700281673 {#2780
    date: 2023-11-18 05:27:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2786 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2133
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2129 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1699104469 {#2140
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jeena@jemmy.jeena.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2131 …}
      +nested: Doctrine\ORM\PersistentCollection {#2138 …}
      +votes: Doctrine\ORM\PersistentCollection {#2345 …}
      +reports: Doctrine\ORM\PersistentCollection {#2330 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
      -id: 89497
      -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1353417"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699104469 {#2130
        date: 2023-11-04 14:27:49.0 +01:00
      }
      +"title": 89497
    }
  ]
  -id: 9275
  -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
  -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699090770
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/305658"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699004370 {#2698
    date: 2023-11-03 10:39:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
119 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
120 DENIED moderate
App\Entity\EntryComment {#2133
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2129
    +user: Proxies\__CG__\App\Entity\User {#2520 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
    +slug: "I-had-no-idea-that-you-could-download-movies-from"
    +title: "I had no idea that you could download movies from the 90ies from archive.org"
    +url: "https://jeena.net/notes/1395"
    +body: """
      I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
      \n
      That must be pirated, or not?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 362
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700281673 {#2780
      date: 2023-11-18 05:27:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2786 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2133}
    ]
    -id: 9275
    -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
    -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699090770
    +visibility: "visible             "
    +apId: "https://jemmy.jeena.net/post/305658"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699004370 {#2698
      date: 2023-11-03 10:39:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699104469 {#2140
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jeena@jemmy.jeena.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 89497
  -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1353417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699104469 {#2130
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +"title": 89497
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
121 DENIED edit
App\Entity\EntryComment {#2133
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2129
    +user: Proxies\__CG__\App\Entity\User {#2520 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
    +slug: "I-had-no-idea-that-you-could-download-movies-from"
    +title: "I had no idea that you could download movies from the 90ies from archive.org"
    +url: "https://jeena.net/notes/1395"
    +body: """
      I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
      \n
      That must be pirated, or not?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 362
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700281673 {#2780
      date: 2023-11-18 05:27:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2786 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2133}
    ]
    -id: 9275
    -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
    -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699090770
    +visibility: "visible             "
    +apId: "https://jemmy.jeena.net/post/305658"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699004370 {#2698
      date: 2023-11-03 10:39:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699104469 {#2140
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jeena@jemmy.jeena.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 89497
  -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1353417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699104469 {#2130
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +"title": 89497
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
122 DENIED moderate
App\Entity\EntryComment {#2133
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2129
    +user: Proxies\__CG__\App\Entity\User {#2520 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2785 …}
    +slug: "I-had-no-idea-that-you-could-download-movies-from"
    +title: "I had no idea that you could download movies from the 90ies from archive.org"
    +url: "https://jeena.net/notes/1395"
    +body: """
      I couldn’t find the Flintstones movie from 1994 anywhere but googling it I found it here [archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304) and you can either download it via torrent or directly. On top of it it says that the movie is CC0 which means Public Domain. But that can’t really be, it’s only 29 years old.\n
      \n
      That must be pirated, or not?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 362
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700281673 {#2780
      date: 2023-11-18 05:27:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2786 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2133}
    ]
    -id: 9275
    -titleTs: "'90ies':12 'archive.org':14 'could':7 'download':8 'idea':4 'movi':9"
    -bodyTs: "'/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':20 '1994':9 '29':55 'anywher':10 'archive.org':19 'archive.org/details/the-flintstones_202304](https://archive.org/details/the-flintstones_202304)':18 'cc0':41 'couldn':2 'direct':30 'domain':45 'download':25 'either':24 'find':4 'flintston':6 'found':15 'googl':12 'mean':43 'movi':7,39 'must':59 'old':57 'pirat':61 'public':44 'realli':50 'say':36 'top':32 'torrent':28 'via':27 'year':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699090770
    +visibility: "visible             "
    +apId: "https://jemmy.jeena.net/post/305658"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699004370 {#2698
      date: 2023-11-03 10:39:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "Any random internet users can create an account and upload stuff to the internet archive. Just be careful when you download softwares there."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699104469 {#2140
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jeena@jemmy.jeena.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2131 …}
  +nested: Doctrine\ORM\PersistentCollection {#2138 …}
  +votes: Doctrine\ORM\PersistentCollection {#2345 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 89497
  -bodyTs: "'account':8 'archiv':15 'care':18 'creat':6 'download':21 'internet':3,14 'random':2 'softwar':22 'stuff':11 'upload':10 'user':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1353417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699104469 {#2130
    date: 2023-11-04 14:27:49.0 +01:00
  }
  +"title": 89497
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
123 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
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2526 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: Proxies\__CG__\App\Entity\Image {#2720 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
  +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
  +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 248
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699306529 {#2101
    date: 2023-11-06 22:35:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2741 …}
  +votes: Doctrine\ORM\PersistentCollection {#2739 …}
  +reports: Doctrine\ORM\PersistentCollection {#2736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2783 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        US in that time period is pretty wild! They have:\n
        \n
        - restaurants where you dine in your parked car\n
        - movie theaters where you watch movies in your parked car\n
        - camping grounds where you sleep in your parked car\n
        \n
        What else do I miss? Was there any other popular activities done in parked cars?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1699330766 {#2324
        date: 2023-11-07 05:19:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@PugJesus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -id: 94662
      -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1371340"
      +editedAt: DateTimeImmutable @1699280511 {#2300
        date: 2023-11-06 15:21:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699259486 {#2334
        date: 2023-11-06 09:31:26.0 +01:00
      }
      +"title": 94662
    }
  ]
  -id: 10254
  -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699300038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7841301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699213638 {#2599
    date: 2023-11-05 20:47:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
125 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2526 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: Proxies\__CG__\App\Entity\Image {#2720 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
  +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
  +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 248
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699306529 {#2101
    date: 2023-11-06 22:35:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2741 …}
  +votes: Doctrine\ORM\PersistentCollection {#2739 …}
  +reports: Doctrine\ORM\PersistentCollection {#2736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2783 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        US in that time period is pretty wild! They have:\n
        \n
        - restaurants where you dine in your parked car\n
        - movie theaters where you watch movies in your parked car\n
        - camping grounds where you sleep in your parked car\n
        \n
        What else do I miss? Was there any other popular activities done in parked cars?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1699330766 {#2324
        date: 2023-11-07 05:19:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@PugJesus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -id: 94662
      -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1371340"
      +editedAt: DateTimeImmutable @1699280511 {#2300
        date: 2023-11-06 15:21:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699259486 {#2334
        date: 2023-11-06 09:31:26.0 +01:00
      }
      +"title": 94662
    }
  ]
  -id: 10254
  -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699300038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7841301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699213638 {#2599
    date: 2023-11-05 20:47:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2526 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: Proxies\__CG__\App\Entity\Image {#2720 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
  +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
  +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
  +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 248
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699306529 {#2101
    date: 2023-11-06 22:35:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2741 …}
  +votes: Doctrine\ORM\PersistentCollection {#2739 …}
  +reports: Doctrine\ORM\PersistentCollection {#2736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
  +badges: Doctrine\ORM\PersistentCollection {#2783 …}
  +children: [
    App\Entity\EntryComment {#2340
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        US in that time period is pretty wild! They have:\n
        \n
        - restaurants where you dine in your parked car\n
        - movie theaters where you watch movies in your parked car\n
        - camping grounds where you sleep in your parked car\n
        \n
        What else do I miss? Was there any other popular activities done in parked cars?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1699330766 {#2324
        date: 2023-11-07 05:19:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@PugJesus@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -id: 94662
      -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.institute/comment/1371340"
      +editedAt: DateTimeImmutable @1699280511 {#2300
        date: 2023-11-06 15:21:51.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699259486 {#2334
        date: 2023-11-06 09:31:26.0 +01:00
      }
      +"title": 94662
    }
  ]
  -id: 10254
  -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699300038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7841301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699213638 {#2599
    date: 2023-11-05 20:47:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
127 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
128 DENIED moderate
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2526 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
    +image: Proxies\__CG__\App\Entity\Image {#2720 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
    +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
    +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 248
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699306529 {#2101
      date: 2023-11-06 22:35:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2741 …}
    +votes: Doctrine\ORM\PersistentCollection {#2739 …}
    +reports: Doctrine\ORM\PersistentCollection {#2736 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2783 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 10254
    -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699300038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7841301"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699213638 {#2599
      date: 2023-11-05 20:47:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    US in that time period is pretty wild! They have:\n
    \n
    - restaurants where you dine in your parked car\n
    - movie theaters where you watch movies in your parked car\n
    - camping grounds where you sleep in your parked car\n
    \n
    What else do I miss? Was there any other popular activities done in parked cars?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1699330766 {#2324
    date: 2023-11-07 05:19:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -id: 94662
  -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1371340"
  +editedAt: DateTimeImmutable @1699280511 {#2300
    date: 2023-11-06 15:21:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699259486 {#2334
    date: 2023-11-06 09:31:26.0 +01:00
  }
  +"title": 94662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
129 DENIED edit
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2526 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
    +image: Proxies\__CG__\App\Entity\Image {#2720 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
    +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
    +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 248
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699306529 {#2101
      date: 2023-11-06 22:35:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2741 …}
    +votes: Doctrine\ORM\PersistentCollection {#2739 …}
    +reports: Doctrine\ORM\PersistentCollection {#2736 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2783 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 10254
    -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699300038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7841301"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699213638 {#2599
      date: 2023-11-05 20:47:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    US in that time period is pretty wild! They have:\n
    \n
    - restaurants where you dine in your parked car\n
    - movie theaters where you watch movies in your parked car\n
    - camping grounds where you sleep in your parked car\n
    \n
    What else do I miss? Was there any other popular activities done in parked cars?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1699330766 {#2324
    date: 2023-11-07 05:19:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -id: 94662
  -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1371340"
  +editedAt: DateTimeImmutable @1699280511 {#2300
    date: 2023-11-06 15:21:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699259486 {#2334
    date: 2023-11-06 09:31:26.0 +01:00
  }
  +"title": 94662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
130 DENIED moderate
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2526 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
    +image: Proxies\__CG__\App\Entity\Image {#2720 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2742 …}
    +slug: "Motormat-drive-in-restaurant-Los-Angeles-1949"
    +title: "'Motormat' drive-in restaurant, Los Angeles, 1949"
    +url: "https://lemmy.world/pictrs/image/54c757ac-f883-41d0-8980-63688fba126d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 38
    +favouriteCount: 248
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699306529 {#2101
      date: 2023-11-06 22:35:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2741 …}
    +votes: Doctrine\ORM\PersistentCollection {#2739 …}
    +reports: Doctrine\ORM\PersistentCollection {#2736 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2770 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2766 …}
    +badges: Doctrine\ORM\PersistentCollection {#2783 …}
    +children: [
      App\Entity\EntryComment {#2340}
    ]
    -id: 10254
    -titleTs: "'1949':8 'angel':7 'drive':3 'drive-in':2 'los':6 'motormat':1 'restaur':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699300038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7841301"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699213638 {#2599
      date: 2023-11-05 20:47:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    US in that time period is pretty wild! They have:\n
    \n
    - restaurants where you dine in your parked car\n
    - movie theaters where you watch movies in your parked car\n
    - camping grounds where you sleep in your parked car\n
    \n
    What else do I miss? Was there any other popular activities done in parked cars?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1699330766 {#2324
    date: 2023-11-07 05:19:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -id: 94662
  -bodyTs: "'activ':48 'camp':29 'car':18,28,37,52 'dine':14 'done':49 'els':39 'ground':30 'miss':42 'movi':19,24 'park':17,27,36,51 'period':5 'popular':47 'pretti':7 'restaur':11 'sleep':33 'theater':20 'time':4 'us':1 'watch':23 'wild':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.institute/comment/1371340"
  +editedAt: DateTimeImmutable @1699280511 {#2300
    date: 2023-11-06 15:21:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699259486 {#2334
    date: 2023-11-06 09:31:26.0 +01:00
  }
  +"title": 94662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
131 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
132 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