Skip to content

Commit

Permalink
fix happn declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
afisher3578 committed Jan 8, 2025
1 parent 964722d commit 173a44c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions declarations/happn.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"Privacy Policy": [
{
"fetch": "https://www.happn.com/en/privacy/",
"select": [
".split__content"
],
"validUntil": "2023-10-18T15:02:22Z"
}
],
"Terms of Service": [
{
"fetch": "https://www.happn.com/en/terms/",
"select": [
".split__content"
],
"filter": [
"replaceEmailProtection"
],
"validUntil": "2023-10-18T15:02:28Z"
}
],
"Trackers Policy": [
{
"fetch": "https://www.happn.com/en/cookies/",
"select": [
".split__content"
],
"validUntil": "2023-10-18T15:02:25Z"
}
]
}
12 changes: 6 additions & 6 deletions declarations/happn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "happn",
"documents": {
"Terms of Service": {
"fetch": "https://www.happn.com/en/terms/",
"fetch": "https://support.happn.fr/hc/en-us/p/terms",
"select": [
".split__content"
"main"
],
"filter": [
"replaceEmailProtection"
]
},
"Privacy Policy": {
"fetch": "https://www.happn.com/en/privacy/",
"fetch": "https://support.happn.fr/hc/en-us/p/privacy",
"select": [
".split__content"
"main"
]
},
"Trackers Policy": {
"fetch": "https://www.happn.com/en/cookies/",
"fetch": "https://support.happn.fr/hc/en-us/p/cookies",
"select": [
".split__content"
"main"
]
}
}
Expand Down

0 comments on commit 173a44c

Please sign in to comment.