Add Soundcloud privacy url Fix #1138
This commit is contained in:
parent
84671e913d
commit
2553257851
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue