René's URL Explorer Experiment


Title: feat(auth): org IP allowlisting — member network restrictions by waleedlatif1 · Pull Request #5872 · simstudioai/sim · GitHub

Open Graph Title: feat(auth): org IP allowlisting — member network restrictions by waleedlatif1 · Pull Request #5872 · simstudioai/sim

X Title: feat(auth): org IP allowlisting — member network restrictions by waleedlatif1 · Pull Request #5872 · simstudioai/sim

Description: Summary New enterprise org setting: IP access (org plane, security group) — an enable toggle + allowlist of IPv4/IPv6 addresses or CIDR ranges (optional # label per entry, up to 200). When enabled, org members can only sign in and use Sim from allowed addresses. Enforced at the getSession chokepoint so every session-authenticated route and layout re-checks the policy (not just hybrid-auth routes) — a denied member resolves as signed out. Also enforced at session establishment (sign-in hook), the API-key auth path (checkHybridAuth), and the realtime Socket.IO handshake. Exempt (intentional, documented): deployed chats, public form shares, webhooks, scheduled executions — outward-facing product surfaces that authenticate by their own means; internal-JWT/webhook-signature paths never hit the check. Save-time lockout guard: enabling a list that excludes the caller's own trusted IP is rejected; enabling with an empty list is rejected (contract superRefine). The settings page shows the caller's current IP. Fail-closed: when a policy is active but no trustworthy client IP can be derived (multi-hop proxy chain without AUTH_TRUSTED_PROXIES), access is denied. DISABLE_ORG_IP_ALLOWLIST is the break-glass (read at call time, no restart needed). Denial audit events (organization.ip_access.denied, throttled per-member) plus the policy-change event, so security teams see who's blocked and from where. Trusted-proxy IP resolution reuses better-auth's hardened resolver (from PR #5857) with AUTH_TRUSTED_PROXIES; shared parseTrustedProxies/buildIpResolutionOptions helpers replace three duplicated parse blocks. Migration 0267: additive organization.network_policy_settings json column. Reuses securityPolicyVersion (from #5862) so policy changes invalidate cached session cookies org-wide within ~60s. Pure, dependency-free IP/CIDR matcher in @sim/platform-authz/network (43 tests), shared by the app, the realtime server, and the contract validator (client-bundle-safe — no node:net). Industry validation Design cross-checked against 12 platforms' live admin docs (GitHub Enterprise, Datadog, Atlassian, Salesforce, Okta, Google Workspace, Notion, Figma, Slack, Workato, Zapier, Retool). Our core (enterprise-gated, IPv4/IPv6/CIDR, continuous enforcement incl. API keys, product-outward exemptions, hard save-time lockout guard, fail-closed + break-glass) matches or exceeds the mature implementations; Zapier and Retool Cloud don't offer this natively at all. The two gaps every mature impl has — per-entry labels and denial audit events — are both implemented here. Type of Change New feature Testing 43 matcher tests (IPv4/IPv6/CIDR/labels/malformed/IPv4-mapped/family-scoping), 8 route tests (authz, malformed CIDR, lockout guard, unresolvable-IP fail-closed, disable-skips-guard), audit-mock sync 738 app tests + platform-authz + audit suites green; typecheck, lint, check:api-validation, check:migrations, check:utils all pass /simplify (research + 4 angles) and /cleanup (8 passes) applied — see commits Not yet live-tested — staging verification: enable a policy from an allowed IP → off-network member blocked within ~60s; realtime connect blocked; lockout guard rejects self-exclusion; break-glass env restores access Checklist Code follows project style guidelines Self-reviewed my changes Tests added/updated and passing No new warnings introduced I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Open Graph Description: Summary New enterprise org setting: IP access (org plane, security group) — an enable toggle + allowlist of IPv4/IPv6 addresses or CIDR ranges (optional # label per entry, up to 200). When enabled...

X Description: Summary New enterprise org setting: IP access (org plane, security group) — an enable toggle + allowlist of IPv4/IPv6 addresses or CIDR ranges (optional # label per entry, up to 200). When enabled...

Opengraph URL: https://github.com/simstudioai/sim/pull/5872

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f34a01e1-740b-08db-132c-0b09efa69ece
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD86A:12DFF0:24E965A:32E453C:6A631B1C
html-safe-noncefc12d52dce11fda8d7dd7e1d233498e88526b71255cb3e826d875048a17a336d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEODZBOjEyREZGMDoyNEU5NjVBOjMyRTQ1M0M6NkE2MzFCMUMiLCJ2aXNpdG9yX2lkIjoiNTg2MDA0OTI2NTg2ODYxMDMzMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac77e8d86aa6e94d540413e946d73cd7449f536f0dad629472b2715100e4fea0de
hovercard-subject-tagpull_request:4112674797
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/simstudioai/sim/pull/5872/files
twitter:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
og:image:altSummary New enterprise org setting: IP access (org plane, security group) — an enable toggle + allowlist of IPv4/IPv6 addresses or CIDR ranges (optional # label per entry, up to 200). When enabled...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None1a6c056e02f174fffc096c521ec0ff6fb83e40a2ec8cb8875466ec1524872dd6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/simstudioai/sim git https://github.com/simstudioai/sim.git
octolytics-dimension-user_id199344406
octolytics-dimension-user_loginsimstudioai
octolytics-dimension-repository_id912559512
octolytics-dimension-repository_nwosimstudioai/sim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id912559512
octolytics-dimension-repository_network_root_nwosimstudioai/sim
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6a93e25585f487ddff9e3996c06d5b869d6e1828
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/simstudioai/sim/pull/5872/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim%2Fpull%2F5872%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim%2Fpull%2F5872%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=simstudioai%2Fsim
Reloadhttps://github.com/simstudioai/sim/pull/5872/files
Reloadhttps://github.com/simstudioai/sim/pull/5872/files
Reloadhttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
simstudioai https://github.com/simstudioai
simhttps://github.com/simstudioai/sim
Notifications https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Fork 3.7k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Star 29.2k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Code https://github.com/simstudioai/sim
Issues 111 https://github.com/simstudioai/sim/issues
Pull requests 119 https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality 0 https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Code https://github.com/simstudioai/sim
Issues https://github.com/simstudioai/sim/issues
Pull requests https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
waleedlatif1https://github.com/waleedlatif1
staginghttps://github.com/simstudioai/sim/tree/staging
feat/org-ip-allowlisthttps://github.com/simstudioai/sim/tree/feat/org-ip-allowlist
Conversation 47 https://github.com/simstudioai/sim/pull/5872
Commits 9 https://github.com/simstudioai/sim/pull/5872/commits
Checks 20 https://github.com/simstudioai/sim/pull/5872/checks
Files changed https://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
feat(auth): org IP allowlisting — member network restrictions https://github.com/simstudioai/sim/pull/5872/files#top
Show all changes 9 commits https://github.com/simstudioai/sim/pull/5872/files
91e2e4d feat(auth): org IP allowlisting — member network restrictions across … waleedlatif1 Jul 22, 2026 https://github.com/simstudioai/sim/pull/5872/commits/91e2e4dcc69bddabafc0f6fb1861dbeaf9c7080b
ad8211b improvement(network-policy): getSession chokepoint enforcement, per-e… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/ad8211b29eb37e9b33f2cc0d683ab2b01c16fbf1
b50f238 polish(network-policy): fix orphaned TSDoc, trim narration comments, … waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/b50f23813623267ccf8d7f313be0320d4ec49447
bad68ac fix(network-policy): enforce on v1 API path, isTruthy break-glass, ma… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/bad68acc9d095dd93288f480ae697cb22f906716
83ba26e fix(network-policy): enforce at customSession get-session chokepoint … waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/83ba26ea5b0c057741466e24e6a98a837211dc98
2ca9a67 fix(network-policy): gate socket-token minting via enforcing getSessi… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/2ca9a67aaec46ff0fb28c65f1e87cbd9c39f2ed4
a989e3b fix(network): canonicalize IPv4-mapped IPv6 on numeric value so all t… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/a989e3ba308b349e17eab3ee0cc30efd2fd65151
a073439 fix(realtime): bound socket denial-audit throttle map to match app-si… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/a073439d6b892b43fcdc1b42411d211ac9e7de82
88c0b15 fix(network): resolve IPv6 at /128 for allowlist matching (was masked… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5872/commits/88c0b158af6ffc5af61d47488fff5d872067f809
Clear filters https://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
ip-access.mdx https://github.com/simstudioai/sim/pull/5872/files#diff-1f935abde7b58553cc3e135d6ee9a0845bb57cbe79f9dc9cff81ddce8ed401ab
meta.json https://github.com/simstudioai/sim/pull/5872/files#diff-996b06d2f12c039789754d691ec2e17ddea776a87f3bea9e191f3d59a47220e4
auth.ts https://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
network-policy.ts https://github.com/simstudioai/sim/pull/5872/files#diff-dafa40e6119acd69ceacea0f785d71e6a81ff04873a9422be2b2b91d248ce912
route.ts https://github.com/simstudioai/sim/pull/5872/files#diff-8ab719a520d517b3462a1e6b16be7389771da876df414da0f348355357aae974
route.test.ts https://github.com/simstudioai/sim/pull/5872/files#diff-3209100297ca60749eda36638e4b1c0ee4cfc5316b7370c195ca4bb1a451b036
route.ts https://github.com/simstudioai/sim/pull/5872/files#diff-abb3b753dde40f9f8be796ec426be98a86810cb306e69c1b8a8db714d50063c7
auth.ts https://github.com/simstudioai/sim/pull/5872/files#diff-9da18269fd8b12862531cbe9c284ac19ace7838be677cda04fa7b4fe4523906a
settings.tsx https://github.com/simstudioai/sim/pull/5872/files#diff-a82a043ca7a7736b97bf6a5385a54339c186c7a782a1bd4d3e61c87c6ac2975d
navigation.test.ts https://github.com/simstudioai/sim/pull/5872/files#diff-4e76e2b7b0672536b8ca63b35adbfa378d8dc181b46da8b982bf6a117af68258
navigation.test.ts https://github.com/simstudioai/sim/pull/5872/files#diff-62686a474bf0fd1ca1f7d5ad4b2652b3a9dcdedc6e9a128f8fad75b1315f4ae3
navigation.ts https://github.com/simstudioai/sim/pull/5872/files#diff-a7b9aa7de628a7c413599eb668d16b706165d104e5913308c2ef6f9253e3f272
organization-settings-renderer.tsx https://github.com/simstudioai/sim/pull/5872/files#diff-399c8521a117f8f0f2fe5d72825ad452bda6c9bd3cb936adbd0e6f59d345b76a
network-policy-settings.tsx https://github.com/simstudioai/sim/pull/5872/files#diff-e7b7f8d2221dc21fc9c5e151bd74a19f82ea256b0dfa41b58e95510ecdc21f27
network-policy.ts https://github.com/simstudioai/sim/pull/5872/files#diff-ac1d3916bc5c874db22ad08563fda056914d17914df916c8c39c514a3dbf319d
organization.ts https://github.com/simstudioai/sim/pull/5872/files#diff-589c92452da41752ecc4e89e1da6948c485eb8dbf0da7b924126e46eb18f08bc
auth.ts https://github.com/simstudioai/sim/pull/5872/files#diff-1196450729bfda994f3823921eacd28e3200408dbb562d8481108db9abe4a0e2
hybrid.ts https://github.com/simstudioai/sim/pull/5872/files#diff-7ffcb73ac93024d9bf0116fd7275bfb537b8ecd4f51c030014b7a1590b1afc16
network-policy-resolution.test.ts https://github.com/simstudioai/sim/pull/5872/files#diff-459295d2ba63c6add5780bd167a7c17eaca422afb02a70b2ceb2d9559c034b9f
network-policy.ts https://github.com/simstudioai/sim/pull/5872/files#diff-5aba356b70170d739935baa4f1554403c8ae332c5b3fafa3133600a637239e9e
env.ts https://github.com/simstudioai/sim/pull/5872/files#diff-7db3fc610ff89cf819c4eb69b43ec37ae18530e1861f6c322faeb62f8f48f298
types.ts https://github.com/simstudioai/sim/pull/5872/files#diff-0c4c4527875ffe443d3b9bc35837c1dfb53d8918c2751deafbc08896fd8d5731
0266_org_network_policy.sql https://github.com/simstudioai/sim/pull/5872/files#diff-84afd6ea03fbd192de4579cd136dc52c871a9b02c7188bd483a5ec20eab57357
0266_snapshot.json https://github.com/simstudioai/sim/pull/5872/files#diff-fefb46440046ff6732f1bbaeb614a8f11aeb2efbc4bc65a1ca86627d8aae7de9
_journal.json https://github.com/simstudioai/sim/pull/5872/files#diff-37150cc65ad16ee6fbc5fa318fc096be7730e16d63eaf863e3df5521b7030649
schema.ts https://github.com/simstudioai/sim/pull/5872/files#diff-9a959e2ce3cb4c86957bbae021d06eae364f7b0cb18964f5873bab53220af928
package.json https://github.com/simstudioai/sim/pull/5872/files#diff-211a9368220560f569e47c490481bd2612a86e7efe8af72363d66984b5c4fde5
network.test.ts https://github.com/simstudioai/sim/pull/5872/files#diff-65624797d676b6d0e843879153be63c7d47a33ba081a4ff0644d1eee0e4ed3c5
network.ts https://github.com/simstudioai/sim/pull/5872/files#diff-1c9198e19edad4cfda71737d14d993f110fcd8e786e247b7fff2b3b5fe361676
audit.mock.ts https://github.com/simstudioai/sim/pull/5872/files#diff-ddbf3f281bccb1e55eb3765c29403087addedc24fb5f99c437c69a9a412c1e91
check-api-validation-contracts.ts https://github.com/simstudioai/sim/pull/5872/files#diff-48ae6a4d0c1f820d5b644522d25742bb29af758bc8350f1a3cf3f8afa0bd00b0
apps/docs/content/docs/en/platform/enterprise/ip-access.mdxhttps://github.com/simstudioai/sim/pull/5872/files#diff-1f935abde7b58553cc3e135d6ee9a0845bb57cbe79f9dc9cff81ddce8ed401ab
View file https://github.com/simstudioai/sim/blob/88c0b158af6ffc5af61d47488fff5d872067f809/apps/docs/content/docs/en/platform/enterprise/ip-access.mdx
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5872/{{ revealButtonHref }}
apps/docs/content/docs/en/platform/enterprise/meta.jsonhttps://github.com/simstudioai/sim/pull/5872/files#diff-996b06d2f12c039789754d691ec2e17ddea776a87f3bea9e191f3d59a47220e4
View file https://github.com/simstudioai/sim/blob/88c0b158af6ffc5af61d47488fff5d872067f809/apps/docs/content/docs/en/platform/enterprise/meta.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5872/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5872/files#diff-996b06d2f12c039789754d691ec2e17ddea776a87f3bea9e191f3d59a47220e4
https://github.com/simstudioai/sim/pull/5872/files#diff-996b06d2f12c039789754d691ec2e17ddea776a87f3bea9e191f3d59a47220e4
apps/realtime/src/middleware/auth.tshttps://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
View file https://github.com/simstudioai/sim/blob/88c0b158af6ffc5af61d47488fff5d872067f809/apps/realtime/src/middleware/auth.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5872/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
https://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
https://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
https://github.com/simstudioai/sim/pull/5872/files#diff-d1964ce80cbbe0b2a556793675b53f06700bee97976d514aefe94cb3e0586e66
apps/realtime/src/middleware/network-policy.tshttps://github.com/simstudioai/sim/pull/5872/files#diff-dafa40e6119acd69ceacea0f785d71e6a81ff04873a9422be2b2b91d248ce912
View file https://github.com/simstudioai/sim/blob/88c0b158af6ffc5af61d47488fff5d872067f809/apps/realtime/src/middleware/network-policy.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5872/{{ revealButtonHref }}
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
apps/sim/app/api/auth/socket-token/route.tshttps://github.com/simstudioai/sim/pull/5872/files#diff-8ab719a520d517b3462a1e6b16be7389771da876df414da0f348355357aae974
View file https://github.com/simstudioai/sim/blob/88c0b158af6ffc5af61d47488fff5d872067f809/apps/sim/app/api/auth/socket-token/route.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5872/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5872/files#diff-8ab719a520d517b3462a1e6b16be7389771da876df414da0f348355357aae974
https://github.com/simstudioai/sim/pull/5872/files#diff-8ab719a520d517b3462a1e6b16be7389771da876df414da0f348355357aae974
https://github.com/simstudioai/sim/pull/5872/files#diff-8ab719a520d517b3462a1e6b16be7389771da876df414da0f348355357aae974
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5872/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.