All Movements

Protect Young Eyes

Active

Digital safety education with practical device-level protection recommendations.

1,876 families
198 schools
6 rules
Ages 317

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 Free

How 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.

POST /v1/enforcement/movements
bash
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_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/rules — DNS-level filtering
bash
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_safesearch

Forces safe search on all supported search engines.

POST /v1/rules — Safe search
bash
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_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — App age ratings
bash
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_activity

Enables parent-visible activity reports across platforms.

POST /v1/rules — Activity monitoring
bash
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_alerts

Enforces the monitoring alerts rule via the Phosra API.

POST /v1/rules — Safety alerts
bash
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_block

Enforces the web category block rule via the Phosra API.

POST /v1/rules — Category blocking
bash
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

educationdevice safetymonitoringweb filteringschools

Ready to protect your family?

Adopt Protect Young Eyes and let Phosra enforce it across every device and platform automatically.