Skip to content

Commit

Permalink
Update Waze URLs and selectors (#1259)
Browse files Browse the repository at this point in the history
* update Waze URLs and selectors

* remove extra text block in trackers policy

Co-authored-by: Clément Biron <[email protected]>

* remove extra text block in cc policy

Co-authored-by: Clément Biron <[email protected]>

* Lint

* Update terms of service

* Improve selectors

* Force english language

---------

Co-authored-by: Clément Biron <[email protected]>
  • Loading branch information
afisher3578 and clementbiron authored May 23, 2024
1 parent 4190128 commit 764dce9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 10 deletions.
38 changes: 38 additions & 0 deletions declarations/Waze.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
".article-survey-container"
],
"validUntil": "2023-01-22T18:44:13Z"
},
{
"fetch": "https://support.google.com/waze/answer/12140670",
"select": [
".page"
],
"remove": [
".article-survey-container"
],
"validUntil": "2023-10-18T15:11:46Z"
},
{
"fetch": "https://support.google.com/waze/answer/12373727",
"select": [
".page"
],
"remove": [
".article-survey-container"
],
"validUntil": "2024-02-29T00:45:04Z"
}
],
"Privacy Policy": [
Expand All @@ -26,5 +46,23 @@
],
"validUntil": "2023-01-22T18:44:16Z"
}
],
"Copyright Claims Policy": [
{
"fetch": "https://www.waze.com/en/legal/copyright",
"select": [
".col-md-9"
],
"validUntil": "2023-10-18T15:11:46Z"
}
],
"Trackers Policy": [
{
"fetch": "https://www.waze.com/en/legal/cookies",
"select": [
".col-md-9"
],
"validUntil": "2023-10-18T15:11:46Z"
}
]
}
26 changes: 16 additions & 10 deletions declarations/Waze.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,39 @@
"name": "Waze",
"documents": {
"Terms of Service": {
"fetch": "https://support.google.com/waze/answer/12140670",
"fetch": "https://support.google.com/waze/answer/12140670?hl=en",
"select": [
".page"
".article-container"
],
"remove": [
".article-survey-container"
".scClientFeedbackInlineFeedbacklinkroot"
]
},
"Privacy Policy": {
"fetch": "https://support.google.com/waze/answer/12075406",
"fetch": "https://support.google.com/waze/answer/12075406?hl=en",
"select": [
".page"
".article-container"
],
"remove": [
".article-survey-container"
".scClientFeedbackInlineFeedbacklinkroot"
]
},
"Trackers Policy": {
"fetch": "https://www.waze.com/en/legal/cookies",
"fetch": "https://support.google.com/waze/answer/12075407?hl=en",
"select": [
".col-md-9"
".article-container"
],
"remove": [
".scClientFeedbackInlineFeedbacklinkroot"
]
},
"Copyright Claims Policy": {
"fetch": "https://www.waze.com/en/legal/copyright",
"fetch": "https://support.google.com/waze/answer/12075342?hl=en",
"select": [
".col-md-9"
".article-container"
],
"remove": [
".scClientFeedbackInlineFeedbacklinkroot"
]
}
}
Expand Down

0 comments on commit 764dce9

Please sign in to comment.