-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terminate Viably Terms of Service, as this service is not available anymore in the tracked jurisdiction #1557
- Loading branch information
1 parent
880fdb3
commit ba7da68
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"Terms of Service": [ | ||
{ | ||
"fetch": "https://viaplay.com/gb-en/terms", | ||
"select": { | ||
"startAfter": "header", | ||
"endBefore": "footer" | ||
}, | ||
"validUntil": "2024-07-03T18:17:09Z" | ||
} | ||
], | ||
"Privacy Policy": [ | ||
{ | ||
"fetch": "https://viaplay.com/gb-en/privacy", | ||
"select": { | ||
"startAfter": "header", | ||
"endBefore": "footer" | ||
}, | ||
"validUntil": "2024-07-03T18:17:13Z" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
{ | ||
"name": "Viaplay", | ||
"documents": { | ||
"Terms of Service": { | ||
"fetch": "https://viaplay.com/gb-en/terms", | ||
"select": { | ||
"startAfter": "header", | ||
"endBefore": "footer" | ||
} | ||
}, | ||
"Privacy Policy": { | ||
"fetch": "https://viaplay.com/gb-en/privacy", | ||
"select": { | ||
"startAfter": "header", | ||
"endBefore": "footer" | ||
} | ||
"select": [ | ||
"h1", | ||
"main" | ||
] | ||
} | ||
} | ||
} |