Skip to content

Commit 3b6071a

Browse files
authored
Merge branch 'main' into discord
2 parents 7df7c4e + f89b68e commit 3b6071a

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

declarations/Microsoft Store.history.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"select": "#primaryR1",
1818
"remove": ".f-lean",
1919
"validUntil": "2021-01-07T13:03:00.000Z"
20+
},
21+
{
22+
"fetch": "https://www.microsoft.com/en-us/legal/terms-of-use",
23+
"select": "#primaryR1",
24+
"validUntil": "2024-11-06T18:10:31Z"
2025
}
2126
]
2227
}

declarations/Microsoft Store.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Microsoftstore",
2+
"name": "Microsoft Store",
33
"importedFrom": "https://github.com/tosdr/tosback2/blob/f762cd4bbb2571272985fed009201a23300ba9b2/rules/microsoftstore.com.xml",
44
"documents": {
55
"Privacy Policy": {
@@ -14,7 +14,12 @@
1414
},
1515
"Terms of Service": {
1616
"fetch": "https://www.microsoft.com/en-us/legal/terms-of-use",
17-
"select": "#primaryR1"
17+
"select": [
18+
"main"
19+
],
20+
"remove": [
21+
".socialfollow"
22+
]
1823
}
1924
}
2025
}

deployment/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
collections:
33
- name: opentermsarchive.deployment
4-
version: 2.0.1
4+
version: 2.0.2

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dataset:schedule": "npm run dataset -- --publish --remove-local-copy --schedule"
1616
},
1717
"dependencies": {
18-
"@opentermsarchive/engine": "~2.3.3",
18+
"@opentermsarchive/engine": "~2.5.0",
1919
"isomorphic-fetch": "^3.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)