Merge pull request #690 from marcbelletre/master
Update Soundcloud, Facebook and Ausha services
This commit is contained in:
commit
95723bcc20
|
|
@ -1261,7 +1261,7 @@ tarteaucitron.services.facebook = {
|
||||||
"name": "Facebook",
|
"name": "Facebook",
|
||||||
"uri": "https://www.facebook.com/policy.php",
|
"uri": "https://www.facebook.com/policy.php",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": ['xs', 'sb', 'fr', 'datr', 'dpr', 'c_user'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], '');
|
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], '');
|
||||||
|
|
@ -2505,7 +2505,7 @@ tarteaucitron.services.soundcloud = {
|
||||||
type: 'video',
|
type: 'video',
|
||||||
name: 'SoundCloud',
|
name: 'SoundCloud',
|
||||||
needConsent: true,
|
needConsent: true,
|
||||||
cookies: ['sc_anonymous_id'],
|
cookies: ['sc_anonymous_id', 'sclocale'],
|
||||||
js: function () {
|
js: function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
tarteaucitron.fallback(['soundcloud_player'], function (x) {
|
tarteaucitron.fallback(['soundcloud_player'], function (x) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue