Skip to content

Commit

Permalink
Add Wargaming service declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Oct 28, 2023
1 parent 158be4e commit d89d9ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions declarations/Wargaming.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Wargaming",
"documents": {
"Privacy Policy": {
"fetch": "https://legal.eu.wargaming.net/en/privacy-policy/",
"select": [
".docs-popup-wrapper"
],
"remove": [
".close-btn"
]
},
"Terms of Service": {
"fetch": "https://legal.eu.wargaming.net/en/eula/",
"select": [
".docs-popup-wrapper"
],
"remove": [
".close-btn"
]
}
}
}

0 comments on commit d89d9ba

Please sign in to comment.