Last updated: July 2026
ClayPath Video Guardrail is a browser extension that is a component of the ClayPath self-regulation app. This policy explains what the extension does with data. The short version: it collects nothing.
None. The extension does not collect, store, or transmit any personal information, browsing history, page content, or user activity. It has no analytics, no telemetry, and no third-party services.
The extension reads a single piece of configuration — a list of domains
on which video is permitted — supplied to it by the ClayPath app on the
user's own device through the browser's managed-policy mechanism
(chrome.storage.managed). Using that list, it adds a
Content-Security-Policy response header that prevents video from
playing, except on the permitted domains.
This is done with the browser's declarativeNetRequest API, which
applies rules inside the browser itself. As a result, the extension
never observes the pages you visit, their content, or your network
traffic. It cannot see your browsing.
Because no data is collected, none is shared, sold, or transferred to any party. The extension makes no network requests of its own.
Questions about this policy can be sent to the developer contact email listed on the extension's Chrome Web Store page.