Add Soundcloud privacy url Fix #1138

This commit is contained in:
Amauri CHAMPEAUX 2023-08-09 16:56:46 +02:00
parent 84671e913d
commit 2553257851
1 changed files with 1 additions and 0 deletions

View File

@ -3789,6 +3789,7 @@ tarteaucitron.services.soundcloud = {
type: 'video', type: 'video',
name: 'SoundCloud', name: 'SoundCloud',
needConsent: true, needConsent: true,
uri: "https://soundcloud.com/pages/privacy",
cookies: ['sc_anonymous_id', 'sclocale'], cookies: ['sc_anonymous_id', 'sclocale'],
js: function () { js: function () {
"use strict"; "use strict";