What Is Content Filtering?
Content filtering is the discipline of deciding what a screen may show — and enforcing that decision reliably. Everything else in this encyclopedia is a footnote to how hard those two clauses turn out to be.

The definition, unpacked
Every filtering system ever built answers three questions. What is being judged? — an address, a page, or the content itself. Who sets the rule? — a family, an institution, a company, or a standard. What makes the answer stick? — willpower, an app, a network, or the device itself. The forty-year history of the field (Entry 004) is essentially the story of better and better answers to these three questions.
Judging the address vs. judging the screen
The oldest and still most common approach judges addresses: a list of website names, each marked allowed or blocked. Address-judging is fast and cheap, and for whole categories of the internet it is perfectly adequate — a site whose entire purpose is objectionable can simply be named and shut.
Its limit is structural: an address says nothing about what the page actually shows today. The modern web is dynamic — search results, user uploads, comment sections, image feeds — and a clean address can serve unclean content a minute later. The frontier of the field is therefore content-level judgment: systems that evaluate the pictures, video, and text actually being rendered, wherever they appear.
An address tells you where the visitor went.
Only the screen tells you what they saw.
The enforcement problem
A perfect judgment engine with weak enforcement protects no one — and enforcement, not judgment, is where most family filtering historically failed. The field has produced four broad enforcement postures, each with a known failure mode:
- Willpower postures — accountability reports, honor systems. Valuable socially; structurally, not enforcement at all.
- App postures — software installed alongside other apps. Fails because the guard is a peer of the guarded: removable, updatable-around, left behind on the next device.
- Network postures — filtering at the router or provider. Fails the moment the device changes networks, which a phone does dozens of times a day.
- Device postures — protection woven into the device's own life, surviving resets, travel, and determined hands. The strongest known posture; also the hardest to build. This is the "seal" in modern usage (Entry 006).
Who sets the rule
The quieter question turns out to be the deep one. Rules set per-family invite per-family negotiation — every exception weakens the next home's resolve, and every "level" turns protection into a bargaining table. Rules set as a universal standard — written once, held identically for everyone — remove the negotiation entirely. The sociology here is counterintuitive but well-observed: the less personal the rule, the less it is resented, and the better it holds.