Protect Young Eyes
ActiveDigital safety education with practical device-level protection recommendations.
What Protect Young Eyes asks for.
Protect Young Eyes provides families and schools with actionable digital safety education, including app reviews, device setup guides, and age-based technology roadmaps. Founded by Chris McKenna, they have presented to over 500,000 parents and 300,000 students. Their standard translates their device safety recommendations into enforceable rules — from web filtering and safe search to app restrictions and monitoring.
Adopt this standard
Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Protect Young Eyes, mapped to the Phosra API.
Enforce Protect Young Eyes rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.
Protect Young Eyes
Adopt entire standard
Enforce all 6 rules from Protect Young Eyes across every connected platform with a single API call.
curl -X POST https://api.phosra.com/v1/enforcement/standards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"standard_id": "protect-young-eyes",
"enforce_all_rules": true
}'
DNS-level filtering
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "web_filter_level",
"value": "Strict",
"platforms": [
"*"
]
}'
Safe search
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "web_safesearch",
"value": "Locked on all engines",
"platforms": [
"*"
]
}'
App age ratings
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "content_rating",
"value": "Enforced",
"platforms": [
"*"
]
}'
Activity monitoring
Activity Monitoring
monitoring_activityEnables parent-visible activity reports across platforms.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "monitoring_activity",
"value": "Weekly reports",
"platforms": [
"*"
]
}'
Safety alerts
Monitoring Alerts
monitoring_alertsEnforces the monitoring alerts rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "monitoring_alerts",
"value": "Predatory contact, sexting",
"platforms": [
"*"
]
}'
Category blocking
Web Category Block
web_category_blockEnforces the web category block rule via the Phosra API.
curl -X POST https://api.phosra.com/v1/rules \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"rule_category": "web_category_block",
"value": "Adult, gambling, drugs",
"platforms": [
"*"
]
}'
Every rule this standard turns on.
When adopted, these rules are automatically enforced across all connected platforms.
DNS-level filtering
Strict
Safe search
Locked on all engines
App age ratings
Enforced
Activity monitoring
Weekly reports
Safety alerts
Predatory contact, sexting
Category blocking
Adult, gambling, drugs
Adopt Protect Young Eyes. Let Phosra enforce it.
Adopt Protect Young Eyes and let Phosra enforce it across every device and platform automatically.