Skip to content

Commit

Permalink
Fix Discord declarations (#3731)
Browse files Browse the repository at this point in the history
fix Discord declarations

Co-authored-by: Clifford Ouma <[email protected]>
  • Loading branch information
afisher3578 and Cli4d authored Nov 14, 2024
1 parent f89b68e commit 11cbd84
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
37 changes: 36 additions & 1 deletion declarations/Discord.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,48 @@
"fetch": "https://discord.com/terms",
"select": ".document-3OCpS5",
"validUntil": "2022-01-13T00:34:24Z"
},
{
"fetch": "https://discord.com/terms",
"select": [
".section-rich.wf-section"
],
"remove": [
".archived-link",
".link-terms"
],
"validUntil": "2023-10-18T15:00:22Z"
}
],
"Privacy Policy": [
{
"fetch": "https://discord.com/privacy",
"select": ".document-3OCpS5",
"validUntil": "2022-01-13T00:34:25Z"
},
{
"fetch": "https://discord.com/privacy",
"select": [
".section-rich.wf-section"
],
"remove": [
".archived-link",
".link-terms"
],
"validUntil": "2023-10-18T15:00:28Z"
}
],
"Community Guidelines": [
{
"fetch": "https://discord.com/guidelines",
"select": [
".section-rich.wf-section"
],
"remove": [
".archived-link",
".link-terms"
],
"validUntil": "2023-10-18T15:00:25Z"
}
]
}
}
6 changes: 3 additions & 3 deletions declarations/Discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Terms of Service": {
"fetch": "https://discord.com/terms",
"select": [
".section-rich.wf-section"
".section-rich"
],
"remove": [
".archived-link",
Expand All @@ -14,7 +14,7 @@
"Privacy Policy": {
"fetch": "https://discord.com/privacy",
"select": [
".section-rich.wf-section"
".section-rich"
],
"remove": [
".archived-link",
Expand All @@ -24,7 +24,7 @@
"Community Guidelines": {
"fetch": "https://discord.com/guidelines",
"select": [
".section-rich.wf-section"
".section-rich"
],
"remove": [
".archived-link",
Expand Down

0 comments on commit 11cbd84

Please sign in to comment.