All movements

Fairplay Standard

Active

by Fairplay (formerly CCFC)

Protecting children from manipulative design, exploitative marketing, and commercial surveillance.

6rules0–17ages
About this movement

What Fairplay Standard protects

Fairplay (formerly the Campaign for a Commercial-Free Childhood) has been at the forefront of child protection advocacy for over 25 years, winning landmark victories against companies like Facebook and Google. Their standard focuses on shielding children from manipulative design patterns, targeted advertising, and commercial data exploitation. With Phosra, families can enforce these protections at the platform level — blocking targeted ads, disabling addictive design features, and restricting data collection across every connected service.

Adopt this movement

Add this movement to your child's profile. Phosra automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

Fairplay Standard 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.

Fairplay Standard

Adopt entire movement

Enforce all 6 rules from Fairplay Standard 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": "fairplay-commercial-free",
    "enforce_all_rules": true
  }'

Block targeted ads

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules — Block targeted ads
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": "targeted_ad_block",
      "value": "All platforms",
      "platforms": [
          "*"
      ]
  }'

Disable addictive design

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Disable addictive design
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": "addictive_design_control",
      "value": "Autoplay, infinite scroll off",
      "platforms": [
          "*"
      ]
  }'

No commercial data use

Commercial Data Ban

commercial_data_ban

Enforces the commercial data ban rule via the Phosra API.

POST /v1/rules — No commercial data use
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": "commercial_data_ban",
      "value": "Block data sharing",
      "platforms": [
          "*"
      ]
  }'

Data minimization

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Data minimization
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": "privacy_data_sharing",
      "value": "Strict",
      "platforms": [
          "*"
      ]
  }'

Block in-app purchases

Purchase Block Iap

purchase_block_iap

Enforces the purchase block iap rule via the Phosra API.

POST /v1/rules — Block in-app purchases
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": "purchase_block_iap",
      "value": "No loot boxes or IAP",
      "platforms": [
          "*"
      ]
  }'

No algorithmic feeds

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — No algorithmic feeds
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": "algo_feed_control",
      "value": "Chronological or disabled",
      "platforms": [
          "*"
      ]
  }'
Included rules

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

Block targeted ads

All platforms

Disable addictive design

Autoplay, infinite scroll off

No commercial data use

Block data sharing

Data minimization

Strict

Block in-app purchases

No loot boxes or IAP

No algorithmic feeds

Chronological or disabled

advertisingprivacycommercial freeadvocacymanipulative design
Make the pledge real

Ready to protect your family?

Adopt Fairplay Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.