Skip to content

Commit

Permalink
Update AdSupply declarations (#3469)
Browse files Browse the repository at this point in the history
update AdSupply declarations
  • Loading branch information
afisher3578 authored Oct 21, 2024
1 parent da70dc6 commit 335e469
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions declarations/AdSupply.history.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
6 changes: 3 additions & 3 deletions declarations/AdSupply.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down

0 comments on commit 335e469

Please sign in to comment.