Skip to content

Commit

Permalink
Update Xfinity declaration (#3494)
Browse files Browse the repository at this point in the history
  • Loading branch information
afisher3578 authored Oct 21, 2024
1 parent 5fa8266 commit ecfa491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion declarations/Xfinity.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP",
"select": "body",
"validUntil": "2020-11-09T17:30:03.000Z"
},
{
"fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP",
"select": ".x-section",
"remove": ".x-section > .x-content:first-child a",
"validUntil": "2023-10-18T15:13:22Z"
}
]
}
}
5 changes: 3 additions & 2 deletions declarations/Xfinity.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
},
"Acceptable Use Policy": {
"fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP",
"select": ".x-section",
"remove": ".x-section > .x-content:first-child a"
"select": [
"main"
]
}
}
}

0 comments on commit ecfa491

Please sign in to comment.