NovaBlockNovaBlock
All terms

Content Blocker

Apple's name for the sandboxed extension API on iOS Safari that returns blocking rules.

Updated 15 January 2026

On iOS and macOS Safari, Apple doesn't allow extensions to read or modify web requests directly. Instead, content blockers return a JSON ruleset, and Safari applies it natively. This is the same architectural idea Chrome later adopted with Manifest V3's declarativeNetRequest.

From a user's perspective, a Safari content blocker is just an app that adds ad-blocking rules; you enable it once in Safari settings and it works system-wide.

Related terms