All standards

Community standard

Fairplay Standard

Active

by Fairplay (formerly CCFC)

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

6enforced rules
017age range
About this standard

What Fairplay Standard asks for.

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 standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

Fairplay Standard, mapped to the Phosra API.

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

Fairplay Standard

Adopt entire standard

Enforce all 6 rules from Fairplay Standard across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
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": "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 · 6

Every rule this standard turns on.

When adopted, these rules are automatically enforced across all connected platforms.

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
Ready to protect your family?

Adopt Fairplay Standard. Let Phosra enforce it.

Adopt Fairplay Standard and let Phosra enforce it across every device and platform automatically.