Entry 001 · Foundations

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.

What Is Content Filtering?

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:

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.

See alsoHow the two platforms shaped the problem differently: Entry 002 — Filtering on Android and Entry 003 — Filtering on iPhone. For where the field is heading: Entry 005.
← All entries Entry 002: Filtering on Android →