Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 319 Bytes

thirdparties

A flat list of known third-party scripts or trackers and remediations.

Usage

const { trackers, find } = require("@socialgouv/thirdparties");

// list of known trackers
console.log(trackers);

// check if some URL found in our collection
console.log(find("https://path/to/some/script"));