In the docs it is stated that a publisher should add a vendorDeleteScript for each vendor:
// Add all Vendor scripts; this is just an array of string sources
vendorDeleteScriptSources.forEach((vendorDeleteScriptSource) => {
However, in the lspa.json there are only opt out URL's, no vendorDeleteSource that ends on ddr.js, as in the example.
I've also tried each domain, with ddr.js, or privacy/ddr.js. But the ones I tried do not have this file there. Where can we find a list of ddr.js sources to implement this?