Skip to content

Commit

Permalink
Fix Hygraph Privacy Policy and Terms of Service
Browse files Browse the repository at this point in the history
Fixes #1073, #1074

Replaces my previous contrib tool PR #1146

History valid until 2023-07-23T00:35:00Z as per original bot issue reports [ToS in #468][1], [PP in #498][2]

[1]: #468 (comment)
[2]: #498 (comment)
  • Loading branch information
Kissaki authored and clementbiron committed Feb 6, 2024
1 parent 365cb7f commit eeb31fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
16 changes: 16 additions & 0 deletions declarations/Hygraph.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Privacy Policy": [
{
"fetch": "https://graphcms.com/privacy",
"select": ".py-12 > .mx-auto",
"validUntil": "2023-07-23T00:35:00Z"
}
],
"Terms of Service": [
{
"fetch": "https://graphcms.com/terms",
"select": ".py-12 > .mx-auto",
"validUntil": "2023-07-23T00:35:00Z"
}
]
}
14 changes: 10 additions & 4 deletions declarations/Hygraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
"name": "Hygraph",
"documents": {
"Privacy Policy": {
"fetch": "https://graphcms.com/privacy",
"fetch": "https://hygraph.com/privacy",
"select": [
".py-12 > .mx-auto"
"main section"
],
"remove": [
"main section:last-child"
]
},
"Terms of Service": {
"fetch": "https://graphcms.com/terms",
"fetch": "https://hygraph.com/terms",
"select": [
".py-12 > .mx-auto"
"main section"
],
"remove": [
"main section:last-child"
]
}
}
Expand Down

0 comments on commit eeb31fd

Please sign in to comment.