Skip to content

Commit f89b68e

Browse files
OTA-BotMattiSGCli4d
authored
Update Microsoft Store Terms of Service (#3738)
* Update Microsoft Store Terms of Service declaration * Update Microsoft Store Terms of Service history * Update declarations/Microsoft Store.history.json --------- Co-authored-by: Matti Schneider <[email protected]> Co-authored-by: Clifford Ouma <[email protected]>
1 parent 6bcda8c commit f89b68e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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
}

0 commit comments

Comments
 (0)