diff --git a/declarations/AdSupply.history.json b/declarations/AdSupply.history.json new file mode 100644 index 00000000..dad28826 --- /dev/null +++ b/declarations/AdSupply.history.json @@ -0,0 +1,29 @@ +{ + "Privacy Policy": [ + { + "fetch": "https://www.adsupply.com/privacy-policy/", + "select": [ + ".entry-content" + ], + "validUntil": "2023-10-18T14:45:26Z" + } + ], + "Terms of Service": [ + { + "fetch": "https://www.adsupply.com/advertiser-publisher-terms/", + "select": [ + ".entry-content" + ], + "validUntil": "2023-10-18T14:45:23Z" + } + ], + "Trackers Policy": [ + { + "fetch": "https://www.adsupply.com/cookie-policy/", + "select": [ + ".entry-content" + ], + "validUntil": "2023-10-18T14:45:29Z" + } + ] +} \ No newline at end of file diff --git a/declarations/AdSupply.json b/declarations/AdSupply.json index 7732faac..80edbe9b 100644 --- a/declarations/AdSupply.json +++ b/declarations/AdSupply.json @@ -4,19 +4,19 @@ "Terms of Service": { "fetch": "https://www.adsupply.com/advertiser-publisher-terms/", "select": [ - ".entry-content" + "main" ] }, "Privacy Policy": { "fetch": "https://www.adsupply.com/privacy-policy/", "select": [ - ".entry-content" + "main" ] }, "Trackers Policy": { "fetch": "https://www.adsupply.com/cookie-policy/", "select": [ - ".entry-content" + "main" ] } }