Add module to fetch data (via a proxy) from the website with jsonld

This commit is contained in:
Pieter Vander Vennet 2024-02-26 02:24:46 +01:00
parent 1b06eee15b
commit 352414b29d
17 changed files with 388 additions and 351 deletions

View file

@ -41,6 +41,11 @@ export default class UrlValidator extends Validator {
"AdGroup",
"TargetId",
"msclkid",
"pk_source",
"pk_medium",
"pk_campaign",
"pk_content",
"pk_kwd"
]
for (const dontLike of blacklistedTrackingParams) {
url.searchParams.delete(dontLike.toLowerCase())