fabfdb

Windows Registry Editor Version 5.00

; MACHINE-LEVEL policies (A cannot edit these)
; Block everything by default
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\URLBlocklist]
"1"="*"

; Allow ONLY the specific resources we need
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\URLAllowlist]
; your custom GPT
"1"="https://chatgpt.com/g/g-68d0d10cc9108191a1aa900f8195034f-test*"

; core chatgpt domain assets (page relies on these)
"2"="https://chatgpt.com/*"

; static/CDN assets commonly used by ChatGPT UI
"3"="https://cdn.oaistatic.com/*"
"4"="https://*.oaistatic.com/*"
"5"="https://files.oaiusercontent.com/*"

; OPTIONAL (uncomment if login prompts fail—only if your child logs in)
; "6"="https://auth.openai.com/*"
; "7"="https://login.openai.com/*"
; "8"="https://*.intercom.io/*"
; "9"="https://*.sentry.io/*"