Protect Young Eyes
ActiveDigital safety education with practical device-level protection recommendations.
What Protect Young Eyes protects
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 movement
Add this movement to your child's profile. Phosra automatically enforces every rule across each connected platform.
Get started free→Protect Young Eyes rules, mapped to the Phosra API.
Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.
Protect Young Eyes
Adopt entire movement
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/movements \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"movement_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, enforced on adoption.
When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.
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
Ready to protect your family?
Adopt Protect Young Eyes and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.