Skip to content

Commit

Permalink
Webs.com has shutdown (#3772)
Browse files Browse the repository at this point in the history
* webs.com has shutdown

* Clean-up files

* History name is needed to showcase that it does not exist anymore

* Move the main data into the Webs.json

* Fix schema
  • Loading branch information
Bellangelo authored Jan 12, 2025
1 parent 964722d commit 2ee1883
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
10 changes: 10 additions & 0 deletions declarations/Webs.history.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
"Terms of Service": [
{
"fetch": "https://www.webs.com/terms-of-service#tos",
"select": "#tos",
"validUntil": "2024-07-10T18:17:34Z"
},
{
"fetch": "https://www.webs.com/terms-of-service#tos",
"select": "body",
"validUntil": "2020-12-08T16:00:00.000Z"
}
],
"Privacy Policy": [
{
"fetch": "https://www.webs.com/terms-of-service#privacy",
"select": "#privacy",
"validUntil": "2024-07-10T18:17:34Z"
},
{
"fetch": "https://www.webs.com/terms-of-service#privacy",
"select": "body",
Expand Down
13 changes: 2 additions & 11 deletions declarations/Webs.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"name": "Webs",
"importedFrom": "https://github.com/tosdr/tosback2/blob/f762cd4bbb2571272985fed009201a23300ba9b2/rules/webs.com.xml",
"documents": {
"Terms of Service": {
"fetch": "https://www.webs.com/terms-of-service#tos",
"select": "#tos"
},
"Privacy Policy": {
"fetch": "https://www.webs.com/terms-of-service#privacy",
"select": "#privacy"
}
}
}
"documents": {}
}

0 comments on commit 2ee1883

Please sign in to comment.