Skip to content

Commit

Permalink
Update Pinterest pp & tos (#1495)
Browse files Browse the repository at this point in the history
* update pinterest pp & tos

* lint files

* Update validUntil

---------

Co-authored-by: Clément Biron <clement.biron@gmail.com>
  • Loading branch information
afisher3578 and clementbiron committed Jun 19, 2024
1 parent 05791bc commit c446f05
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions declarations/Pinterest.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Terms of Service": [
{
"fetch": "https://policy.pinterest.com/en/terms-of-service",
"select": "article",
"validUntil": "2024-05-23T00:41:06Z"
}
],
"Privacy Policy": [
{
"fetch": "https://policy.pinterest.com/en/privacy-policy",
"select": "article",
"validUntil": "2024-05-23T00:41:09Z"
}
]
}
4 changes: 2 additions & 2 deletions declarations/Pinterest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"documents": {
"Terms of Service": {
"fetch": "https://policy.pinterest.com/en/terms-of-service",
"select": "article"
"select": "main"
},
"Privacy Policy": {
"fetch": "https://policy.pinterest.com/en/privacy-policy",
"select": "article"
"select": "main"
}
}
}

0 comments on commit c446f05

Please sign in to comment.