Skip to content

Commit

Permalink
Mention YouTube API services and link to Google Privacy Policy (#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB authored Jul 1, 2023
1 parent 640cd56 commit 04a6344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions services/youtube/youtube-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { metric } from '../text-formatters.js'
import { nonNegativeInteger } from '../validators.js'

const documentation = `
By using the YouTube badges provided by Shields.io, you are agreeing to be bound by the YouTube Terms of Service.
These can be found here: [https://www.youtube.com/t/terms](https://www.youtube.com/t/terms)`
The YouTube badges provided by Shields.io leverage the YouTube API Services. By using this badge, you are:
* agreeing to be bound by the YouTube Terms of Service, which can be found here: [https://www.youtube.com/t/terms](https://www.youtube.com/t/terms)
* acknowledging and accepting the Google Privacy Policy, which can be found here: [https://policies.google.com/privacy](https://policies.google.com/privacy)
`

const schema = Joi.object({
pageInfo: Joi.object({
Expand Down

0 comments on commit 04a6344

Please sign in to comment.