@socialgouv/thirdparties
v1.0.3
Published
Collection of identified third-party web trackers
Downloads
2,973
Readme
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"));