Protect Young Eyes
ActiveDigital safety education with practical device-level protection recommendations.
About this movement
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 will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces Protect Young Eyes
Protect Young Eyes rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
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": [
"*"
]
}'
Included rules
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
Ready to protect your family?
Adopt Protect Young Eyes and let Phosra enforce it across every device and platform automatically.